/* CSS Document */

body {
	background-color: #CCCCCC;
}
.tab_header_big {
	font-family: Arial;
	font-size: 16px;
	color: #b0d620;
}
.tab_header {
	font-family: Arial;
	font-size: 16px;
	color: #bcbaba;
}
.main_text {font-size: 11px; color: #ffffff; font-family: Tahoma;}
.main_text_side {font-size: 11px; color: #90c735; font-family: Tahoma;}
.main_text_bold {font-size: 12px; color: #B0D620; font-family: Tahoma; font-weight:bold}
a:link {
	color: #b0d620;
}
a:visited {
	color: #b0d620;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #b0d620;
}
.tb-border {
    border: 1px solid #bcbaba;
	background-color: #272727;
	font-size: 12px; 
	color: #bcbaba; 
	font-family: Tahoma;
}
.button {
    background-color: #272727;
	border: 2px solid #bcbaba;
	color: #B0D620;
	font-family: Tahoma;
	font-weight: bold;
}
.page_header {	font-family: Tahoma;
	color: #B0D620;
	font-size: 28px;
}
.form_label {
	color: #B0D620;
	font-weight: bold;
}

