@charset "utf-8";
/* CSS Document */

body {
	background-color: #0066cc;
	background-image: url(../images/star_bg.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.rounded {
	background-color: #FFFFFF;
	width: 852PX;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: table;
}
.listme {
	list-style-image: url(../images/arrow.gif);
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 12px;
}
strong {
	color: #000099;
}

/* FOOTER LINKS */

.footer {
	color       : #FFFFFF;
	text-decoration  : underline;
	font-size: 12px;
	text-decoration: none;
}
hr {
	color: #EEEEEE;
	 size: 1px;
}
a.footer:link, a.footer:visited {
	color       : #FFFFFF;
	text-decoration  : underline;
	font-size: 12px;
	text-decoration: none;
	font-weight    : bold;
}

a.footer:hover{
	color       : #000000;
	text-decoration  : none;
	font-size: 12px;
	text-decoration: none;
	font-weight    : bold;
}
a.wt:link, a.wt:visited {
	color: #000099;
	font-size: 12px;
	font-weight    : bold;
}

a.wt:hover{
	color: #0099FF;
	font-size: 12px;
	font-weight    : bold;
}
a.ct:link, a.ct:visited {
	color: #000099;
	font-size: 12px;
	font-weight    : normal;
}

a.ct:hover{
	color: #FF0000;
	font-size: 12px;
	font-weight    : normal;
}

/* LINKED LINKS */

.linked {
	color       : #CC0099;
	text-decoration  : underline;
	font-size: 12px;
	text-decoration: none;
}
a.linked:link, a.linked:visited {
	color       : #0099FF;
	text-decoration  : underline;
	font-size: 12px;
	text-decoration: none;
	font-weight    : bold;
}

a.linked:hover{
	color       : #000000;
	text-decoration  : none;
	font-size: 12px;
	text-decoration: none;
	font-weight    : bold;
}
/* LINKED LINKS */

/* PG LINKS */
a.pg:link, a.pg:visited {
	color       : #0099FF;
	text-decoration  : underline;
	font-size: 12px;
	text-decoration: none;
}

a.pg:hover {
	color       : #666666;
	text-decoration  : none;
	font-size: 12px;
	text-decoration: none;
}
/* PG LINKS */

/* LINKS */
a:link, a:visited {
	color       : #CC0099;
	font-weight    : bold;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color       : #0066ff;
	font-weight    : bold;
	font-size: 12px;
	text-decoration: none;
}
/* LINKS */

.white-16 {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
}
.linked {
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: blink;
}

.white-12 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
}

.white_bold {
	color: #FFFFFF;
	font-weight: bolder;
}
.txt-big {
	font-size: 24px;
	font-weight: bold;
}
.align_center {
	text-align: center;
}
.txt-Medium {
	font-size: 14px;
	font-weight: bold;
}
.txt-Regular {
	font-size: 12px;
	font-weight: bold;
}
.txt-Small {
	font-size: 10px;
	font-weight: bold;
}


/* top menu */

ul#topmenu {
	width: 100%;
	height: 43px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	background-image: url(../images/top_menu/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
ul#topmenu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#topmenu li a {
	height: 43px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#topmenu li a:hover {
	color: #FFFFFF;
	padding: 3px 15px 0;
	background-color: #EEEEEE;
	background-image: url(../images/top_menu/current-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* top menu */
.main {
	padding: 0px;
	width: 850PX;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.white_bg {
	background-color: #FFFFFF;
}
.white_txt {
	color: #000099;
}
.black_bg {
	background-color: #000000;
}
.orange_bg {
	background-color: #FF3300;
}
.darkblue_bg {
	background-color: #000066;
}
.dark_bg {
	background-color: #333333;
}
.red_bg {
	background-color: #FF0000;
}