*
{
	font-size: 11px;
	font-family:verdana;
}
.Text
{
	font-size: 11px;
	font-family:verdana;
}
p
{
	margin-bottom:-4px;
	font-size: 11px;
	font-family:verdana;
}

/***********************************/
/******* Main Template Cells *******/
/***********************************/
BODY
{
background-image: url(images/background_grey.gif);
}
.topstrip
{
	height:50px;
	padding:0px;
	background-color:#FFD400;
}

.footer
{
	background-color:#FDD400;
	height:10px;
	padding:4px;
}
.toplinks
{
	background-color:#FDD400;
}
	
/***********************************/
/*******     Text Styles     *******/
/***********************************/

.pageheading
{
	font-size:16px;
	color:#120142;
	font-weight:bold;
}

.subheading
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:-4px;
}

.smalltext
{
	font-size:9px;
}

.yellowtext
{
	color:#FDD400;
}
.redtext
{
	color:#cc0000;
}

/***********************************/
/*******     Link Styles     *******/
/***********************************/

A
{
	color:#120142;
	font-size: 11px;
	font-family:verdana;
}
A:hover
{
	color:#FCB001;
}
.LightLink
{
	color:#FDD400;
	text-decoration:none;
}
.LightLink:Hover
{
	color: #EE7700;
	text-decoration:none;
}

.GoThere
{
	color:#120142;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.GoThere:hover
{
	color:#FDD400;
	text-decoration:none;
}

/***********************************/
/******     Table Styles     *******/
/***********************************/

.infotable
{
	width:100%;
	border:1px solid #FDD400;
}
.infotablehead
{
	color:#120142;
	font-weight:bold;
	background-image:url(images/boxtop.gif);
	border-bottom:1px dotted #120142;
	padding:4px;
}
.infotablebody
{
	background-color:#ffffff;
	padding:4px;
}

.tablehead
{
	color:#120142;
	font-weight:bold;
	background-image:url(images/boxtop.gif);
	border-bottom:1px dotted #120142;
	border-top:1px solid #120142;
	padding:6px;
}

.maintablehead
{
	color:#ffffff;
	background-color:#120142;
	font-weight:bold;
	padding:4px;
}
.maintablesubhead
{
	color:#ffffff;
	background-color:#FFD400;
	font-weight:bold;
	padding:4px;
}
.maintablecolhead
{
	color:#000000;
	background-color:#dddddd;
	font-weight:bold;
	padding:4px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #eeeeee;
}
.maintablebody
{
	color:#333333;
	background-color:#eeeeee;
}
.maintablefooter
{
	border-top:1px solid #666666;
	color:#333333;
	background-color:#dddddd;
}

.infoboxA
{
	border:1px solid #666666;
	background-color:#ffd400;
	margin:2px;
}
.infoboxB
{
	border:1px solid #666666;
	background-color:#BBFFFF;
	margin:2px;
}
.infoboxC
{
	border:1px solid #666666;
	background-color:#FFFFAA;
	margin:2px;
}
.infoboxD
{
	border:1px solid #666666;
	background-color:#BDD2AE;
	margin:2px;
}

/***********************************/
/******     Button Styles    *******/
/***********************************/
.button
{
	background-color:#120142;
	color:white;
}
.gotherebutton
{
	border: 1px solid #120142;
}

