/* CSS Base */

body {	background: #000000 url(all/etc.jpg);
 		background-repeat:repeat-x;
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #D5D4E2;
	 }	 
.slideimage  {
		background: url(all/bg2.jpg);
		background-repeat: no-x; 
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #959595;
		padding: 3px 2px 3px 2px;
		font-weight: bold;
		height: 30px;
		vertical-align: top;
		}					
.navyside {
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #959595;
		vertical-align: top;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 16px;
		text-align: justify;
		}		
.navytitle {
		border-bottom: 2px dotted #FFFFFF;
		font-family: Verdana, "Times New Roman", Times, serif;
		font-size: 12pt;
		color: #FFFD32;
		font-weight: bold;
		}		
.title {
		font-family: Arial, "Times New Roman", Times, serif;
		font-size: 14pt;
		color: #FFFD32;
		font-weight: bold;
		letter-spacing: 1px;
		}
.maintitle {
		font-family: Arial, "Times New Roman", Times, serif;
		font-size: 16pt;
		color: #FFFD32;
		font-weight: bold;
		letter-spacing: 1px;
		}
.contentarea {
		border-left: 2px dotted #FFFFFF; 
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #959595;
		line-height: 16px;
		text-align: justify;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		vertical-align: top;
		}
.bottom {
		border-top: 2px dotted #FFFFFF;
		font-family: "Arial", Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #959595;
		vertical-align: top;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		line-height: 16px;
		text-align: center;
		}
/* CSS Sidebar Links */

a.navlink {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.navlink:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.navlink:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.navlink:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.navlink:hover {
	color: #FFFD32;
	text-decoration: underline;
	font-weight: bold;
	}
	
/* CSS Links */

a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}	
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFD32;
	text-decoration: underline;

	font-weight: bold;
	}
/* CSS Topbar Links */

a.toplink {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.toplink:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.toplink:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.toplink:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.toplink:hover {
	color: #FFFD32;
	text-decoration: underline;
	font-weight: bold;
	}