body {
	font-family: verdana;
	font-size: 8pt;
	color: black;
	margin:10px;
	
	/* 
	background-color:#FFFFCC;
	background: url(/img/hdri_bg.jpg); 
	border-top: 5px solid #333333;
	
	
	scrollbar-arrow-color: FFFFCC;
	scrollbar-3dlight-color: CC0000;
	scrollbar-highlight-color: FFFFCC;
	scrollbar-face-color: 444444;	
	scrollbar-shadow-color: FFFFCC;	
	scrollbar-darkshadow-color: CC0000;
	*/
	
	scrollbar-track-color: FFFFCC;
}

p, td, li {
	font-family: verdana;
	font-size: 8pt;
	color: black;
}

h1 {
	font-family: verdana;
	font-size: 11pt;
	color: #CC0000;
	font-weight:bold;
}

h2 {
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	border:1px solid black;
	color:white;
	background-color:#333333;
	padding:2px;
}

a {
	font-family: verdana;
	font-size: 8pt;
	color: black;
	text-decoration:none;
}
a:link {
	font-family: verdana;
	font-size: 8pt;
	color: #0000FF;
}
a:active {
	font-family: verdana;
	font-size: 8pt;
	color: #CC0000;
}
a:visited {
	font-family: verdana;
	font-size: 8pt;
	color: #6666FF;
}
a:hover {
	font-family: verdana;
	font-size: 8pt;
	color: #CC0000;
}

input {
	font-family: verdana, arial, helvetica; 
	font-size: 8pt
}

select {
	font-family: verdana, arial, helvetica; 
	font-size: 8pt;
	width:250px;
}

textarea {
	font-family: verdana, arial, helvetica; 
	font-size: 8pt;
	width:250px;
	height:100px;
}


/* ------------- Custom Classes ------------- */

.pageHeader {
	font-family:verdana;
	font-size:11pt;
	font-weight:bold;
	border-bottom:1px dashed #CC0000;
	color:#CC0000;
	background-color:#FFFFFF;
	padding:2px;
}

.banner{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	background-color:#333333;
	color:#FFFFFF;
	padding: 2px;
	border:0px solid #FFFFFF;
}

a:link.banner {
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:white;
}

a:visited.banner {
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:white;
}

a:active.banner {
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:white;
}

a:hover.banner {
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:red;
}

.coolButton {
	background-color: #EAEAEA;
	font-family: verdana, arial, helvetica;
	font-size: 7.5pt;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	font-weight: normal;
	cursor: hand;
	height:20px;
	color:#333333;
	text-transform: capitalize;
	background: url(/img/button_bg.jpg)
}

.text {
	font-family: verdana, arial, helvetica; 
	font-size: 8pt;
	width:250px;
}

.redBar {
	font-family:verdana;
	font-size:7.5pt;
	font-weight:bold;
	border:2px solid #CC0000;
	color:#CC0000;
	background-color:#FFFFCC;
	padding:2px;
	text-align:center;
	text-transform:uppercase;
}

a.nav {
	font-family: verdana;
	font-size: 7.5pt;
	font-weight:bold;
}

a:link.nav {
	font-family: verdana;
	font-size: 7.5pt;
	color: #FFFFFF;
}
a:active.nav {
	font-family: verdana;
	font-size: 7.5pt;
	color: #FFFFFF;
}
a:visited.nav {
	font-family: verdana;
	font-size: 7.5pt;
	color: #FFFFFF;
}
a:hover.nav {
	font-family: verdana;
	font-size: 7.5pt;
	color: #FFFFFF;
}

.copyright {
	font-family: verdana;
	font-size: 7.5pt;
	color: white;
	font-weight:bold;
}

a.copyright {
	font-weight:bold;
	font-size: 7.5pt;
}

a:link.copyright {
	font-family: verdana;
	font-size: 7.5pt;
	color: #FFFFFF;
}
a:active.copyright {
	font-family: verdana;
	font-size: 7.5pt;
	color: #FFFFFF;
}
a:visited.copyright {
	font-family: verdana;
	font-size: 7.5pt;
	color: #FFFFFF;
}
a:hover.copyright {
	font-family: verdana;
	font-size: 7.5pt;
	background-color: #CC0000;
	padding: 2px;
	border: 1px solid black;
	color: #FFFFFF;
}

.boldRed {
	font-weight:bold;
	color: #CC0000;
}

.smallRed {
	font-size:7.5pt;
	color: #CC0000;
	font-style:italic;
}

.smallBold {
	font-weight:bold;
	font-size:7.5pt;
}