/* Stylesheet for Forest Pathology Committee Web Site */

/* Sets text size and font for the left hand column of the home page */
.lftmenutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #ffffcc;
}

/* Sets the appearance of individual a: links in body */
a:link {
	text-decoration:underline;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #669966;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/* Sets the font size, type and appearance of a: links in the green selection boxes on the home page */
.grnbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border: thin solid #000000;
}
.grnbox a:link {
	color: #000000;
	text-decoration: none;
}
.grnbox a:visited {
	color: #000000;
	text-decoration: none;
}
.grnbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.grnbox a:active {
	color: #000000;
	text-decoration: none;
}

/* Sets the font size, type and appearance of a: links in the Committee Activities menu on the home page */
.bodymenu {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
.bodymenu a:link {
	color: #000000;
	text-decoration: none;
}
.bodymenu a:visited {
	color: #000000;
	text-decoration: none;
}
.bodymenu a:hover {
	color: #007F00;
	text-decoration: underline;
}
.bodymenu a:active {
	color: #000000;
	text-decoration: none;
}

/* Sets the font size, type and appearance of a: links in the Return To Home Page link on the secondary pages */ 
.rtnto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.rtnto a:link {
	color: #000000;
	text-decoration: none;
}
.rtnto a:visited {
	color: #000000;
	text-decoration: none;
}
.rtnto a:hover {
	color: #ffffcc;
	text-decoration: none;
}
.rtnto a:active {
	color: #000000;
	text-decoration: none;
}

/* Sets the font size, type and appearance of a: links in the selection boxes of the secondary pages */
.minutes {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
}
.minutes a:link {
	text-decoration: none;
	color: #000000;
}
.minutes a:visited {
	text-decoration: none;
	color: #000000;
}
.minutes a:hover {
	color: #007F00;
	text-decoration: none;
}
.minutes a:active {
	text-decoration: none;
	color: #000000;
}

/*Sets the font size, type and appearance of a: links for the top line menu on the home page */
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.topmenu a:link {
	color: #000000;
	text-decoration: none;
}
.topmenu a:visited {
	color: #000000;
	text-decoration: none;
}
.topmenu a:hover {
	color: #669966;
	text-decoration: underline;
}
.topmenu a:active {
	color: #000000;
	text-decoration: none;
}

/* Sets all margins to 0 so there will be no white space at the page edges */
body {
	margin: 0px;
}
