/* CSS Document */
a:link {
	font-family: arial,helvetica; 
	font-size:  13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff; 
	line-height: 12px;
}

a:visited{
	font-family: arial,helvetica; 
	font-size:  13px;
	font-weight: bolder;
	text-decoration: none;
	color: #ffffff; 
	line-height: 12px;
}

a:hover{
	color: #cccccc; 
	position: relative;
	left: 3px;
	font-family: arial, helvetica; 
	font-size:  12px;
	font-weight: bold;
	text-decoration: none;
}

.HomePageBodyText {
	color: #ffffff;
	font-size: 13px; 
	font-family: arial; 
	margin-left: 200px; 
	width: 500px;
}

.SubPageBodyText {
	color: #ffffff; 
	font-size: 13px; 
	font-family: arial; 
}

.SubPageBodyText14 {
	color: #ffffff; 
	font-size: 14px; 
	font-family: arial; 
}

.Header {
	color: #ffffff; 
	font-size: 16px; 
	font-family: arial; 
	font-weight: bold;
}

.FooterText {
	color: #ffffff; 
	font-size: 12px; 
	font-family: arial;
}