@charset "iso-8859-1";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
	
}
a:active {
	text-decoration: none;
	color: #333333;
	
}


.submenu:link {
	color: #333333;
	text-decoration: none;
}
.submenu:visited {
	text-decoration: none;
	color: #333333;
}
.submenu:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}
.submenu:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}

.submenuh:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}
.submenuh:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}
.submenuh:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}
.submenuh:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}


.search:link {
	color: #ffffff;
	text-decoration: none;
}
.search:visited {
	text-decoration: none;
	color: #ffffff;
}
.search:hover {
	text-decoration: underline;
	color: #ffffff;
	
}
.search:active {
	text-decoration: none;
	color: #ffffff	;
	
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
}
.style6 {color: #333333}
.style8 {
	font-size: 8px;
	color: #FFFFFF;
}
.style9 {color: #FFFFFF}


.searchlink:link {
	color: #ffffff;
	text-decoration: none;
}
.searchlink:visited {
	text-decoration: none;
	color: #ffffff;
}
.searchlink:hover {
	text-decoration: none;
	color: #FFFFFF;
	
}
.searchlink:active {
	text-decoration: none;
	color: #FFFFFF;
	
}


.style2 {	color: #000000;
	font-weight: bold;
}
.style3 {	color: #000000;
	font-style: italic;
}
.style4 {
color: #BC5B48;

}
.style10 {color: #000000}
.style11 {font-size: 9px}

.style12 {
	font-size: 24px;
	color: #FFFFFF;
}

.ft1
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #999999;
    BORDER-BOTTOM: #000000 2px solid;
    FONT-FAMILY: Verdana, Geneva, Arial, sans-serif;
    BACKGROUND-COLOR: white
}


.ft2
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #999999;
    BORDER-BOTTOM: #000000 2px solid;
    FONT-FAMILY: Verdana, Geneva, Arial, sans-serif;
    BACKGROUND-COLOR: white
}

 



.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 300px; /* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}


