/* CSS Document */

.tab_header_big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #1a4c01;
}
.tab_header_big_grey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #828282;
}
.tab_header {
	font-family: Tahoma;
	font-size: 14px;
	color: #d2ff00;
	font-weight:bold;
}
.main_text {font-size: 12px; color: #ffffff; font-family: Tahoma;}
.main_text_side {font-size: 11px; color: #00CCFF; font-family: Tahoma;}
.main_text_bold {font-size: 12px; color: #ffffff; font-family: Tahoma; font-weight:bold}
a:link {
	color: #FF9900;
	text-decoration:none;
}
a:visited {
	color: #FF9900;
	text-decoration:none;
}
a:hover {
	color: #d2ff00;
	text-decoration:none;
}
a:active {
	color: #FF9900;
	text-decoration:none;
}
.tb-border {
    border: 2px solid #d2ff00;
	background-color: #2C661A;
	font-size: 12px; 
	font-family: Tahoma;
	color:#FFFFFF;
}
.button {
    background-color: #2C661A;
	border: 2px solid #d2ff00;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
}
body {
	background-color: #CCCCCC;
}
