.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.main_underline {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #666666; text-decoration:underline}
.bold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666}
.bolduline { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666 ; text-decoration: underline}
.bolduline2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #00CC00; text-decoration: underline }

body {
	margin-left: 10%;
	margin-top: 25px;
	margin-right: 10%;
	background-color: #E2E2E2;
}
#bottomcol {

	background-image:url(images/corner.gif);
	background-repeat:no-repeat;
	}

a.MainLink:link {
	font-family : Verdana;
	font-size : 10px;
	color:#666666;
	font-weight : normal;
	text-decoration:none;
}

a.MainLink:visited {
	font-family : Verdana;
	font-size : 10px;
	color: #666666;
	font-weight : normal;
	text-decoration : none; }


 a.MainLink:hover {
	font-family : Verdana;
	font-size : 10px;
	color:#FF0000;
	font-weight : normal;
	text-decoration: none; }

a.NavLink:link {
	font-family : Arial;
	font-size : 14px;
	color:#666666;
	font-weight : normal;
	text-decoration:none;
}

a.NavLink:visited{
	font-family : Arial;
	font-size : 14px;
	color:#666666;
	font-weight : normal;
	text-decoration:none;
}

 a.NavLink:hover {
	font-family : Arial;
	font-size : 14px;
	color:#FF0000;
	font-weight : normal;
	text-decoration: underline;
	text-decoration:overline; }
	
.strapline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#42b94a;
	font-weight : bold;
	text-decoration:underline overline;
	font-style: italic;
	line-height: normal;
	font-variant: normal;
	}
/* navigation */
	
	#nav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #ccc;
		border-bottom: 1px solid #999;
		}
	
	#nav li { 
		float: left;
		margin: 0;
		padding: 0;
		}
	
	#nav a {
		float: left;
		display: block;
		padding: 6px 30px 6px 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%;
		color: #009900;
		background: #ccc url(images/nav_slant.gif) no-repeat top right;
		}
	
	#nav #nav-1 a {
		padding-left: 20px;
		}
	
	#nav a:hover {
		color: #333333;
		}

