@charset "utf-8";
/* Michigan Granite & Quartz	*/
/* MAIN.CSS						*/
/* Copyright 2008				*/

html {
	width: 100%;
	height: 100%;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #333;
}

a:link		{ color: #6C2020;	text-decoration: underline; }
a:visited	{ color: #8E2929;	text-decoration: underline; }
a:active 	{ color: #A63B3B;	text-decoration: underline;	}
a:hover 	{ color: #A63B3B;	text-decoration: none;		}

p		{ font-size: 1.1em; }
li		{ font-size: 1.1em; }
td		{ font-size: 1.1em; }
input 	{ font-size: 1.1em; }
span	{ font-size: 1.1em; }
textarea{ font-size: 1.1em; font-family: Georgia, "Times New Roman", Times, serif; }
img		{ border-width: 0px; }

.sub {
	font-size: 1.1em;
	font-weight: bold;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

td .nav {
	height: 20px;
	padding-left: 20px;
	background: #fff url(../images/nav_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	color: #fff;	
}

.nav a:link 	{ color: #fff; text-decoration: none; }
.nav a:visited	{ color: #fff; text-decoration: none; }
.nav a:active	{ color: #fff; text-decoration: none; }
.nav a:hover	{ color: #fff; text-decoration: underline; }

.nicholas a 		{ color: #333; text-decoration: none; }
.nicholas a:visited { color: #333; text-decoration: none; }
.nicholas a:active 	{ color: #333; text-decoration: none; }
.nicholas a:hover	{ color: #666; text-decoration: underline; }
