@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	font-family: Osaka, "Lucida Grande", geneva, verdana, sans-serif;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-color: #404040;
	padding-left: 50px;
}
a img {
	border-style: none;
	text-decoration: none !important;
}

#Container {
	width : 850px;
	padding-left: 25px;
	background-color: #ffffff;
}
#Head {
	float: left;
	padding-bottom: 5px;
	background-color: #ffffff;
}
#Side {
	width: 220px;
	float: left;
	padding-bottom: 10px;
	background-color: #ffffff;
}
#News {
	width : 530px;
	float: left;
	padding-left: 10px;
	background-color: #ffffff;
}
#Main {
	width : 800px;
	height : 600px;
	float: left;
	padding-left: 40px;
	background-color: #ffffff;
}
#Foot {
	width : 800px;
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #404040;
	background-color: #ffffff;
}


#Side a {
	width: 220px;
	height: 30px;
	font-size: 11pt;
	text-align: left;
	text-decoration: none;

	background-image: url(../images/side_back.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 20px;

	display: block;

	border-top: 1px solid #ffffff;
	color: #ffffff;
}
#Side a:hover{
	color: #004080;
	background-image: url(../images/side_back_hover.gif);
	background-repeat: no-repeat;
}
#frm {
	background-color: #ffffff;
}

#Link a {
	width: 188px;
	height: 40px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;

	background-image: url(../images/link_back.gif);
	background-repeat: no-repeat;
	padding: 10px 5px 5px 20px;

	display: block;

	border: 1px solid #008000;
	color: #008000;
}
#Link a:hover{
	color: #004080;
	background-image: url(../images/link_back_hover.gif);
	background-repeat: no-repeat;
}


#Menu a {
	width: 200px;
	height: 30px;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;

	background-image: url(../images/menu_back.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 10px;

	display: block;

	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

	color: #ffffff;
}
#Menu a:hover{
	color: #004080;
}


#Main table {
	width: 95%;
	background-color: #444444;
	font-size: 80% !important;
	line-height: 1.4;
	empty-cells: show;
	margin-bottom: 5px;
}
#Main th {
	padding-top: 2px;
	background-color: #efefef;
	border: solid 1px #ffffff;
	vertical-align: middle;
}
#Main td {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
}
#Main .left{
	padding-left: 3px;
	text-align: left;
}
#Main .center{
	text-align: center;
}
#Main .right{
	padding-right: 3px;
	text-align: right;
}

.subtitle {
	font-size: 11pt;
	text-align: left;
	text-decoration: none;
	color: #4040ff;
}
.contact {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #4040ff;
}
.content {
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	color: #404040;
	padding: 20px;
	border: solid 1px #000000;
}
#mini {
	width : 800px;
	font-size: 8pt;
	text-align: left;
	color: #404040;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

