body
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	margin: 10px 10px 10px 10px;
	background-color: #ffffff;
}
TD
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color:#333333;
}
A
{
	color: #cc0000;
}
A:hover
{
	color: #cc0000;
	text-decoration: underline;
}
.bodyContainer
{

	margin-top: 30px;
	width:90%;
	margin-bottom: 10px;
	background-color:#EEEEEE;
	height: 20px;
	text-align: center;
	
}
.Title
{
	font-size: 12pt;
	font-family:Arial;
	font-weight: bold;
	color: #336699;
}
.RedTitle
{
	font-size: 12pt;
	font-family:Arial;
	font-weight: bold;
	color: #cc0000;
}

.PageTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: #cc0000;
	padding-top: 10px;
}
.subheader
{
	font-weight: bold;
	font-size: 10pt;
	color: #cc0000;
}

TABLE.mainTop
{
	background-position: left top;
	background-image: url(images/bg_outline_maintop.gif);
	background-repeat: no-repeat;
}
TABLE.splitTop
{
	background-position: left top;
	background-image: url(images/bg_outline_splittop.gif);
	background-repeat: no-repeat;
}
TABLE.widePanel
{
	background-position: left bottom;
	background-image: url(images/bg_outline_widepanel_bottom.gif);
	margin: 0px 0px 5px;
	background-repeat: no-repeat;
}
TABLE.widePanel TD.widePanel
{
	padding-right: 12px;
	background-position: left top;
	padding-left: 12px;
	background-image: url(images/bg_outline_widepanel_top_cap.gif);
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 12px;
	background-repeat: no-repeat;
}
TABLE.homePanel
{
	background-position: left bottom;
	background-image: url(images/bg_outline_homepanel_bottom.gif);
	margin: 0px 0px 5px;
	background-repeat: no-repeat;
}
TABLE.homePanel TD.homePanel
{
	padding-right: 12px;
	background-position: left top;
	padding-left: 12px;
	background-image: url(images/bg_outline_homepanel_top.gif);
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 12px;
	background-repeat: no-repeat;
}

TABLE.homePanelGray
{
	background-position: left bottom;
	background-image: url(images/gray_homepanel_bottom.gif);
	margin: 0px 0px 5px;
	background-repeat: no-repeat;
}
TABLE.homePanelGray TD.homePanelGray
{
	padding-right: 12px;
	background-position: left top;
	padding-left: 12px;
	background-image: url(images/gray_homepanel_top.gif);
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 12px;
	background-repeat: no-repeat;
}

TABLE.widePanelYellow
{
	background-position: left bottom;
	background-image: url(images/yellowpanel_bottom.gif);
	margin: 0px 0px 5px;
	background-repeat: no-repeat;
}
TABLE.widePanelYellow TD.widePanelYellow
{
	padding-right: 12px;
	background-position: left top;
	padding-left: 12px;
	background-image: url(images/yellowpanel_top.gif);
	padding-bottom: 12px;
	margin: 0px;
	padding-top: 12px;
	background-repeat: no-repeat;
}


.sideMenu
{
	font-size: 11px;
}
.sideMenu A
{
	text-decoration:none;
	color: #336699;
}
.sideMenu A:hover
{
	text-decoration:underline;
	color: #336699;
}

.sideMenuOn
{
	background-color: #ffffff;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}


.homeSide
{
	background-position: left top;
	background-image:url(Images/bg_solid_rightcolumn_bottom.gif);	
	background-repeat: no-repeat;
}

.btn
{
	font-size:10pt;
	width: 140px;
	cursor: hand;
	color: #000000;
	font-family: 'MS Sans Serif' , Arial;
}

.footer A
{
	color:#666666;	
	font-size:11px;
}
.txt11px
{
	font-size:11px;
}
.txt10px
{
	font-size:10px;
}
.txtRequired
{
	font-weight:bold;
	color:#cc0000;
}