/* CSS Document */

p {
	font-family: Georgia, Bookman;
	font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 3px;
	margin-top: 3px;	
	margin-bottom: 3px;
}
h1 { font-family: Georgia, Bookman; font-size: 36pt; color: #000000 }
h2 { font-family: Georgia, Bookman; font-size: 150%; color: #000000 }
h3 { font-family: Georgia, Bookman; color: #000000  }
h4 { font-family: Georgia, Bookman; color: #000000 }
h5 { font-family: Georgia, Bookman; color: #000000 }
h6 { font-family: Georgia, Bookman; font-size: 95%; color: #000000 }
body {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
}
body,td,th {
	color: #000000;
	font-size: 12pt;
}
a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0000ff;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}
.small {
	color: #000000;
	font-size: 10pt;
}
.main_title {
	color: #000000;
	font-size: 36pt;
	font-weight: bold;
}
.sub_title {
	color: #000000;
	font-size: 18pt;
	font-weight: bold;
}
.menu_title {
	color: #000000;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: underline;
}
.red_small {
	color: #ff0000;
	font-size: 10pt;
}
.large {
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}
