@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #3d8cba;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top {
	width: 750px;
	height: 315px;
	background-image: url(images/top_sample.jpg);
	background-repeat: no-repeat;
}
#logobottom {
	width: 750px;
	height: 38px;
	background-image: url(images/logobottom.jpg);
	background-repeat: no-repeat;
}
#introtext {
	width: 744px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px; 

}
#content {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#title {
	width: 720px;
	padding: 15px;
}
#copyright {
	width: 750px;
	background-image: url(images/bottombg.jpg);
	background-repeat: repeat-y;
}
#copyright_in{
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/bottom_top.jpg);
	background-repeat: no-repeat;
}
.text, .text a:hover{
	color: #FFFFFF;
}
.text a, .text a:visited{
	color: #c5ebfe;
}
.copyright, .copyright A:HOVER{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyright a, .copyright A:ACTIVE{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.itext{
	color: #10077c;
	font-family: Verdana;
	font-size: 10px;
	font-weight: 500;
	font-style: italic;
}
.title{
	color: #120a7a;
	font-size: 24px;
	font-weight: 600;
}
.formfield{
	height: 20px;
	font-family: verdana;
	font-size: 10px;
	color: #000066;
}
.err {
	height: 20px;
	font-family: verdana;
	font-size: 10px;
	color:#000000;
	background-color:pink;
}
div#qTip {
  padding: 3px;
  border: 1px solid #333333;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background:#3d8cba;
  color: #ffffff;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}
