a:link, a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #990099;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;

}

a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

#nav a:link, 
#nav a:visited {
	color:#ffffff;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
} 

#nav a:hover {
	color:#ffffff;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
} 

.bold {
	font-weight: bold;
}

.cell_purple {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #990099;
	font-weight: bold;
	font-size: 13px;
}

.cell_green {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #00A348;
	font-weight: bold;
	font-size: 13px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990099;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00A348;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990099;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#pad_cell {
	padding: 20px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
	line-height: 15px;
}

ol {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 15px;
}
.green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #009900;
}
