/* body style*/

body {
	color: #DDDDDD;
	background: #999999;
	background-position:center;
 	background-repeat:repeat-y; 
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color:#EAEAEA;
        scrollbar-arrow-color:#FFFFFF;
        scrollbar-base-color:#EAEAEA;
        scrollbar-track-color:#999999;
        scrollbar-darkshadow-color:#EAEAEA;
        scrollbar-face-color:#000000;
        scrollbar-highlight-color:#EAEAEA;
        scrollbar-shadow-color:#EAEAEA;
}

/* td, p style*/

p, td {
	font-family: geneva,verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 120%;
}

/*navigation style*/

a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {font-weight: bold; text-decoration: none;}

a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

/*misc*/

.header {
	font-family: times, times new roman, serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 120%;
}


.subhead {
	font-family: times, times new roman, serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 120%;
}

.title {
	font-family: times, times new roman, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 110%;
}

.contact {
	font-family: geneva,verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 120%;
}


