body	{ background: black; font-family: Arial; font-size: 12px; margin: 0px; padding: 0px; color: white; }

h1	{ padding: 0; padding-top: 15px; padding-left: 10px; margin: 0; font-size: 16px; color: white; display: block; font-family: Verdana; font-weight: normal; line-height: 22px; }
h2	{ padding: 0; margin: 0; font-size: 13px; color: #01A7DD; display: block; font-weight: bold; line-height: 25px; }
h3	{ padding: 0; padding-top: 05px; padding-left: 40px; margin: 0; font-size: 13px; color: #ACACAC; display: block; font-weight: normal; line-height: 22px; }
h4	{ padding: 0; padding-top: 0px; padding-left: 20px; margin: 0; font-size: 10px; color: #ACACAC; display: block; font-weight: normal; line-height: 22px; }
h5	{ padding: 0; margin: 0; font-size: 18px; color: #01A7DD; display: block; font-weight: normal; }

a:link,
a:visited		{ color: white; text-decoration: underline; }
a:hover			{ color: #DFDFDF; text-decoration: underline; }

a.gray:link,
a.gray:visited	{ color: #CCCCCC; font-weight: normal; text-decoration: none; }
a.gray:hover	{ text-decoration: underline; font-weight: normal; color: white; }

a.upper:link,
a.upper:visited	{ color: #01A7DD; font-weight: normal; text-decoration: none; font-size: 9px; }
a.upper:hover	{ text-decoration: underline; font-weight: normal; }

img				{ border: 0px; vertical-align: middle; }
img.lefter		{ float: left; border: 1px solid white; vertical-align: top; margin-right: 8px; } 

p		{ margin: 0; padding: 0; text-align: justify; }
p.news	{ padding-left: 20px; font-size: 12px; padding-bottom: 30px; }

.center			{ margin-left: auto; margin-right: auto; }
.txtcenter		{ text-align: center; width: 100%; }
.txtright		{ text-align: right; width: 100%; }
.relative		{ position: relative; }
.absolute		{ position: absolute; }
.separator		{ height: 30px; }
.float_right	{ float: right; }
.float_left		{ float: left; }
.cursor			{ cursor: pointer; }
.mp3stop		{ color: red; font-size: 10px; display: none; }

.header		{ background: url(../../Images/back.png) no-repeat; 	height: 273px; width: 972px; margin-top: 14px; }
.main_top	{ background: url(../../Images/main_top.png) no-repeat; height: 127px; width: 972px; }
.main		{ background: url(../../Images/main.png) repeat-y; 		width: 972px; }
.main_bot	{ background: url(../../Images/main_bot.png) no-repeat; height: 166px; width: 972px; }
.main_ctc	{ width: 945px; padding-top: 15px; }
.footer		{ padding-top: 90px; color: #959595; font-size: 11px; }
.shadowed	{ background: url(../../Images/shadow.png) no-repeat; height: 126px; width: 126px; padding-top: 5px; padding-left: 5px; border: 0px; margin-top: 6px; }
.right_box	{ width: 250px; border-left: 1px dotted #202429; }
.left_box	{ width: 680px; }
.calendar	{ line-height: 24px; }
.upper		{ color: #01A7DD; font-weight: normal; text-decoration: none; font-size: 9px;  }

ul.topnav {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	padding-top: 20px;
	list-style: none;
	float: left;
	font-size: 1.1em;
}
ul.topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	height:40px;
}
ul.topnav a, ul.topnav span {
	padding: 10px 8px;
	float: left;
	text-decoration: none;
	color: #01A7DD;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
ul.topnav a{
	color: #BCBCFF;
}
