html { min-width: 600px; }

.master{
		width: 955px;
		margin: 10px auto;
		text-align: left;
}
body, div, td, th, h2, h4 { /* redundant rules for bad browsers  */  
    font-family: Garamond, Geneva, Times New Roman,serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	color: #333;
	margin: 0;
	text-align: center;
	background: #eee url(images/back.jpg) repeat-x top left;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }



h1{
	font-family: Garamond, Geneva, Times New Roman,serif;
	font-weight: bold;
	color: #903;
	font-size:    14pt;
}
h2{
font-family: Garamond, Geneva, Times New Roman,serif;
	font-weight: bold;
		font-size:    14pt;
	color: #333;
}
h3{
font-family: Garamond, Geneva, Times New Roman,serif;
	font-weight: bold;
		font-size:    14pt;
	color: #903;
}
h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }



p.note {
	background: #EEE;
	padding: 4px;
	font-family: Garamond, Geneva, Times New Roman,serif;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}
.footer {
	background: #fff;
	text-align: center;
	font-size: 7pt;
	clear: both;
	color: #000;
}
.footer a {
	color: #000;
	padding: 3px 7px;
}

.footer a:hover {
	color: #903;
	}
	
	td,table,tr{
		font-family: Garamond, Geneva, Times New Roman,serif;
		font-size:    14pt;
}