/*
	NoFlat styles
*/

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height:120%;
	text-decoration: none;
}

.bigger {
	font-size: 120%;
}

.bolder {
	font-weight: bold;
}

a:link, a:active, a:visited, a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFCC33;
	padding-top:5px;
	padding-bottom:5px;
}

.menulink {
	font-size: 11px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:0px;
	line-height:60%;
	color: #333333;
}
.menulink2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	margin-left:30px;
	margin-bottom:3px;
	line-height:60%;
}
.submenu a:link, .submenu a:visited, .submenu a:active, .submenu a:hover {
	color: #333333; 
	text-decoration: none;
}
.submenu a:hover {
	color: #000000; 
}

.content {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:15px;
	margin-left:15px;
	line-height:120%;
}
.content h1 {
	color:#0768a9;
	font-size: 180%;
	line-height:90%;
}
.content h2 {
	color:#0768a9;
	font-size: 135%;
	margin-top: 30px;
	margin-bottom: 5px;
}

.footer_copyright {
	font-size: 9px;
	line-height: 200%;
}

hr {
	height: 1px;
	background: #888888;
}

.required {
	color:red;
	font-weight: bold;
}

.note {
	font-family: Times, serif;
	font-size: 12px;
	color:#FF3333;
	font-weight: bold;
	font-style: italic;
}

.data_table td {
	font-size:11px;
	vertical-align:top;
}

.padded_box {
	margin:10px;
}

.small_text {
	font-size:9px;
}