/* CSS Document */

a:link {font-weight: normal; color:#a00; border-bottom-style: dotted; 	border-bottom-width: 1px; text-decoration: none;}
a:visited {font-weight: normal;color:#815151; border-bottom-style: dotted; 	border-bottom-width: 1px; text-decoration: none;}
a:active {font-weight: normal;color:red; border-bottom-style: dotted ; 	border-bottom-width: 1px; text-decoration: none;}
a:hover, a.subfoot:hover, a.linknav:hover, a.sublinknav:hover {
	text-decoration: none;
	color:red;
	font-weight: normal;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

body {
		margin:0px;
		padding:0px;
		background:#eee;
		margin-bottom:50px;
		color:#333;
		font-size:12px;
		font-family: "Trebuchet MS", verdana, sans-serif;
}	
.indent, .dent 	{
		margin-left:20px;
		margin-right:20px;
}
	
h1 {
		font-size:18px;
		}
		
h2 {
		font-size:16px;
		color:#5e715e;
		}

h3 {
		font-size:14px;
		}
		
		
h5 {
     margin-left:3px;
	 font-size:12px;
	 text-decoration:none;
	 font-family:"Trebuchet MS", verdana, sans-serif;
	 }