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

body {	
	margin: 0;
	padding: 0px;
	padding-top: 5px;
	background:#333333;
	}
	
hr {
	float: left;
	clear: both;
	width: 900px;
	height: 1px;
	color: #333333;
	background-color: #333333;
	border: 1px dotted #FFFFFF;
	border-style:none none dotted;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	}	
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	}

p {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	line-height: 15px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}	

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #FF3300;
	margin: 0;
	padding: 0;
	}
	
.bold2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #FF3300;
	margin: 0;
	padding: 0;
	}		
	
p.nav {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}

p.nav_right {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-size: 13px;
	text-align: right;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}
	
p.about {
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}
	
p.contact {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-size: 13px;
	text-align: left;
	line-height: 15px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}	
		
a {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: none;
	}		
	
a:hover {
	text-decoration: none;
	color: #FF3300;
	}
	
a:visited {
	color: #999999;
	}
	
a.active {
	text-decoration: underline;
	}					