@charset "utf-8";
/* CSS Document */
img
{  border-style: none;
}
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
body {
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9EB4C3;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

#tblLinkBar a:link,
#tblLinkBar a:visited,
#tblLinkBar a:hover,
a:active {
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}

.clsLinkBar{
	font-size:12px;
	height:35px;
}

.clsLinkSpan1{
	position:relative;
	top:10px;	
}

.clsLinkSpan2{
	position:relative;
	top:2px;	
}

.clsH1 {
	padding:0px;
	font-size:22px;	
	
	font-family:Georgia, "Times New Roman", Times, serif;
}

.clsH2 {
	padding:0px;
	font-size:14px;	
}

.pageText {
	font-size:14px;	
	margin-left:15px;
	margin-right:15px;	
}

.submitFormFrame {
	width:350px;
	height:1100px;
	border:0px none;
	padding:0px;
	margin:0px
	
}