@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#2E2E2E;
}
.head_1 {
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	color:#00A2D1;
}
.head_2 {
	font-family:Tahoma;
	font-size:9pt;
	color:#00A2D1;
}

.head_3 {
	font-family:Tahoma;
	font-size:10pt;
	color:#FF6600;
}
.text_1 {
	font-family:Tahoma;
	font-size:9pt;
	color:#CCCCCC;
}
.text_2 {
	font-family:Tahoma;
	font-size:10pt;
	color:#CCCCCC;
}
.text_3 {
	font-family:Tahoma;
	font-size:8pt;
	color:#CCCCCC;
}
a.link_1 {
	font-family:Tahoma;
	font-size:9pt;
	color:#CCCCCC;
	text-decoration:none;
}
a.link_1:hover {
	color:#00A2D1;
	text-decoration:none;
}

a.link_2 {
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
a.link_2:hover {
	color:#FF6600;
	text-decoration:none;
}
a.footer_link {
	font-family:Tahoma;
	font-size:9pt;
	color:#00A2D1;
	text-decoration:none;
}
a.footer_link:hover {
	color:#cccccc;
	text-decoration:none;
}
a.header_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
a.header_link:hover {
	color:#FF6400;
	text-decoration:none;
}

