body {
	margin: 0 0 0 0;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
}

#topnav {
	height:31px;
	float:right;
	margin:12px 0 0 0;
	font-size:16px;
	color:#333;
}

#topnav a:link, #topnav a:visited {
	text-decoration:none;
	color:#333;
}

#topnav a:hover, #topnav a:active {
	text-decoration:none;
	color:#f60;
}

/* styles for links within body text */

a:link, a:visited {
	text-decoration:none;
	color:#462077;
}

a:hover, a:active {
	text-decoration:underline;
	color:#462077;
}

.mainCopy {
	padding: 4px 25px 4px 4px;
	}
	
.p18_purple {
	font-family: tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:18px;
	color:#462077;
}

.p16_purple {
	font-family: tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:16px;
	color:#462077;
}

.p14_purple {
	font-family: tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:14px;
	color:#462077;
}

.p11 {
	font-family: tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
}

.p18_green {
	color: #85C13C;
	font-size:18px;
	}
	
.p18_green a:link, .p18_green a:visited  {
	color: #85C13C;
	text-decoration:none;
	}
	
.p18_green a:hover, .p18_green a:active  {
	text-decoration:underline;
	}

.p18_blue {
	color: #3E62AC;
	font-size:18px;
}

.p18_blue a:link, .p18_blue a:visited  {
	color: #3E62AC;
	text-decoration:none;
	}
	
.p18_blue a:hover, .p18_blue a:active  {
	text-decoration:underline;
	}
	
.p18_red {
	color:#990000;
	font-size:18px;
}

.p18_red a:link, .p18_red a:visited  {
	color: #990000;
	text-decoration:none;
	}
	
.p18_red a:hover, .p18_red a:active  {
	text-decoration:underline;
	}

.footer {
	font-family: tahoma, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#666;
}
	

