a:link {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
.main_text {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.mainbold_text {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}
.large_text {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.footer_text {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #669ACC;
	background-repeat: repeat-x;
	color: #333333;
}
img.floatLeft { 
	float: left; 
	margin: 4px;
	border-style: solid;
	border-color: black;
	border-width:1px; 
}

img.floatRight { 
	float: right; 
	margin: 4px; 
	border-style: solid;
	border-color: black;
	border-width:1px; 
}
img.floatNone {
	float: none;
	margin: 4px;
	border: thin outset #003366;
}
.td_border {
	border: thin double #999999;
	background-color: #FFFFCC;
}
.BIG_text {

	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
img.floatNone_nobrd {
	float: none;
	margin: 4px;
}
