/* CSS Document */

body, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#ffffff;
	line-height: 1.4;
	
}

A:link, A:visited, A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#787878;
	text-decoration:none;
	line-height: 1.4;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#bed600;
	text-decoration:none;
	line-height: 1.4;
}

.intext:link, .intext:visited, .intext:active {
font-size:11px;
font-weight: normal;
color:#ffffff;
text-decoration:underline;
line-height: 1.5;
}

.intext:hover {
font-size:11px;
font-weight: normal;
color:#bed600;
text-decoration:underline;
line-height: 1.5;
}

.onwhite:link, .intext:visited, .intext:active {
font-size:11px;
font-weight: normal;
color:#000000;
text-decoration:underline;
line-height: 1.5;
}

.onwhite:hover {
font-size:11px;
font-weight: normal;
color:#bed600;
text-decoration:underline;
line-height: 1.5;
}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#787878;
	line-height: 1.4;
	
}

.greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#787878;
	line-height: 1.4;
	
}

.largetype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color:#ffffff;
	line-height: 1;
	
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	line-height: 1.4;
	
}