/********************************************************/
/*************    Site Specific Styles    ***************/
/**********    Visible in content editor    *************/
/********************************************************/

.bodytext{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: white
}

.largerbodytext{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: white
}



/**************************************************
/	 Form settings 
/**************************************************/
.StandardForm
{
	font-size: 11px;
	font-weight: normal;
	color:white;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
INPUT.StandardForm
{
	font-size: 11px;
	font-weight: normal;
	color:white;
	background-color:#333333;
	border-color:black;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
TEXTAREA.StandardForm
{
	font-size: 11px;
	font-weight: normal;
	color:white;
	background-color:#333333;
	border-color:black;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
SELECT.StandardForm
{
	font-size: 11px;
	font-weight: normal;
	color:white;
	background-color:#333333;
	border-color:black;
	border-width:1px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.StandardFormError
{
	font-size: 12px;
	font-weight: normal;
	color: Red;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.StandardFormButton
{
	font-size: 12px;
	font-weight: normal;
	color: white;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}





/**************************************************
/	 Default Style settings
/**************************************************/

TABLE
{
	font-size: 11px;
	color:white;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}


P
{
	background-color: #333333;
	color: white;
	font-size : xx-small;
	font-family: Arial, Helvetica, sans-serif;
	}
H6
{
	background-color: #333333;
	color: white;
	font-size : x-small;
	font-family: Arial, Helvetica, sans-serif;
	}
H5
{
	background-color: #333333;
	color: white;
	font-size : smaller;
	font-family: Arial, Helvetica, sans-serif;
	}
H4
{
	background-color: #333333;
	color: white;
	font-size : small;
	font-family: Arial, Helvetica, sans-serif;
	}
H3
{
	background-color: #333333;
	color: white;
	font-size : medium;
	font-family: Arial, Helvetica, sans-serif;
	}
H2
{
	background-color: #333333;
	color: white;
	font-size : large;
	font-family: Arial, Helvetica, sans-serif;
	}
H1
{
	background-color: #333333;
	color: white;
	font-size : larger;
	font-family: Arial, Helvetica, sans-serif;
	}
	
A:LINK {
	color:#CCFF00;
}
A:VISITED {
	color:#CCFF00;
}
A:HOVER {
	color:red;
}
A:ACTIVE {
	color:red;
}

