a:link    { text-decoration: none; color: #058588; font-weight: normal; font-size:11px}
a:hover    { text-decoration: underline; color: #5F319C; font-weight: normal; font-size:11px;}
a:visited   { text-decoration: none; color: #5F319C; font-weight: normal; font-size:11px;}
.url_link { text-decoration: none; color: #EE8D05; font-weight: normal; font-size:9px}

body {
	background-color: #95C6C6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.url {
	background-color: #95C6C6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	margin-top: 5px;
}


p, li, td {
	font-size: 11px;
}

li {
	list-style-image: url(images/bullet.gif);
}

.style2 {
	color: #5F319C;
}


.teal {
	color: #058588;
}




#errors {
	border-color: #ff9000;
	color: #ff9000;
	border: 2px solid;
	background: #f6ddb9;
	padding: 10px 30px;
	margin: 20px 0;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE8D05;
	font-size: 12px;
	color: #EE8D05;
}

