html, body{
 font-family: Verdana, Arial, sans-serif;
 background-color:#000000; 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
img {border:0px;}
form {margin:0px; padding:0px;}
a {
	color: #10601F;
	font-size: 12px;
	text-decoration: none;

}

 
a:hover {
	color: #0C3F16;
	font-size: 12px;
	text-decoration: underline;

}

H1{
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFF2;
	text-align: center;
	margin: 5px 10px 5px 10px;
	padding: 3px 0px;
	letter-spacing: 2px;
	text-transform: capitalize;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
  border-radius:4px;
background: -moz-linear-gradient(-90deg, #404040, #000); background-color: #000;
-moz-box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
-webkit-box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
}

H2{
	font-size : 14px;
	font-weight: bold;
	color: #FFFFF5;
	background-color: #004488;
	text-align: center;
	margin: 2px 10px;

}

H3{
	font-size: 12px;
	font-weight: 600;
	color: #FFFFF5;
	padding:2px;
	text-align: center;
	margin: 15px 10px 15px 10px;
	background-image: url(images/h3.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}

H4 {
	font-size: 12px;
	font-weight: 600;
	color: #FFFFF5;
	text-align: center;
	padding:2px;
	margin: 5px 0px 0px 0px;
	background-image: url(images/h4.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
  border-radius:4px;
background: -moz-linear-gradient(-90deg, #404040, #000); background-color: #000;
-moz-box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
-webkit-box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
	}
TD { 
font-family : Tahoma; 
font-size : 12px; 
}

DIV { 
font-family : Tahoma; 
font-size : 12px; 
}

INPUT { 
font-family : Tahoma; 
font-size : 11px; 
}

 
#pagewidth{ 
 width:775px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
  border-radius:7px;
 
-moz-box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
-webkit-box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
} 
#header{
 position:relative; 
 height:281px; 
 background-color:#000000; 
 width:100%;
} 
 
#rightcol{
 width:316px;
 float:left; 
 position:relative; 
 background-color:#F9FAFC;
 }

#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:459px;
 	background-color:#fdfdfd;
 }
 
#footer{
  background-color:#ffffff;
  text-align:center; 
  clear:both;
  background-image: url(images/fbg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
 
 } 
  
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

* html .clearfix{height: 1%;}
.clearfix{display: block;}
 
/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
  
/* Main */
.cn {
	-moz-border-radius: 7px;
-webkit-border-radius: 7px;
  border-radius:7px;
 
-moz-box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
-webkit-box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
box-shadow: 0 5px 3px hsla(0,90%,0%,.2);
	font-size: 12px;
	color: #001F51;
	background-color: #fdfdfe;
	padding: 5px;
	border: 1px solid #D5E2DC;
	text-align: justify;
	margin: 5px 10px;
	}
.pk {
	color: #001F51;
	background-color: #fdfdfe;
	padding: 3px;
	border-bottom: 1px dotted #E2EEE8;
	text-align: center;
	margin: 3px 10px;
	}
.pp {
	color: #001F51;
	background-color: #fdfdfe;
	padding: 3px;
	border-bottom: 1px dotted #E2EEE8;
	text-align: justify;
	margin: 3px 10px;
	}
.lk {
	color: #001F51;
	background-color: #fdfdfd;
	padding: 1px;
	border-bottom: 1px dotted #E2EEE8;
	text-align: left;
	text-indent:20px;
	margin: 1px 10px;
	}
.ad {
	margin: 0px;
	text-align:center;
}

/* Foot */
.ap {
	text-align:center;
	padding:5px;
	word-spacing:30px;
	margin:10px 0px;

	}
.ak {
	margin:0px;
	letter-spacing:2px;
	word-spacing:3px;
	}	
.gt {
	letter-spacing:2px;
	font-weight:bolder;
	font-size:21px;
	}

