.maintable {
	background-color: #333333;
	border: 2px solid #999999;

}

body {
	background-image: url(/assets/images/background-tile.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 130%;
}

.second-tier {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCFF00;
	text-decoration: none;
}
/*----------
/********************************************************/
/*************    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
}

A.bodytext,A.bodytext:LINK,A.bodytext:VISITED
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: white
}

A.bodytext:HOVER
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: white
}

.subheader { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: large; /*24px;*/ 
	font-style: normal; 
	font-weight: normal; 
	color: white;
	}

.subheaderreversed { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: large; /*24px;*/ 
	font-style: normal; 
	font-weight: normal; 
	background-color: #333333;
	color: #ffffff;
	margin: 2 2 2 2;
	}

.mediumheader { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium;
	font-style: normal; 
	font-weight: normal; 
	color: white;
	}

.smallheader { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
	font-style: normal; 
	font-weight: bold; 
	color: white;
	}
	
.emphasis	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	}
	
.small{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: white
}

.tableframe	{
	border: solid;
	border-width: 1px;
	border-color: #000000;
	}
	
.topbar	{
	background-color: #333333;	
	}
	
.footer {
	background-color: #E0D9EB;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	}
A.footer	
{
	text-decoration:none;
}	
	
.tier2Item	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF00;
	font-size: xx-small;
	font-weight: normal;
	text-decoration: none;
	}
	
.tier2ItemSelected	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF00;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	}
	
A.tier2Item:LINK,A.tier2Item:HOVER,A.tier2Item:VISITED	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF00;
	font-size: xx-small;
	font-weight: normal;
	text-decoration: none;
	}
	
.divider	
{
	background-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:black;
	background-color:#ffffff;
	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:black;
	background-color:#ffffff;
	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:black;
	background-color:#ffffff;
	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: #091440;
	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;
}

