/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/main-back.jpg);
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #A0E3FA;
}
a:active {
	color: #FFFFFF;
}

body,td,th {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.header-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.header-menu:hover {
	color: #FFDA9B;
}
.lg-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #CCCCCC;
}
.news-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #98CEFD;
	font-style: normal;
}
.news-title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #CCCCCC;
	font-style: normal;
	text-decoration: none;
}

.news-title:hover  {
	color: #98CEFD;

}

.section-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #cccccc;
	border: 1px solid #333333;
}

.section-text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #CCCCCC;
	font-style: normal;
	text-decoration: none;
}

.section-text:hover  {
	color: #98CEFD;

}
