<style type="text/css">

BODY{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

A{
	text-decoration: underline;
	font-size: 12px; 
	color: #003300; 
	}

A:link {
	text-decoration: underline;
	font-size: 12px; 
	color: #003300; 
	}
	
A:visited {
	text-decoration: underline;
	font-size: 12px; 
	color: #003300; 
	}
	
A:active {
	text-decoration: underline;
	font-size: 12px; 
	color: #003300; 
	}

A:hover {
	text-decoration: underline;
	font-size: 12px; 
	color: red; 
	}

li { 
	font-size: 12px;
	color: #003300;
	}

.myshadow {
	width: 100%;
	height: 100%;
	filter: DropShadow(color=#003300, OffX=4, OffY=4, Positive=1);
	}

.FontBanner { 
	font-size: 12px;
	color: #003300; 
	}

.FontDisplay { 
	font-size: 12px;
	color: #003300;
	}
	
.FontDisplayCaps { 
	font-size: 12px;
	color: #003300;
	}

.FontSmall { 
	font-size: 8px;
	color: #003300;
	}

A.FontSmallCaps { 
	font-size: 9px;
	color: #003300;
	}

A.FontSmallCaps:active { 
	font-size: 9px;
	color: #003300;
	}

A.FontSmallCaps:visited { 
	font-size: 9px;
	color: #003300;
	}

A.FontSmallCaps:link { 
	font-size: 9px;
	color: #003300;
	}

A.FontSmallCaps:hover {
	text-decoration: underline;
	font-size: 9px; 
	color: red; 
	}
	
.FontSmallRed { 
	font-size: 10px; 
	color: RED; 
	}

.FontLargeRed { 
	font-size: 15px; 
	color: RED; 
	}

.FontGiantRed { 
	font-size: 20px; 
	color: RED; 
	}

.FontSmallBlack { 
	font-size: 10px; 
	color: BLACK; 
	}

.FontLargeBlack { 
	font-size: 15px; 
	color: BLACK; 
	}

.FontGiantBlack { 
	font-size: 20px; 
	color: BLACK; 
	}

.button { 	
		text-decoration: none;
		background-color:#A5BED6;
		color: #003300;
		font-size: 12px;
		height: 18px;
		width: 100px;
		cursor:hand;
		text-align: left;
		padding-bottom: 20px;
		BORDER: #FFFFFF 0px solid 
		}

.buttonon {
		text-decoration: none;
		background-color:#A5BED6;
		color: #FFFF9C;
		font-size: 12px;
		height: 18px;
		width: 100px;
		cursor:hand;
		text-align: left;
		padding-bottom: 20px;
		BORDER: #FFFFFF 0px solid 
		}

.border{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BACKGROUND-IMAGE: none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    BACKGROUND-COLOR: #A5BED6;
	}

.bordero{
    BORDER-RIGHT: #E6E2E2 3px solid;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    WIDTH: 100%;
    BORDER-BOTTOM: #E6E2E2 5px solid;
	}

</style>