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

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


#FFD220
/* ############## Hyperlink Styles ######################################################################### */

a#splash {
    font-family: georgia;
	font-size: 17px;
	font-style: normal;
	color: #4B4FBD;
	font-weight: normal;
	text-decoration:none;
}


a:active#splash {
    font-family: georgia;
	font-size: 17px;
	font-style: normal;
	color: #4B4FBD;
	font-weight: normal;
	text-decoration:none;
}

a:link#splash {
    font-family: georgia;
	font-size: 17px;
	font-style: normal;
	color: #4B4FBD;
	font-weight: normal;
	text-decoration:none;
}

a:focus#splash {
    font-family: georgia;
	font-size: 17px;
	font-style: normal;
	color: #4B4FBD;
	font-weight: normal;
	text-decoration:none;
}


a:visited#splash {
	font-family: georgia;
	font-size: 17px;
	font-style: normal;
	color: #4B4FBD;
	font-weight: normal;
	text-decoration:none;
}



a:hover#splash {
	font-family: georgia;
	font-size: 17px;
	font-style: normal;
	color: #F7941D;
	font-weight: normal;
	text-decoration:underline;
	
}









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 ######################################################################### */

.img_faded
{
    filter:alpha(opacity=50); 
	opacity: 0.5;
	-moz-opacity:0.5;
	
}
.img_faded2
{
    filter:alpha(opacity=80); 
	opacity: 0.8;
	-moz-opacity:0.8;
	position:relative;
}
.img_not_faded
{
    filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position:relative;

}