a 
{
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
}

body 
{
	background-color: #ffffff;
	margin-top: 20px;	
}

.bodyText
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #777777;
}
.bodyText a { color: #777777; text-decoration: none; }
.bodyText a:hover { text-decoration: underline; }

.topNavigationText { font-family: verdana, arial, helvetica, sans-serif; font-size: 9px; font-weight: bold;color: #ffffff; }
.topNavigationText a { color: #FFFFFF; text-decoration: none; }
.topNavigationText a:hover { text-decoration: underline; }

.navigationText
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #ffffff;
}

.footerText
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	color: #000000;
}

.sectionTitleText
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	color: #999999;
}

.box 
{ 
	border: 1px solid #CCC; 
	background: #ffffff; 
	width: 700px;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 1px;	
}

.boxSub 
{ 
	border: 1px solid #CCC; 
	background: #ffffff; 
	width: 300px;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 1px;	
}

.boxSubHome
{ 
	border: 1px solid #CCC; 
	background: #ffffff; 
	width: 200px;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 1px;	
}