/*

	Default page values

*/

body { 

 font-size: 11px; 

 font-family: verdana,trebuchet,sans-serif; 

}

.sideBar, .sideBar a:visited, .sideBar a { 
font-family: verdana, trebuchet, sans-serif; 
font-size: 10px; 
color: #fff; 
text-decoration: none; 
}

.sideBar a:hover { color: #c66; } 

/*

	Links

*/

a:link { 

 color: #330000; 

 font-size: 12px; 

 font-weight: bold; 

 text-decoration: none; 

}



a:visited { 

 color: #330000; 

 font-size: 12px; 

 font-weight: bold; 

 text-decoration: none; 

}



a:active { 

 color: #CC0000; 

 font-size: 12px; 

 font-weight: bold; 

 text-decoration: none; 

}



a:hover { 

 color: #CC0000; 

 font-size: 12px; 

 font-weight: bold; 

 text-decoration: none; 

}



td {

 font-size: 11px;

}



/*  

	Small size links - used for the individual letter links in the "view all members" page 

*/

.smLinks, .smLinks a:link, .smLinks a:active, .smLinks a:visited, .smLinks a:hover { 

 color:       #ffffff;

 font-family: verdana,trebuchet,sans-serif;

 font-size:   10px; 

 font-weight: bold;

} 

.smLinks a:link    { color:  #660000; text-decoration: underline; }

.smLinks a:visited { color:  #660000; text-decoration: underline; }

.smLinks a:active  { color:  #660000; text-decoration: underline; }

.smLinks a:hover   { color:  #CC0000; text-decoration: none; }





/*  

    White colored header text used at the top of all forms. 

*/

.whiteText {

 color:       #ffffff;

 font-family: verdana,trebuchet,arial,sans-serif;

 font-size:   10px; 

 font-weight: bold;

}





/*  

    Red text used for "required field" markers in forms.

*/

.red {

 font-family: verdana,trebuchet,sans-serif;

 font-size:   11px;

 color:       #ff0000;

 font-weight: bold;

}



/*

	Input fields

*/





/*

	Input field used in "email member" form.

*/




input:focus {

 background-color : #ffffff;

}



/*

	Submit buttons	

*/




/*

	Textarea at for "bio" and email "body" fields.

*/

textarea {

 border: 1px solid #999999;

 margin-bottom: 10px;

 color: black;

 background-color: #FFFFFF;

 font: 11px/16px verdana,trebuchet,sans-serif;

}



/*

	When you put your cursor in an input field it changes to this color.

*/

textarea:focus {

 background-color : #ffffff;

}

.footerText, .footerText a:link, .footerText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	margin-bottom: 5px;
	font-weight: normal;
}

.footerText a:hover { color: #333333; }





