body{
	margin: 0px;
	padding: 0px;
	background: #2b448c;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a, a:link{
	text-decoration: underline;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2b448c;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
.main{
	background: #fff;
	border: 3px solid #eed96a ;
}
#logo{
	background: url(images/logo.jpg) no-repeat;
	width: 718px;
	height: 124px;
}
.log_box{
	width: 180px;
	height: 16px;
	background: #fff;
	color: #333333;
	border: 1px solid #34b3e0;
}
.log_button{
	width: 180px;
	height: 39px;
	background: url(images/button.jpg) no-repeat;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}
.iner{
	border: 1px dashed #666666 ;
}
.txt_bold_wi{
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}
.txt_bold_blc{
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.txt_bold{
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b7143a;
}
.txt_bold_blu{
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #012387;
}
.txt_bold_red{
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #012387;
	border-bottom: 1px dotted #990000;
}
.txt_bold_blue{
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2b448c;
}
.repe{
	background: url(images/blue.jpg) repeat-x;
	height: 35px;
}
.borderright{
	border-left: 1px solid #dbdbdb;
}
.formbox {
	width:194px;
	border: 1px solid #b0b0b0;
}
.submit_button{
	width: 96px;
	height: 30px;
	background: url(images/submit.jpg) no-repeat;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
}
.reset_button{
	width: 96px;
	height: 30px;
	background: url(images/reset.jpg) no-repeat;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding-bottom: 3px;
}
		/*	FOOTER PART		*/

#footer { 
	padding: 3px 0 5px 0;
	background: #fff8d3 url(images/yellow.jpg) repeat-x;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
}
	
#footer a {
text-decoration: none;
font-family: 'Tahoma', Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000;
}
#footer a:hover {
text-decoration: none;
color: #990000;
}

#footer2{
font-family: 'Tahoma', Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
background: #fff8d3;
}	
#footer2 a{
text-decoration: none;
font-family: 'Tahoma', Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #990000;
}

#footer2 a:hover {
text-decoration: none;
color: #000;
}