/* CSS Document */

BODY {
	position: relative;
	top: 0px;
	left: 0px;
	padding:0px;
	margin:0px;
	border: 0px none;
	background-image: url(images/singles_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

FORM {
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

DIV {
	padding: 0px;
	margin: 0px;
	border: 0px none;

}

TABLE {
	position:relative;
	top: 0px;
	left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:normal;
	color:#000000;
}

TD.date1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
}

H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	padding: 0px;
	margin: 0px;
	border: 0px none;
}
H3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
	border:0px none;
}

HR {
	color:#CCCCCC;
	border: 1px solid;
}

span.highlight {color: #6666CC; font-weight:bold; font-size:11pt;}
span.highlight2 {color: #006600; font-weight:normal; font-size:11pt;}
span.highlight3 {color: #6666CC; font-weight:normal; font-size:11pt;}

a:link {text-decoration: none; color: #990033; font-weight: bold; }
a:visited {text-decoration: none; color: #990033; font-weight: bold;}
a:hover {text-decoration: none; color: #0099FF; font-weight: bold;}

a.nav:link {text-decoration: none; color: #0000FF; font-weight: bold; border: 0px;}
a.nav:visited {text-decoration: none; color: #0000FF; font-weight: bold; border: 0px;}
a.nav:hover {text-decoration: none; color: #FF0000; font-weight: bold; border: 0px;}

/* ------------ RESET ------------------*/
*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,img {
	border:0;
	margin:0;
}
/* ------------ NAVIGATION ------------------*/
body {
	
}
#nav_bar {
	background-color:#202020;
	height:42px;
	border-bottom:#404040 solid 1px;
	
}
#nav_container {
	width:1000px;
	margin:0 auto;
	overflow:auto;
}
#logo {
	float:left;
	width:300px;
	padding:7px 0px 0px 0px;
}



