<style type="text/css">{  }
/*Remove underlines in ANCHOR links*/
 A:LINK#noline {
	text-decoration: none;
}
A:HOVER#noline {
	text-decoration: none;
}
A:VISITED#noline {
	text-decoration: none;
}
A:ACTIVE#noline {
	text-decoration: underline;
}
/*Remove underlines in ANCHOR links, add underlines on hover*/
A:LINK#hovline {
	text-decoration: none;
}
A:HOVER#hovline {
	text-decoration: underline;
}
A:VISITED#hovline {
	text-decoration: none;
}
A:ACTIVE#hovline {
	text-decoration: underline;
}


/*Generic CLASS for use with ANCHOR ID tags--they just change color on hover*/
.blue {
	color: Blue;
}
.blue:hover {
	color: red;
	background-color: Silver;
}
.black {
	color: black;
}
.black:hover {
	color: black;
	background-color: Silver;
}
.white {
	color: White;
}
.white:hover {
	color: White;
	background-color: Black;
}
.silver {
	color: Silver;
}
.silver:hover {
	color: Black;
	background-color: Silver;
}
.red {
	color: Red;
}
.red:hover {
	color: Black;
	background-color: Silver;
}
.yellow {
	color: #ffd700;
}
.yellow:hover {
	color: Black;
	background-color: silver;
}

/*Used for TOPNAV navigation buttons*/

.silver11 {
	color: Silver;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 11;
}
.silver11:hover {
	color: Black;
	background-color: Silver;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-bottom : 2px;
	padding-top : 2px;
	font-size: 11;
}

.silver12 {
	color: Silver;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12;
}

.white11 {
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 11;
}
.white11:hover {
	color: Black;
	background-color: Silver;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding-bottom : 2px;
	padding-top : 2px;
	font-size: 11;
}

.white11tab {
	color: White;
	text-decoration: underline;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 11;
}
.white11tab:hover {
	color: Black;
	background-color: Silver;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom : 2px;
	padding-top : 2px;
	font-size: 11;
}

.silver14 {
	color: Silver;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14;
}
.silver14:hover {
	color: Black;
	background-color: Silver;
	text-decoration: none;
	padding-bottom : 2px;
	padding-top : 2px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14;
}

.white14 {
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14;
}
.white14:hover {
	color: Black;
	background-color: Silver;
	text-decoration: none;
	padding-bottom : 2px;
	padding-top : 2px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 14;
}

.white12 {
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12;
}
.white12:hover {
	color: White;
	background-color: Black;
	text-decoration: none;
	padding-bottom : 2px;
	padding-top : 2px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12;
}

.white12tab {
	color: White;
	text-decoration: underline;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12;
}
.white12tab:hover {
	color: White;
	background-color: Black;
	text-decoration: underline;
	padding-bottom : 2px;
	padding-top : 2px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12;
}

.white12nav {
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12;
}
.white12nav:hover {
	color: Black;
	background-color: Silver;
	text-decoration: none;
	padding-bottom : 2px;
	padding-top : 2px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 12;
}

.gray9 {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 9;
}
.gray9:hover {
	color: White;
	background-color: Black;
	text-decoration: none;
	padding-bottom : 2px;
	padding-top : 2px;
	font-weight: bold;
	font-family: arial,Helvetica,sans-serif;
	font-size: 9;
}

/*Div tag*/
div.box1 {
	border: solid;
	border-width: thin;
	width: 100% color: #c0c0c0;
}

.background:background{
	background-position :  50% 50%;
	50%;
	font-style:normal; font-variant:normal; font-weight:normal
}

.f10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
}

-->
</style>