@charset "iso-8859-1";
<!--
/******BASIC SETTINGS******/

body, table, td {
	font: 12px verdana, tahoma, arial, sans-serif;
	line-height: 19px;
}
body {
	margin: 5px 30px 6px 30px;
	padding: 0px;
	background-color: #000000;
}
h1,h2,h3,h4,h5,h6 { line-height: normal; }
h1 { font-size: 27px; }
h2 { font-size: 135%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 80%; }
h6 { font-size: 60%; }

.floatingAds { float: right; margin-left: 20px; }

.main_table {
	width: 100%; 
	height: 100%; 
	min-width: 790px; 
	border: 1px solid black; 
	padding-top: 5px; 
	padding-bottom: 12px; 
	margin-bottom: 5px;
}

.bottom_table {
	width: 100%; 
	min-width: 790px; 
	border: 1px solid black; 
	margin-top: 5px; 
	margin-bottom: 5px;
}

/******END-BASIC SETTINGS******/


/******LINKS SETTINGS******/

a:link, a:visited  { color: #DF9300; text-decoration: underline; }
a:hover            { color: #DF9300; text-decoration: none; }

a.main_link:link, a.main_link:visited { color: #DF9300; border-bottom: 1px dashed; text-decoration: none; }
a.main_link:hover { color: white; background-color: #DF9300; border-bottom: 1px dashed; text-decoration: none; }

a.blank_link:link, a.blank_link:visited { color: #AC7000; text-decoration: underline; }
a.blank_link:hover { color: #DF9300; }

a.other_link:link, a.other_link:visited { color: red; font-weight: bold; text-decoration: none; }
a.other_link:hover { color: white; background-color: darkred; }

a.email_link:link, a.email_link:visited { color: #002288; text-decoration: none; }
a.email_link:hover { color: red; text-decoration: underline; }

/******END-LINKS SETTINGS******/


/******MENU SETTINGS******/

a.top_menu:link, a.top_menu:visited { color: #DF9300; text-decoration: underline; }
a.top_menu:hover { color: #FFFFFF; background-color: #DF9300; text-decoration: none; }

div.side_menu_header {
	padding-top: 4px; 
	text-align: center; 
	color: #F5F5F5; 
	width: 148px; 
}

div.side_menu_content {
	padding: 5px 10px 5px 10px; 
	text-align: center; 
	color: black;
}

a.side_menu:link, a.side_menu:visited, a.side_menu:hover {
	width: 100%;
	color: #474747;
	display: block;
	text-decoration: none;
	border: 1px solid white;
	line-height: 19px;
}
a.side_menu:visited {
	color: #C0C0C0;
}
a.side_menu:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #082EA2;
	border: 1px solid gray;
}

td.latest_topic {
	background-color: #F0F3FB; 
	padding: 10px 15px 15px 15px; 
	border-left: 1px solid #000000;
}
td.latest_topic a {
	color: navy;
}

/******END-MENU SETTINGS******/


/******LINKSWAPPER SETTINGS******/

div.linkswapper {
	margin: 10px;
	text-align: left;
	padding: 3px; 
	font-size: 11px;
}
div.linkswapper a:link, div.linkswapper a:visited {
	font: 12px verdana, tahoma, arial, sans-serif;
	font-weight: bold;
	color: #555555;
}
.linkswapperText {
	font: 10px verdana, tahoma, arial, sans-serif;
	color: #000000;
}

/******END-LINKSWAPPER SETTINGS******/
// -->