/* define standard element styles */

BODY {
	font : 12px Georgia, serif; 
	color : #333;
	margin : 20;
	background-color : #fff;
	scrollbar-face-color : #369;
	scrollbar-shadow-color : #000; 
	scrollbar-highlight-color : #9cf; 
	scrollbar-3dlight-color : #9cf;
	scrollbar-darkshadow-color : #036; 
	scrollbar-track-color : #69C;
	scrollbar-arrow-color : #9cf;
}



P {
	font : 12px Georgia, serif; 
	color : #666;
}

TD {
	font : 12px Georgia, serif; 
	color : #666;
}

DIV {
	font : 12px Georgia, serif; 
	color : #666;
}

INPUT {
	font : 12px Georgia, serif; 
	color : #000;
	border-top : 1px solid #369;
	border-left : 1px solid #369;
	border-right : 1px solid #369;
	border-bottom : 1px solid #369; 
}

TEXTAREA {
	font : 12px Georgia, serif; 
	color : #000;
	border-top : 1px solid #369;
	border-left : 1px solid #369;
	border-right : 1px solid #369;
	border-bottom : 1px solid #369; 
}

SELECT {
	font : 12px Georgia, serif; 
	color : #000;

}


/* define classes */

.pageTitle {
	color : #369;
	font-size : 17px;
	font-weight : bold;	
}

.Splash {
	font : 14px Georgia, serif; 
	color : #fff;
}

.splash2 {
	color : #fff;
	font-size : 20px;
	font-weight : bold;	
}

.featured {
	font : 15px Georgia, serif; 
	color : #666;
	font-weight : bold;	
}

.subTitle {
	font-size : 15px;
	font-weight : bold;	
}

.small {
	font-size : 11px;
	font-weight : normal;
}

.reallySmall {
	font-size : 9px;
	font-weight : normal;
}

.button {
	font : bold 11px Georgia, serif; 
	color : #fff; 
	background-color : #369;
}

.button2 {
	font : bold 11px Georgia, serif; 
	color : #fff; 
	background-color : #69C;
}

.formText {
	font-weight : bold;
	color : #369;
}

.tableHeading {
	font-size : 12px;
	color : #fff;
	font-weight : bold;	
}

.tableHeading2 {
	font-size : 11px;
	color : #fff;	
}

.tableRow {
	font-size : 11px;
}

.required {
	font-size : 11px;
	color : #933;
}

.subnav {
	font-size : 11px;
}

.subnav2 {
	font-size : 13px;
	font-weight : bold;	
}

/* today's background color in calendar.cfm */
.calendarToday {
	background-color : #fffcc1;
}


/* define link properties */

A {
	color : #369;
  font-weight : bold;
	text-decoration : none;
}

A:Visited {}

A:Active {}

A:Hover {
	color : #69C;
}

A.nav {
	font : 14px Georgia, serif; 
	color : #fff;
	font-weight : bold;
}

A.nav:Hover {
	color : #036;
}