/* CSS Document */

.small_header {font-family: Tahoma; font-size: 10px; font-weight: bold; color: #666666; }
.header {
	font-family: "Courier New";
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
.main_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.blue_large {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.red_number {font-size: 16px; color: #FF0000; }
.red_heading {font-size: 12px; font-weight: bold; color: #ee3338; font:Tahoma; }
.tab_text {font-family: Tahoma; font-size: 10px; color: #666666; }
.top_heading {
	font-family: Tahoma;
	font-weight:bold;
	font-size: 34px;
}
a:link {
	color: #CC9900;
}
a:visited {
	color: #CC9900;
}
a:hover {
	color: #99CC00;
}
a:active {
	color: #CC9900;
}
.tb-border {
    border: 1px solid #666666;
	background-color: #ffffff;
	font-size: 12px; color: #000000; font-family: Tahoma;
}
.button {
    background-color: #ffffff;
	border: 1px solid #666666;
	color: #666666;
	font-family: Tahoma;
	font-weight: bold;
}
body {
	background-color: #CCCCCC;
}
.footer { font:Tahoma;
font-size:10px;
color:#666666; }
