body
{
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
	color: #303030;
}

table
{
	font-size: 10pt;
}

select
{
	font-size: 10pt;
}

input
{
	font-size: 10pt;
}

p
{
	margin-top: 10;
	margin-bottom: 5;
}

h1
{
	font-size: 12pt;
	font-weight: bold; margin-bottom:7; color:#800000
}

h2
{
	color:#800000;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom:5
}

h3
{
	color:#800000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom:5
}

h4
{
	font-size: 9pt;
	margin-bottom: 5;
}

.navbar
{
	background-image:url('../images/navbar_bg.gif'); 
	background-position: left top;
	background-repeat:repeat-x;
}

.mainTable
{
	height: 100%;
	width: 100%;
	
}

.headerTable
{
	background-image:url('../images/header_bg.jpg');
}

.headerCell
{
	height: 97px;
	width: 100%
}

.menuCell
{
	background-color: #A0A0A0;
	border-left-width: 1px; 
	
	border-right: 1px solid #333333; 
	border-top-width: 1px; 
	border-bottom-width: 1px;
}

.menuItem
{
	font-size: 9pt;
	padding-left: 5px;
	background-color: #800000;
	color: #CCCCCC; 
	cursor: hand;
}

.menuItemHighlight
{
	font-size: 9pt;
	padding-left: 5px;
	background-color: #000000;
	color: #CCCCCC;
	cursor: hand;
}

.menuItemDiv
{
	border-top:1px solid #000000; 
	border-bottom:1px solid #000000; 
	border-left-width:0px; 
	border-right-width:0px;
	height: 4px;
}


.midCell
{
	width: 100%;
}

.footerCell
{
	
	border-top:1px solid #cccccc; 
	height: 3%; 
	border-left-width:1px; 
	border-right-width:1px; 
	border-bottom-width:1px; 
	background-image:url('../images/footer_bg.gif'); 
	background-repeat:repeat-x; 
	background-position-y:top
	
}

.contentTable
{
	height: 100%;
}

.contentCell
{
	padding-left: 13px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 100%;
}

a
{
	color: #C00000;
}

a:visited
{
	color: #C00000;
}

a:hover
{
	color: #000080;
}

a.menulink
{
	color: #CCCCCC;
	text-decoration: none;
}

a.menulink:visited
{
	color: #CCCCCC;
	text-decoration: none;
}

a.menulink:hover
{
	color: #CCCCCC;
	text-decoration: none;
}

a.navlink
{
	font-size: 9pt;
	text-decoration: none;
}

a:visited.navlink
{
	font-size: 9pt;
}

a:hover.navlink
{
	font-size: 9pt;
	color: #CC0000;
}

a.footerlink
{
	font-size: 9pt;
	text-decoration: none;
}

a:visited.footerlink
{
	font-size: 9pt;
}

a:hover.footerlink
{
	font-size: 9pt;
	color: #CC0000;
}

.error
{
	color: #CC0000;
}

.sideTabContCell
{
	background-image: url('../images/tab_bg.gif');
	background-repeat:repeat-x; 
	background-position-y:top;
	background-color: #FFFFFF;
	border-left: 1px solid #C1C1C1; 
	border-right: 1px solid #C1C1C1; 
	border-bottom: 1px solid #C1C1C1; padding-left:2px; padding-right:2px 
}