/*comments # means it applies to an id*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	margin:0;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #999966;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999966;
}

.fontsize12 {
	font-size:12px;
}


.fontsize11 {
	font-size:11px;
}


.fontsize13 {
	font-size:13px;
}


.fontsize14 {
	font-size:20px;
}

.heading {
	font-size:12px;
	font-weight: bold;
}
