/* CSS Document */

.tab_company {
	font-family: "Times New Roman";
	font-size: 34px;
	color: #ffffff;
	font-weight:bold;
}
.tab_company1 {
	font-family: "Times New Roman";
	font-size: 30px;
	color: #ffffff;
	font-weight:bold;
}
.tab_header_white {
	font-family: Tahoma;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
}
.tab_header {
	font-family: Tahoma;
	font-size: 16px;
	font-weight:bold;
	color: #4fd3e6;
}
.tab_header_big {
	font-family: Tahoma;
	font-size: 18px;
	color: #ffffff;
	font-weight:bold;
}
.tab_header_big_red {
	font-family: Tahoma;
	font-size: 18px;
	color: #d03528;
	font-weight:bold;
}
.main_text {font-size: 11px; color: #ffffff; font-family: Tahoma;}
.main_text_side {font-size: 9px; color: #ffffff; font-family: Tahoma;}
.main_text_bold {font-size: 11px; color: #ffffff; font-family: Tahoma; font-weight:bold}
.main_text_bold1 {font-size: 12px; color: #4fd3e6; font-family: Tahoma; font-weight:bold}
a:link {
	color: #3399CC;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #00CC00;
}
a:active {
	color: #3399CC;
}
.tb-border {
    border: 1px solid #ffffff;
	background-color: #2E2E2E;
	font-size: 12px; color: #ffffff; font-family: Tahoma;
}
.button {
    background-color: #ffffff;
	border: 2px solid #999999;
	color: #666666;
	font-family: Tahoma;
	font-weight: bold;
}
body {
	background-image: url(images/background.jpg);
}

.footer {color:#FFFFFF; font:Tahoma; font-size:9px; background-image:url(images/footer_bg.jpg);}