/* Ondra-Huyett Web stylesheet
	Create Date: 01 Jul 2004
	Last Modified: 28 Jul 2004
*/

/* General styles */
body {
	color: #FFFFFF;
	font-family: Arial, Arial Narrow, sans-serif;
}

/* Link styles */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
} 

a:visited {
	color: #FFCC99;
	text-decoration: underline;
}

a:hover {
	color: #FFCC99;
	text-decoration: underline;
}

a:active {
	color: #FFCC99;
	text-decoration: underline;
}

/* Custom text styles */
H1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 12px;
	margin-left: 10px;
	margin-top: 10px;
}

H2 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}

H3 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}

LI {
	font-size: 12px;
	margin-left: 10px;
}

P {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 75px;
	margin-top: 10px;
}

.foot {
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}

.home {
	font-size: 14px;
	line-height:2em;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right:10px;
	margin-top: 10px;
}

.nav {
	/*color: #FFFFFF;*/
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-right:0px;
}

.table {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right:0px;
	margin-top: 10px;
}
