body {
	background-image:url('watermark_small.jpg');
}

.mainbackground {  
	background-color:#D8D8E7;
	}

.reportback {  
	background-color:#DBDAA2;
	}

td {  
	font-family: Arial; 
	font-size: 9pt; 
	color: #000000;
	}
.txtLargeWhite {  
	font-family: arial; 
	font-size: 24pt; 
	color: #FFFFFF;
	}

.txtWhite {  
	font-family: arial; 
	font-size: 9pt; 
	color: #FFFFFF;
	}

.menuText {  
	font-family: arial; 
	font-size: 10pt; 
	color: #FFFFCC;
	}
.menu {  
	font-family: verdana; 
	font-size: 8pt; 
	color: #FFFFCC;
	}


.blueCell {  
	background-color:#3300CC;
	}

.mainCell {  
	background-color:#F5F3E7;
	}

.whiteCell {  
	background-color:#ffffff;
	}

.darkCell {  
	background-color:#0F0C07;
	}

.midCell {  
	background-color:#336666;
	}


a:link		{  color: #006600; text-decoration: none}
a:active	{  color: #006600; text-decoration: none}
a:visited	{  color: #006600; text-decoration: none}
a:hover		{  color: #0066FF; text-decoration: underline}

a.menu:link		{  color: #FFFFCC; text-decoration: none}
a.menu:active	{  color: #FFFFCC; text-decoration: none}
a.menu:visited	{  color: #FFFFCC; text-decoration: none}
a.menu:hover	{  color: #FF9900; text-decoration: none}


/* The Left Nav Bar */
.LeftNav
{
font-size: 11px;
font-family: Verdana;
color: #FFFFCC;
}

.LeftNav a:link {text-decoration: none; color: #FFFFCC;}
.LeftNav a:active {text-decoration: none; color: #FFFFCC;}
.LeftNav a:visited {text-decoration: none; color: #FFFFCC;}
.LeftNav a:hover { color: #FF9900; text-decoration: none;}

.MenuHeading {
background-color:#4E695F;
border:1px solid #4A391E;
padding:1px 1px 1px 1px; /*Top Right Bottom Left */
width: 100%;
font-weight: normal;
display:block; /* Needed for Mozilla to make <a> tag fill the cell width. Not needed for IE PC or IE Mac, but doesn't hurt them. */
} 

.MenuSubHeading {
background-color:#4E695F;
border:1px solid #4A391E;
padding:1px 1px 1px 1px; /*Top Right Bottom Left */
/* width: 100%; */
font-weight: normal;
display:block; /* Needed for Mozilla to make <a> tag fill the cell width. Not needed for IE PC or IE Mac, but doesn't hurt them. */
} 

.MenuBox {
background-color:#000000;
border:1px solid #4A391E;
padding:1px 1px 1px 1px; /*Top Right Bottom Left */
width: 100%;
display:block; /* Needed for Mozilla to make <a> tag fill the cell width. Not needed for IE PC or IE Mac, but doesn't hurt them. */
} 

#menu a {
border:1px solid #0F0C07;
padding:1px 1px 1px 1px; /*Top Right Bottom Left */
width: 100%;
display:block; /* Needed for Mozilla to make <a> tag fill the cell width. Not needed for IE PC or IE Mac, but doesn't hurt them. */
}

#menu a:hover {
background-color:#0F0C07;
border:1px solid #7F7F7F;
padding: 1px 1px 1px 1px; /*Top Right Bottom Left */
width: 100%;
}

#menu .MenuItem {
margin: 1px;
}

.MenuDivider
{
	margin:0;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #AAAAAA;
}
.MenuDividerDark
{
	margin:0;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px none #4A391E;
}


