body {
	background-color: #d0e1f2;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
}
#content {
	width:680px;
	background-color:#FFFFFF;
	align:center;
	text-align: left;
}
#botNavi {
	height: 25px;
	width: 680px;
	padding-top: 10px;
	background-image: url(../images/back_fot.gif);
	display: block;
	background-repeat: repeat-x;
}
p {
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2176CD;
	text-align: left;
	padding-left: 25px;
	background-image: url(../images/back_h1.gif);
	height: 33px;
	width: 318px;
	background-repeat: no-repeat;
	padding-top: 6px;
}
.biglink, .biglink a:link, .biglink a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2176CD;
	text-align: left;
	background-repeat: no-repeat;
	padding-top: 6px;
	text-decoration: none;
}
/*h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2176CD;
	text-align: left;
	background-image: url(../images/back_h2.gif);
	height: 25px;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 0px;
}*/
h2 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	color: #1E74CC;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
}
.bodyp {
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}
#intro {
	height: 389px;
}
#menu {
	height: 40px;
}
#botNavi a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9px;
}
#botNavi a:hover {
	color: #A4CBF2;
}
.formTable{
	color: #333333;
}
.formTable input, .formTable select, .formTable textarea{
	font-weight: normal;
	background-color: #AED3F9;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	width: 200px;
}
.formTable textarea{
	width: 300px;
	
}
.formTable .button{
	background-image: url(../images/btn_submit.gif);
	height: 17px;
	width: 52px;	
}

.formTable td {
	padding-left: 20px;
}
.formTable th {
	padding-left: 20px;
	font-weight: bold;
	background-position: 20px;
	background-color: #2176CD;
	height: 20px;
	color: #FFFFFF;
}
#top_nav{
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
}
#top_nav a{
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav a:hover{
	color: #FFFF99;
	text-decoration: none;
}

#top_nav table {
	padding: 0px;
}
.listTable{
}
.listTable th{
	overflow: hidden;
	height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.listTable td{
	height: 12px;
	padding: 3px;
}
.note{
	font-size:9px;
}
.red{
	color:#FF3300;
	font-weight: bold;
}
.msgError{
	color:#FF6600;
	font-weight:bold;
}
.msgSuccess{
	color:#0066FF;
	font-weight:bold;
}
.bgWhite{
	background-color: #FFFFFF;
}
.list li {
	list-style-image: url(../images/list.gif);
	padding-left: 5px;
	font-weight: normal;
	padding-top: 2px;
}
.bigList li {
	list-style-image: url(../images/bul_1.gif);
	padding-top: 5px;
}
.login input {
	font-weight: normal;
	background-color: #F5FAFE;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 3px;
	width: 100px;
	border: 1px solid #AED3F9;
}

.login td {
	padding-left: 20px;
	font-weight: bold;
	color: #2176CD;
	text-align: left;
}

.signUp {
	
	color: #2176CD;
	padding-left: 10px;
}
.signUp a:link, .signUp a:visited {
	text-decoration: none;
	color: #2176CD;
	font-weight: bold;
}
.home_login {
	font-size: 1em;
	color: #4E99E4;
	background-color: #FBFBFF;
	border: 1px solid #3A85D3;
	width: 100px;
}
.blueBold {
	font-weight: bold;
	color: #1E74CC;
	font-size:0.8em;
}
.links a:link, .links a:visited{
	font-weight: bold;
	color: #1E74CC;
	text-decoration: none;
	width: 100px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 9px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3E4F5;
	border-right-color: #D3E4F5;
	border-bottom-color: #D3E4F5;
	border-left-color: #D3E4F5;
	padding-left: 2px;
}
.links a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E74CC;
}
.links {
	padding-top: 2px;
}

