/* Style Sheet */
  
body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000a2e;
	margin:0px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height:18px;
	text-align:justify;
}
.content a{
	color: #FF0000;
	text-decoration:underline;
}
.content a:hover{	
	color: #FF0000;
	text-decoration: none;	
}
.content_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height:18px;
}
.content_1 a{
	color: #FF0000;
	text-decoration:underline;
}
.content_1 a:hover{	
	color: #FF0000;
	text-decoration: none;	
}

.con {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height:16px;
	text-align:justify
}
.con a{
	color: #bb0000;
	text-decoration: none;
}
.con a:hover{
	color: #666666;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height:20px;
}
.footer a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bb0000;
	text-decoration: none;
}
.heading a{
	color: #bb0000;
	text-decoration: none;
}
.heading a:hover{
	color: #666666;
	text-decoration: none;
}
.tex_field {
	width: 220px;
	background-color: #ffffff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.border_left_right {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.border_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
.border {
	border: 1px solid #000000;
}
.footer_img {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
}
.footer_img a{
	color: #000000;
	text-decoration: none;
}
.footer_img a:hover{	
	color: #000000;
	text-decoration:underline;	
}
.image_border{
	padding: 3px;
	border: 1px solid #CCCCCC;
}
 