/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/main_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}

.baseText {
	font-size: 12px;
	color: #FFFFFF;
}


a.baseText {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

a.baseText:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #105f96;
}

#home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

}

#mainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

.genLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
}

.adminText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.heat {
	font-weight: bold;
	color: #c01900;
	list-style-color: #c01900;
}

.kill {
	font-weight: bold;
	color: #99cc33;
}

.cure {
	font-weight: bold;
	color: #798993;
}

.thaw {
	font-weight: bold;
	color: #19599c;
}

.newst {
	font-weight: bold;
	color: #0274CC;
	margin-top: 0px;
}

.dry {
	font-weight: bold;
	color: #ef9960;
}


.heatList {
	list-style-image: url(../images/bullet_heat.gif);
}

.dryList {
	list-style-image: url(../images/bullet_dry.gif);
}

.curingList {
	list-style-image: url(../images/bullet_curing.gif);
}

.thawList {
	list-style-image: url(../images/bullet_thaw.gif);
}

.killList {
	list-style-image: url(../images/bullet_kill.gif);
}

/*******
  NEWS
******/

#news td {
	font-size: 12px;
	padding: 3px;
	text-align:justify;
}

#news .newsbottom {
	padding: 0px 10px 0px 10px;

}

#news .dateheading td {
	text-align: center;
}
	
#news .dateheading td a{
	text-decoration: none;
	color: #024555;
}

.newsdate
{
	color: #F67A00;
}

a {
	color: #054b76;
	text-decoration:none;
}

a:hover {
	color: #054b76;
	text-decoration:underline;
}