@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:url(images/bg_main.gif) repeat-x #dce0de;
}

.main_font {
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#454545;
}

.main_font a {
	font-size:10px;
	font-weight:bold;
	color:#2668b1;
	text-decoration:none;
}

.main_font a:hover {
	font-size:10px;
	font-weight:bold;
	color:#2668b1;
	text-decoration:underline;
}

.left_font {
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#454545;
}

.left_font a {
	color:#0066CC;
	text-decoration:none;
}

.left_font a:hover {
	font-size:10px;
	font-weight:bold;
	color:#2668b1;
	text-decoration:none;
}

.sub_font {
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#454545;
}

.sub_font a {
	font-size:10px;
	color:#2769b1;
}

.orange_font {
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
	color:#f09300;
}

.blue_font {
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:bold;
	color:#2769b1;
}

.footer {
	font-family:"Trebuchet MS", Arial;
	font-size:10px;
	color:#454545;
	text-align:center;
	background-repeat:no-repeat;
	*height:96px;
}

.ico_plus {
	margin-top:7px;
}

.table {
	border: 1px solid #CCCCCC;
}
.title {
	font-family:Tahoma, Arial;
	font-size: 14px;
	font-weight:bold;
	color: #2B6FC0;
}

