/* Navigation text: 135 167 206 */
/* Horizontal bar: 0 51 153 */
/* Body Text:  102 102 102 */
body {
	padding: 0px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 3%;
	margin-bottom: 3%;
	background: White;
	
	font-family: Tahoma, Arial, sans-serif;
	color:#666666;
}

h3 {
	color: #87A7CE;
	text-align: left;
}

h4 {
	font-weight: bold;
	font-size: 18px;}


a {
	text-decoration: none;
	font-weight: bold;
	color:#003399;
}

a:hover {
	text-decoration: underline;
}

p {
	text-indent: .5 in;
}

.horizontal_navi, .horizontal_navi_hl {
	background: #003399;
	color: #87A7CE;
	font-weight: bold;
	font-size: 11px;
	padding-left: 20px;
}

.horizontal_navi:hover, .horizontal_navi_hl, .horizontal_navi_hl:hover {
	color: White;
	text-decoration: none;
}

.vertical_navi {
	width: 25%;
	padding-top: 20px;
	font-weight: bold;
	font-size: 11px;
	line-height:18px;
}

.main {
	width: 70%;
	padding-top: 40px;
	padding-right: 10%;
	font-size:13px;
	line-height:18px;
}

.footer {
	padding-top: 20px;
	height: 1px;
	text-align: center;
	color:#666666;
	font-size:11px;
	line-height:20px;
}

form#accent {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px; 
}

#accent .text {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	width: 100px;
}

#accent .buttons {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color: #87A7CE;
	color: #FFFFFF;
	font-weight: bold;
}

form#ContentForm {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}

#ContentForm .text {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}
