body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: underline;
	color: #234B93;
}

a:hover, a:active {
	text-decoration: underline;
	color: #6B99D1;
}

.slogan {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #234B93;
}

.copyright {
	font-size: 10px;
	color: #999999;
}

.breadcrumb {
	font-size: 10px;
	color: #666666;
}

.normaltxt {
	font-size: 12px;
	color: #000000;
}

.normaltxt_italic {
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

.normaltxt_just {
	font-size: 12px;
	text-align: justify;
	color: #000000;
}

.normaltxt_heading {
	font-size: 12px;
	text-align: justify;
	color: #02366A;
}

.normaltxt_bold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.normaltxt_bold_white {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer {
	font-size: 10px;
	color: #02366A;
}

.wave_left {
	background-color: #EAF5FF;
	background-image: url(images/wave_big_left.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.scroller {
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #D8E8FA;
	scrollbar-shadow-color: #D8E8FA;
	scrollbar-highlight-color: #D8E8FA;
	scrollbar-face-color: #7FA6D1;
	scrollbar-darkshadow-color: #264F93;
	scrollbar-base-color: #D8E8FA;
	scrollbar-3dlight-color: #D8E8FA;
}

.input {
	font: 12px Arial;
	color: #333333;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	vertical-align: text-bottom;
	background-color: #FFFFFF;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
}

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

div.topnav{
	position: absolute;
	margin-left: 1000px;
	padding-top: 20px;
	}


div.topnav ul li{
	display: inline;
	font-size: 9px;
	padding: 2px;
	}
	
div.topnav ul li a{
	text-decoration:  none;
	}

div.topnav ul li a:visited{
text-decoration: none;
}

td#terms{
	font-size: 11px;
	height: 200px;
	}
	
div#terms_div{
	padding-left: 80px;
	height:250px;
	width: 400px;
	overflow: auto;
	margin-right: 10px;
	padding-right: 40px;
	}
	
td.breadcrumb2{
	font-size: 10px;
	color: #666666;
	padding-left: 79px;
	}
	
.normaltxt_h1{
	color: #234B93;	
	font-size: 12px;
	font-weight: bold;
	}