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

<style type="text/css">
a {
	text-decoration:none;
	color:#231f20;
}
a:hover {

	color:#929292;
	text-decoration:none;
}
ul, 
ol { 
	list-style:none;
}
.fright { 
	float:right;
}
#Nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	width:1000px;
}
#Nav .fright {
	padding-left:500px;
}

#Nav .fright ul li {
	float:left;
	padding-left:18px;
}
#Nav .fright ul li a {
	text-decoration:none;
	color:#231f20;
}
#Nav .fright ul li a:hover,
#Nav .fright ul li a.act {
	color:#929292;
	text-decoration:none;
}

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#666;
	text-align:justify;
	line-height:20px;
}
#Announcement {
	width:565px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#666;
	text-align:justify;
	line-height:18px;
}
#Announcement a {
	text-decoration:none;
	color:#09d2fa;
}
#Announcement a:hover {

	color:#929292;
	text-decoration:none;
}

#Phil {
	width:565px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#666;
	text-align:justify;
	line-height:18px;
	padding-top:20px;
	padding-bottom:20px;
}
#Phil a {
	text-decoration:none;
	color:#09d2fa;
}
#Phil a:hover {

	color:#929292;
	text-decoration:none;
}
#CompanyLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#666;
	text-align:justify;
	line-height:20px;
	font-weight:bold;
}
#CompanyLink a {
	color:#666;
	text-decoration:none;
}
#CompanyLink a:hover {
	color:#09d2fa;
	text-decoration:none;
}
#Main {
	width:545px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#666;
	text-align:justify;
	line-height:20px;
	padding-top:35px;
}
#focus {
	width:545px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;	
	color:#000000;
	padding-top:15px;
	text-transform:uppercase;
	text-align:center;
}
#focus a {
	color:#000000;
	text-decoration:none;
}
#focus a:hover {
	color:#09d2fa;
	text-decoration:none;
}
</style>