BODY {
	background-color: #fff;
	margin: 0px;
	}

A:link { color: #036; text-decoration: none; }
A:active { color: #036; }
A:visited { color: #036; text-decoration: none; }
A:visited:hover { color: #036; }
A:hover { color: #06c; text-decoration: underline; font-weight: bold; }

.clutchHeader {
   color: #fff;
   font-weight: bold;
   }
   
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc9;
	}

a.nav:link {
	color: #fff;
	text-decoration:none;
	}

a.nav:visited {
	color: #fff;
	text-decoration:none;
	}
	
a.nav:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}

.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
	color: #040;
	}

.header {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	color: #000;	
	}

.subhead {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	}
	
.body {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 13px;
	line-height: 140%;
	color: #000;
	}
	
.footer {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 11px;
	line-height: 140%;
	color: #333;
	}
