/* CSS Document */

body {

	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #6B6B6B;
}

.top {
	margin-top:: 0px;
	height: 57px;
}


.top_menu {
	margin-top:: 0px;
	height: 44px;
}

.main{
	margin-top:: 0px;
	height: 190px;
	margin-left: 0px;
	margin-right: 0px;
}

  .text {
  margin-top: 20px;
  text-align:justify;
  margin-left: 20px;
 margin-right: 30px;
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #272727;
	
 }

 
 .footer_txt {
	margin-top:0px;
	padding-top:15px;
	width:828px;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #6B6B6B;
 
 
 }
 
 /* table cell style */

.cellNormal {
	border-bottom:1px solid #ededed;
	color:#717171;
	padding:3px;
}
.cellSpace {
    color:#717171;
	padding:3px;
}
.cellTitle {
	border-bottom:1px solid #73B5C5;
	color:#54A4B8;
	font-weight:bold;
	padding:0px;
	padding-bottom:5px;
}

 /* form style */
.InputBox {
     border:1px solid #8FC3D0;
	font-size:12px;
	color:#2779AA;
}

.InputBoxFocus {
	border:1px solid #8FC3D0;
	background:#C7E1E7;
	font-size:12px;
	color:#000;
}


 a {
	text-decoration : none;
	color: #6B6B6B;font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;;
	}

a:hover {
	text-decoration : none;
	color: #CD585C;
	font-size: 11px;
	}
	
.boldGreen{
	font-size: 12px; font-weight: bold;
	color: #2C918D;	
	}
	
.boldSkyblue{
	font-size: 12px; font-weight: bold;
	color: #138DB6;	
	}
	
#footerMenu {
	width:828px;
	height:30px;
	line-height:30px;
	margin-left:auto;
	margin-right:auto;
	background-color:#157200;
	border-bottom:4px solid #F2980C;
	color:#fff;
	text-align:center;
}

#footerMenu  a{
	color:#fff;
	padding-left:20px;
	padding-right:20px;
}


#text a:hover {
    text-decoration : none;
	color: #CD585C;
	font-size: 12px;
}

#text a{
    text-decoration : none;
	color: #0033CC;
	font-size: 12px;
}