.bodyText
			{
				font-family:arial;
				font-size: 11px;
				}
				

H1
			{
				font-family:times new roman;
				font-size: 21px;
				font-weight:bold;
				margin-top:8px;
				display: inline;
				text-decoration:underline;
				}
				
				H2
			{
				font-family:times new roman;
				font-size: 15px;
				font-weight:bold;
				margin-top:8px;
				display: inline;
				}
				
body		{
				background: #ce0000;
				text-align: center;
				margin: 0em auto;
				width: 760px;
				font-family: arial, verdana, sans-serif;
				}
				
#wrapper	{
				align: center;
				min-width: 760px;
				}
				
.wep_leftborder
			{
				background: url(../images/leftBG.jpg) top left repeat-y;
				width: 25px;
				}
				
.wep_rightborder
			{
				background: url(../images/rightBG.jpg) top right repeat-y;
				width: 25px;
				}
				
ul.wep_nav
			{
				list-style-type: none;
				width: 197px;
				margin: 0; padding: 0;
				border: 0;
				}
				
table, p, td
			{
				font-size: 11px;
				}
				
a img
			{
				border: 0;
				}
				
a:link, a:visited
			{
				color: #0000FF;
				}
				
#footer		{
				color: #fff;
				padding: 1em;
				font-size: 10px;
				margin-bottom: 2em;
				}
				
.navspace td
			{
				padding-bottom: .5em;
				}
				


#nav{
	font-weight: bold; 
	background: #CE0000; 
	text-align: center; 
	color: #fff;
}

#nav a{
	text-decoration:none;
	color: #fff;
	padding:10px;
}
#nav a:visited{
	text-decoration:none;
}
#nav a:hover{
	text-decoration:underline;
}
#nav a:active{
	color:#FF9900;
}
#online{
	text-align:right;
}
				
