/* IMPACT css */

BODY {	
	font-family:		century schoolbook, georgia, schoolbook, sans-serif;	
	font-size:		14px;	
	line-height: 		16px;	
	font-style:		normal;	
	color:			#ffffff;	
	background-color: 	#4E4E87;
	margin:			0px;	
}

FRAME {        

	font-family:            georgia, schoolbook, sans-serif;        
	font-size:              12px;        
	line-height: 16px;        
	font-style:             normal;        
	color:                  #000000;        
	background-color: #ccccff;      
}

/* These attributes specify the link colors throughout the site.they should be modified 
depending upon the design and colors of the site */

A:link {

	color: #ffff99; 
	text-decoration: underline;
}

A:visited {

	color: #ffff99; 
	text-decoration: underline;
}

A:hover {

	color: #ffff00; 
	text-decoration: none;
}

A.context:link {

	color: #ffff99; 
	text-decoration: underline;
}

A.context:visited {

	color: #ffff99; 
	text-decoration: underline;
}

A.context:hover {

	color: #ffcc33; 
	text-decoration: none;
}

A.small-link:link {

	color: #ffff99; 
	text-decoration: none; 
	font-size: 9px;
}

A.small-link:visited {

	color: #ffff99; 
	text-decoration: none; 
	font-size: 9px;
}

A.small-link:hover {

	color: #ffff99; 
	text-decoration: underline; 
	font-size: 9px;
}

/* These attributes specify small text areas */

.small-text {	

	font-family:		century schoolbook, georgia, schoolbook, sans-serif;	
	font-size:		10px;	
	color:			#ffffff;	
}

/* These attributes specify interior page Primary Headers and Secondary Headers*/

.primary-header {	

	font-family:		Gill-Sans, verdana, sans-serif;	
	font-size:		14px;	
	font-weight:		normal;	
	margin-left: 10px;	color:			#ffffff;	
	line-height:		18px;	
}

.secondary-header {	
	
	font-family:		century schoolbook, georgia, schoolbook, sans-serif;	
	font-size:		12px;	
	font-weight:		normal;	
	color:			#333300;	
}

.tertiary-header {        

	font-family:            century schoolbook, georgia, schoolbook, sans-serif;        
	font-size:             	14px;        
	font-style:             italic;        
	font-weight:            bold;        
	color:                  #999999;        
}

.page-header {        

	font-family: Helvetica, Verdana, sans-serif;        
	font-size:      17px;        
	font-weight:    normal;        
	font-style:     normal;        
	color:  #336699;
}

.section-header {        

	font-family:           century schoolbook, georgia, schoolbook, sans-serif;        
	font-size:             14px;        
	font-style:            normal;        
	font-weight:           normal;        
	color:                 #ffffff;        
	text-align: 	       right;	
}

/* These attributes specify table chars */

table.wborders {	

	border: 1px dotted #666666; 
	border-size: 1px; 
	padding: 10px; 
	margin: 10px; 
	background: #E6E6C5;	
}

/* These attributes specify headers */

.main-header {

	font-family: Gill-Sans, Verdana, 
	sans-serif;        
	font-size:      16px;        
	font-weight:    bold;        
	font-style:     normal;        
	color:  	#C7E9C7;
	align:		center;
}

H1,h1 {        
	font-family: Gill-Sans, Verdana, sans-serif;        
	font-size:      17px;        
	font-weight:    normal;        
	font-style:     italic;        
	text-decoration:        none;        
	color:  #C7E9C7;        
	word-spacing:   normal;        
	letter-spacing: normal;        
	text-transform: none;	
	margin: 0px;	
	border: 0px;        
}

H2,h2 {        
	font-family: Gill-Sans, Verdana, 
	sans-serif;        
	font-size:      16px;        
	font-weight:    normal;        
	font-style:     normal;        
	color:  #C7E9C7;
}

H3,h3 {		
	font-family: Gill-Sans, Verdana, sans-serif;	
	font-size:	15px;	
	font-weight:	bold;	
	font-style:	italic;	
	text-decoration:	none;	
	color:	#FFFF99;	
	word-spacing:	normal;	
	letter-spacing:	normal;	
	text-transform:	none;	
}	

H4,h4 {        
	font-family: Gill-Sans, Verdana, sans-serif;        
	font-size-adjust:       .53;        
	font-size:      14px;        
	font-weight:    bold;        
	font-style:     italic;        
	text-decoration:        none;        
	color:  #FFFF99;        
	word-spacing:   normal;        
	letter-spacing: normal;        
	text-transform: none;        
}

TD {	

	font-family:		century schoolbook, georgia, schoolbook, sans-serif;		
	font-size:		14px;	
	color:			#ffffff;	
	line-height:		16px;	
}

TH {        

	font-family:            century schoolbook, georgia, schoolbook, sans-serif;        
	font-size:              14px;        
	color:                  #333333;        
	line-height:            14px;        
}

/* These attributes specify italicized small text */

.small-text-italic {	

	font-family:		times new roamn, times;	
	font-size:		12px;	
	color:			#666666;	
	line-height:		15px;	
	font-style:		italic;	
}

.small-text-grey {	

	font-family:		verdana;	
	font-size:		10px;	
	color:			#cccccc;	
	line-height:		11px;	
}

/* defines attributes for horizontal rules */

HR, hr {		
	color:			#336699;	
	width:			100%;	
	height:			1px;	
}
