/* ############## General Page Styles ######################################################################### */

.txt_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #000000;
	font-weight: normal;
}



/* ############## Hyperlink Styles ######################################################################### */
/*Begin normal hyperlinks*/
a {
    font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #01009A;
	font-weight: normal;
	text-decoration:none;
}
a:active {
    font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #01009A;
	font-weight: normal;
	text-decoration:none;
}
a:link {
    font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #01009A;
	font-weight: normal;
	text-decoration:none;
}
a:focusk {
    font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #01009A;
	font-weight: normal;
	text-decoration:none;
}
a:visited {
    font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #01009A;
	font-weight: normal;
	text-decoration:none;
}
a:hover {
    font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration:underline;
}
/*End normal hyperlinks*/





a#admin {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration:none;
}

a:visited#admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration:none;
}

a:hover#admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-decoration:none;
}
/* ############## Admin Styles ######################################################################### */

