/*
	Default page values
*/
body { 
 background-color: #ffffff; 
 margin-left: 40px; 
 margin-right: 40px; 
 margin-top: 30px; 
 font-size: 11px; 
 font-family: verdana,trebuchet,sans-serif; 
}

/*
	Links
*/
a:link { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:visited { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:active { 
 color: #333399; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
}

a:hover { 
 color: #999999; 
 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:  #333399; text-decoration: underline; }
.smLinks a:visited { color:  #333399; text-decoration: underline; }
.smLinks a:active  { color:  #333333; text-decoration: underline; }
.smLinks a:hover   { color:  #000000; 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 {
 font : bold 11px/12px verdana,trebuchet,sans-serif;
 border : 1px solid #999999;
 color : black;
 background-color : #eeeeee;
 margin-top: 2px;
 margin-bottom: 2px;
}

/*
	Input field used in "email member" form.
*/
input.large {
 width: 200px;
}

input:focus {
 background-color : #ffffff;
}

/*
	Submit buttons	
*/
input.button {
 color : white;
 background-color : #000000;
}

/*
	Textarea at for "bio" and email "body" fields.
*/
textarea {
 border: 1px solid #999999;
 margin-bottom: 10px;
 color: black;
 background-color: #eeeeee;
 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;
}




