@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#6d6d6d;
}

.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	
}
p{
	text-align:justify;
}
.text a{
	font-family:Tahoma;
	font-size:11px;
	color:#767676;
	text-decoration:none;
	text-align:justify;
}
.h1{
	font-family:Tahoma;
	font-size:13px;
	color:#76B33C;
	font-weight:bold;
	
}
.h3{
	font-family:Tahoma;
	font-size:12px;
	color:#3167A4;
	font-weight:bold;
	
}
.h1 a{
	font-family:Tahoma;
	font-size:13px;
	color:#76B33C;
	font-weight:bold;
	text-decoration:none;
}
.h1 a:hover{
	font-family:Tahoma;
	font-size:13px;
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}
.dotLine{
	background-image:url(../images/dotline.jpg);
	background-repeat:repeat-x;
	line-height:7px;
	background-position:left center;

}
.brdrline{
	border-right:#e8e7e7 solid 1px;
}

/*...................navigation.......................*/

.navigation td{
	margin:0px;
	font-family:Tahoma;
	font-size:12px;
	color:#4c7799;
	text-decoration:none;
	font-weight:bold;
	
}
.navigation td a{
	background-image:url(../images/nav.jpg);
	width:151px;
	height:20px;
	text-decoration:none;
	color:#4c7799;
	display:block;
	padding:4px 3px 1px 24px;
	vertical-align:middle;
}
.navigation td a:hover{
	background-image:url(../images/nav_hover.jpg);
	background-position:left top;
	vertical-align:middle;
	text-decoration:none;
	background-color:#ebebeb;
	display:block;
	padding:4px 3px 1px 24px;
	vertical-align:middle;
	color:#008638;
}
.navigation td #currentPage{
	background-image:url(../images/nav_hover.jpg);
	background-position:left top;
	vertical-align:middle;
	text-decoration:none;
	background-color:#ebebeb;
	display:block;
	padding:4px 3px 1px 24px;
	vertical-align:middle;
	color:#008638;
}

.footer{
	font-family:Tahoma;
	font-size:11px;
	color:#adaaaa;
	text-decoration:none;
	border-top:#CCCCCC solid 1px;
}

.table td{
	border-bottom:#EAEAEA solid 1px;
}
.brder{
	border: #EAEAEA solid 3px;
}
.msgtxt{
	font-family:Monotype Corsiva;
	font-size:18px;
	color:#767676;
	text-decoration:none;
	
	
	
	}
