
body { 
	text-align:center; /* for IE */ 
} 

div.border { 
text-align:left; /* reset text alignment */ 
width:1024px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
} 

.homespotlight {
	background-image: url(/images/graybox.gif);
	background-repeat: no-repeat;	
	background-position: center center;
}

	

h2 {
	font-family:inherit;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	text-decoration:none;
	text-align:center;
	margin:0 0 5px 0;
	color:#666;
}

h3 {
	font-family:inherit;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	text-align:left;
	color:#666;
	margin:0 0 3px 0;
}

h4 {
	font-family:inherit;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	text-align:center;
	margin:5px 0;
	color:#002569;
}

h5 {
	font-family:inherit;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-decoration:none;
	text-align:center;
	margin:5px 0;
	color:#002569;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin: 2px 0;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003300;
	background-position: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #999999;
}
.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 5px;
	
}
.login,
.login label
 {
	background-color: #002569;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	vertical-align:top
}
li {
	margin: 5 5px 0;
	padding: 10;
	list-style-position: outside;
	list-style-type: disc;
}

