/* CSS Document */


A.green_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: small;
	}
A.green_link:LINK {
	color: #003300;
	background-color: white;
	text-decoration: underline;
	}
A.green_link:HOVER {
	background-color: white;
	color:#009900;
	text-decoration: underline;
	}
A.green_link:ACTIVE {
	color: #003300;
	background-color: white;
	text-decoration:underline
	}
A.green_link:VISITED {
	color: #003300;
	background-color: white;
	text-decoration: underline;
	}
 
 
 A.white_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: small;
	}
A.white_link:LINK {
	color: white;
	background-color: #005522;
	text-decoration: underline;
	}
A.white_link:HOVER {
	background-color: #005522;
	color:white;
	text-decoration: underline;
	}
A.white_link:ACTIVE {
	color: white;
	background-color: #005522;
	text-decoration:underline
	}
A.white_link:VISITED {
	color: white;
	background-color: #005522;
	text-decoration: underline;
	}
 
 
 

A.green_link_medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: medium;
	}
A.green_link_medium:LINK {
	color: #003300;
	background-color: white;
	text-decoration: underline;
	}
A.green_link_medium:HOVER {
	background-color: white;
	color:#009900;
	text-decoration: underline;
	}
A.green_link_medium:ACTIVE {
	color: #003300;
	background-color: white;
	text-decoration:underline
	}
A.green_link_medium:VISITED {
	color: #003300;
	background-color: white;
	text-decoration: underline;
	}

A.by_line_link {
	background-color: #ffffff;
	color: #bb9966;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	}

A.by_line_link:LINK {
	background-color: #ffffff;
	color: #bb9966;
	text-decoration: none;
	}
A.by_line_link:HOVER {
	background-color: #ffffff;
	color: #aa8855;
	text-decoration: underline
	}
A.by_line_link:ACTIVE {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	}
A.by_line_link:VISITED {
	background-color: #ffffff;
	color: #999999;
	text-decoration: none;
	}
	
	
A.brown_link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: small;
}
A.brown_link:LINK {

	color: #775533;
	background-color: white;
	text-decoration: underline;
}
A.brown_link:HOVER {

	background-color: white;
	color:#663300;
	text-decoration: underline;
}
A.brown_link:ACTIVE {

	color: #bb9966;
	background-color: white;
	text-decoration:underline
}
A.brown_link:VISITED {

	color: #003300;
	background-color: white;
	text-decoration: underline;
}
