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

*{
	margin:0px;
	padding:0px;
}

body {
	margin-right:auto;
	margin-left:auto;
	height: 785px;
	background-color:#000000;
}

td {
	font-family:Arial, Helvetica, sans-serif;}
	
div {
	font-family:Arial, Helvetica, sans-serif;}
	
#wrapper{
	width:975px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-top:25px;
	float:right;
	
}

#nav a:link{
	color: #FFF;

}
#nav a:visited{
	color:#FFF;
}
#nav a:hover{
	color:#999;
}
#nav a:active{
	color:#FFF;
}


.title{
	font-size: 24px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

#address{
	width:975px;
	background-color:#E2E2E2;
	height:20px;
	text-align:center;
	padding-top:5px;
	font-size:16px;	
	font-family: Arial;
}

#description{
	width:975px;
	color:#FFF;
	font-size:16px;
	text-align:left;
	font-family: Corbel;


}

#footerline{
	background-color:#e2e2e2;
	height:3px;
	width:975px;
	margin-top:35px;
	
}

#footerline2{
	background-color:#e2e2e2;
	height:3px;
	width:975px;
	margin-top:5px;
	
}
#footerinfo {
	font-family: Arial;
	font-size: 9px;
	color: #FFF;
	float:left;
	margin-top:25px;
}
#footerinfo2 {
	font-family: Arial;
	font-size: 9px;
	color: #FFF;
	float:left;
	margin-top:5px;
	text-align:left;
}

.titletext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
}

.tabletext {
	color:#fff;
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.tablesubtext {
	font-weight: normal;
	font-size: 16px;
	color:#fff;	
	text-align: center;

}

.realatorinfo {
	font-weight: normal;
	font-size: 16px;
	color:#fff;	
	text-align: center;
	font-weight:bold;
}

a:active {
	text-decoration: underline;
	text-align: left;
	color:#fff;
}

a:hover {
	color: #F6F6F6;
	text-decoration: underline;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline; 
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
