/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#919191;

}

.outer-table{
		background-color:#252525;
		padding:20px;
}
.top-nav{
	background-image:url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	display:block;
	height: 46px;
}

.top-nav ul{
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;
	list-style-type:none;
}


	
.top-nav li{
	float:left;
	text-transform: uppercase;
	list-style-type:none;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.top-nav li a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-right: 9px;
	padding-left: 9px;
}

.divid{
   
	width:2px;
	height: 20px;
	background-position: center top;
	background-repeat: no-repeat;
	}
.top-nav li .divider{
	float:left;
	background-image:url(../images/nav-divider.jpg);
	width:2px;
	height: 30px;
	background-position: center top;
	background-repeat: no-repeat;
}


h1{
	font-family:Tahoma;
	font-weight:bold;
	font-size:24px;
	color:#000000;
	text-align: justify;
}

.matter-area{
	background-color:#FFFFFF;
	padding:10px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

.link-text a{
	font-family:Tahoma;
	font-size:13px;
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}

.contact-bg{
	background-color:#556273;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	padding:10px;
	width:185px;
}

.contact-bg a{
	color:#FFFFFF;
	text-decoration:underline;
}


.contact-bg a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.contact-text{
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;	
}

.footer{
	background-image:url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height: 26px;
	text-align: center;
	padding-top: 5px;
}

.footer a{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.form1 table td
{
font-weight:bold;
text-align: justify;
}
