/* CSS Document */

.tab_header_big {
	font-family: Arial;
	font-size: 36px;
	color: #ffb800;
}
.tab_header_small {
	font-family: Tahoma;
	font-size: 20px;
	color: #ffb800;
	font-weight:bold;
}
.tab_header_big_grey {
	font-family: Arial;
	font-size: 36px;
	color: #828282;
}
.tab_header {
	font-family: Times New Roman;
	font-size: 18px;
	color: #575857;
}
.main_text {font-size: 12px; color: #828282; font-family: Tahoma;}
.main_text_side {font-size: 11px; color: #ff8a00; font-family: Tahoma;}
.main_text_bold {font-size: 12px; color: #ffb800; font-family: Tahoma; font-weight:bold}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #99FF00;
}
a:active {
	color: #000000;
}
.tb-border {
    border: 1px solid #ffb800;
	font-size: 12px; font-family: Tahoma;
}
.button {
	background-color:#FFFFFF;
	border: 2px solid #ffb800;
	color: #828282;
	font: Tahoma;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer
{
color:#000033;
}


