/* CSS Document */

* {
	font-family: sans-serif,Arial,Helvetica;
}
body{
margin:5px;

}
#top_section1 {
    width:760px;
	margin: 1px auto;
	padding:0;
	text-align: left;
	color:#000;
	font-size:14px;
	border:0px;
   	border-bottom:0px;
    margin-top:0px;
    margin-bottom:0px
}
#top_section {
    width:760px;
	margin: 1px auto;
	padding:0;
	text-align: left;
	color:#000;
	font-size:14px;
	font-weight:bold;
   	border:1px solid #668AAE;
   	border-bottom:0px;
    margin-top:0px;
    margin-bottom:0px
}
#horizontal_nav {
    width:760px;
	margin: 1px auto;
	padding:0;
	text-align: right;
	font-weight:bold;
	color:#FFF;
	background-color:#000000;
	border:1px solid #4D6C89;
   	margin-top:0px;
    margin-bottom:0px;
	height:20px;
}
#content_section {
    background: url("../images/bg.jpg") repeat 90% 90% transparent;
    width:760px;
	margin: 1px auto;
	padding:0;
	border:1px solid #668AAE;
    border-top:0px;
    border-bottom:0px;
    margin-top:0px;
    margin-bottom:0px; 	
}
#footer_section {
    width:760px;
	margin: 1px auto;
	padding:0;
	text-align:center;
	color:#FFF;
	border:1px solid #53B46A;
    background-color:#000000;
    margin-top:0px;
    margin-bottom:0px; 
}
.content{
  border:1px solid #B6CFE8;
  padding:0px;
  margin:10px 5px;
  
}
.top_content{
  border-bottom:1px solid #B6CFE8;
  padding:3px;
  background-color:#C0C0C0; 
  font-weight:bold;
 }
.bottom_content{
  padding:3px;
  background-color:#C0C0C0; 
  text-align:justify;
}
div,td,p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}
a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#0D00E5;
	font:sans-serif,Arial, Helvetica;
}
a:hover {
	text-decoration:underline;
	color:#FB6A48;
}
.whiteBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;

}
#linktext{
	color: #0d00e5;
	text-decoration:underline;	
}
#linktext:hover {
	color: #FB1807;
	text-decoration:underline;	
}
.title {
	font-size: 14px;
	color: #042C8C;
	font-weight: bold;
	text-decoration:none;
	padding:5px 0px;
}
.subtitle{
    font-size: 14px;
	color: #000;
	padding:5px 0px;
 }
.table td{
  border:1px solid #DBE8F5;
  
}
.newstitle {
	font-size: 12px;
	color: #042C8C;
	text-decoration:none;
	padding:5px 0px;
	text-align:center;
	background-color:#DDEAF7;
}