/* Style sheet design by Mike McAllister and Logikbox inc,copyright ©2002 */

.row0 {background-color: e7e7e7;} 
.row1 {background-color: white;}  

BODY {
	 
	    
		 background-color: #ffffff;
}
 

/* ANCHOR TAGS */

a {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	line-height : 14px;
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	line-height : 14px;
	color : #0000ff;
	text-decoration: none
}
 
a:visited  {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	line-height : 14px;
	text-decoration: none
}

a.cal {
	font-family : sans-serif;
	font-size : 10px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	text-decoration: none
}

a.cal:hover {
	font-family : sans-serif;
	font-size : 10px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color : 0000ff;
	text-decoration: none
}
 
a.cal:visited  {
	font-family : sans-serif;
	font-size : 10px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	text-decoration: none
}
/* END ANCHORS */


/* Start Text Elements ------------------------------------------------------------------------------------*/

.headline {
	font-family : Arial Black, Arial, helvetica;sans-serif;
	font-size : 24px;
	font-size-adjust : inherit;
	font-style : normal;
	letter-spacing : -1px;
	color : a79800;
	line-height : 20px;
	font:   Arial Black, Arial;
}

.titlegreen {
	font-family : Arial, helvetica, sans-serif;
 
	font-size : 18px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	 
	color : #a79800;
	 
	 
 
	}
.titleblue {
	font-family : Arial, helvetica, sans-serif;
 
	font-size : 18px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	 
	color : #27318b;
	 
	 
 
	}
	
.titleteal {
	font-family : Arial, helvetica, sans-serif;
 
	font-size : 18px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	 
	color : #00718e;
	 
	 
 
	}
	
.titleorange {
	font-family : Arial, helvetica, sans-serif;
 
	font-size : 18px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	 
	color : #f48120;
	 
	 
 
	}
	
.titlered {
	font-family : Arial, helvetica, sans-serif;
 
	font-size : 18px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	 
	color : #b22217;
	 
	 
 
	}
.text {
	font-family : Arial, helvetica,  sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color : #000000;
}

.blueHeavy {
	font-family : Arial, helvetica,  sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
		color : navy;
}
	
.textblack {
	font-family : Arial, helvetica,  sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
		color : 000000;
}

.newsheadline {
	font-family :  sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
		color : 000000;
}
 
 
	
.reqfield {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	font : Arial, helvetica;
	letter-spacing : normal;
	line-height : 13px;
}

 
 

.legal {
	font-family : sans-serif;
	font-size : 10px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	font : Arial, helvetica;
	letter-spacing : normal;
	line-height : 10px;
}

 
 

 

.copyright {
	font-family : Arial, sans-serif;
	font-size : 8px;
	line-height : 10px;
	letter-spacing : 1px;
}

 
}
/* END text Elements */

/
}
/* BUTTONS WITH COLOR --------------------------------------------------------------------------------------*/

INPUT, TEXTAREA, SELECT, OPTION {
	font-family : Arial, sans-serif;
	padding: 2px;
	font-size: 11px;
	color: 000000;
	background-color: ffffff;
	border: inset 1px #708090;
	
}

 
