body	{
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : underline;
	color: #4E74B2;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: #4E74B2;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #7A97C5;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #7A97C5;
	background: transparent;
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Helvetica, Arial, sans-serif;
		}

h1	{
	font-size: 1.5em;
	font-weight: bold;
	color: #4E74B2;
	margin-top: 0.85em;
	}

h2	{
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	color: #4E74B2;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	font-size:  0.85em;
	line-height: 1.5em;
	}

.small	{
	font-size: 0.75em;
	line-height: 1.0em;
	}
	
/* Basic page divisions */

#primarycontent	{
	padding-left: 25px;
	padding-top: 25px;
	}

.memberName {
	font-size: 16px;
	color: #4E74B2;
	font-weight: bold;
}
#contactForm {
	width: 500px;
	margin: 0 auto 0 auto;
}
#contactForm fieldset {
border:none;
margin:0px;
padding:0px 0px 5px 0px;
}
#contactForm label {
float:left;
width:95px;;
text-align:right;
margin-right:10px;
font-size:12px;
font-weight:bold;
}
#contactForm .fields {
width:250px;
margin:0px;
}
#contactForm textarea {
margin:0px;
padding:2px;
width:200px;
height:67px;
}
