/* CSS Document */

p, a, body{
	font: 11px Arial,sans-serif;	
}

p{
color: #000000;
}

a{
	color: #0000FF;
	font-weight: bold;

}


h2{
	font-family: Verdana;
	font-size: 12px;
	
}
h1{
	font-family: Verdana;
	font-size: 16px;
	color: #000099;
	

}

.header{
	background-color: #FFFFCC;

}

.content{
	background-color: #FFFFFF;
	

}

.resultsheader{
	background-color: #FFFFFF;
	color: #FFFFFF;
	
}

.green{
	color: #009900;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;

}

.yellow{	
	background-color: #FFFF00;
}

.headercow{
	background-image: url(siteimages/cow_header.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}

.blue{
	background-color: #0099FF;

}

.bar{
	background-image: url(siteimages/bar.gif);
	background-repeat: repeat-x;
	
}

.yellowtext{
	color: #FFFF00;
}

.bluetext{
	color: #0099FF;
	;
	font-weight: bold;
}

.whitetext{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.cowbackground{
	background-image: url(siteimages/cow_background.gif);
	background-repeat: no-repeat;
	background-position: right;

}

.menuheader{
	background-image: url(siteimages/menutop.gif);
	background-repeat: no-repeat;
	background-color: #B5E1FF;
}

.menufooter{
	background-image: url(siteimages/menubottom.gif);
	background-repeat: no-repeat;
	background-color: #B5E1FF;

}

.lightblue{
	background-color: #B5E1FF;
	
}