BODY {
	background-color : #333333;
	color : #C0C0C0;
	background-image :  url('images/back.gif');
	font-family : verdana, arial, helvetica, sans-serif;
}

TD {
	font-size : 7.5pt;
	color : #C0C0C0;
}

TD.Small {
	font-size : 6.5pt;
	color : #C0C0C0;
	border-width: 1px;
	border-style: groove;
	border-color: #7d7d7d;
}

TD.Smaller {
	font-size : 6pt;
	color : #C0C0C0;
	border-width: 1px;
	border-style: groove;
	border-color: #7d7d7d;	
}

TD.GreyBack {
	background-color : #3E3E3E;
	vertical-align : text-middle;
}

TD.TopBar {
	font-size : 7pt;
	color : #C0C0C0;
	vertical-align : text-top;
	filter:DropShadow(OffX=2, OffY=2, color:#000000);	
}

TD.TopBarBack {
	background-image:url('/images/topbar_back.gif');
}

TD.TopBar2Back {
	background-image:url('/images/topbar2_back.gif');
}

TD.TitleBack {
	background-image:url('/images/titles/title_back2.jpg');
}

TD.NavBack {
	background-image:url('/images/nav_back.gif');
}

TD.BottomBack {
	background-image:url('/images/bottombar_back.gif');
}

TD.LeftNavBar {
	filter:DropShadow(OffX=2, OffY=2, color:#000000);	
}

TABLE.Border1px	{
	color : #C0C0C0;	
	border-width: 1px;
	border-style: outset;
	border-color: #7D7D7D;
}

TABLE.BorderTLR1px	{
	color : #C0C0C0;	
	border-left: 1px;
    border-right: 1px;
    border-top: 1px;
    border-bottom: 0px;
	border-style: outset;
	border-color: #7D7D7D;
}

TD.Border1px	{
	color : #C0C0C0;	
	border-width: 1px;
	border-style: outset;
	border-color: #7D7D7D;
}

TD.BorderLeft1px	{
	color : #C0C0C0;	
	border-top: 0px;
    border-left: 1px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: outset;
	border-color: #7D7D7D;
}

TD.BorderRight1px	{
	color : #C0C0C0;	
	border-top: 0px;
    border-left: 0px;
	border-right: 1px;
	border-bottom: 0px;
	border-style: outset;
	border-color: #7D7D7D;
}


TD.BorderTabTop1px	{
	color : #C0C0C0;	
	border-top: 1px;
    border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: outset;
	border-color: #7D7D7D;
}

TD.BorderTabBtmLeft1px	{
	color : #C0C0C0;	
	border-top: 1px;
    border-left: 1px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: outset;
	border-color: #7D7D7D;
}

TD.BorderTabBtmRight1px	{
	color : #C0C0C0;	
	border-top: 1px;
    border-left: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: outset;
	border-color: #7D7D7D;
}

TD.BorderTab1px	{
	color : #C0C0C0;	
	border-top: 1px;
    border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
	border-style: outset;
	border-color: #7D7D7D;
}

TD.BorderTabBlank1px	{
	color : #C0C0C0;	
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: outset;
	border-color: #7D7D7D;
}

TD.BorderTabBody1px	{
	color : #C0C0C0;	
	border-left: 1px;
    border-right: 1px;
    border-top: 0px;
    border-bottom: 0px;
	border-style: outset;
	border-color: #7D7D7D;
}

TD.BorderTopRight1px	{
	color : #C0C0C0;	
	border-left: 0px;
    border-right: 1px;
    border-top: 1px;
    border-bottom: 0px;
	border-style: outset;
	border-color: #7D7D7D;
}

TD.BorderTLR1px	{
	color : #C0C0C0;	
	border-left: 1px;
    border-right: 1px;
    border-top: 1px;
    border-bottom: 0px;
	border-style: outset;
	border-color: #7D7D7D;
}

.Input {
	background-color:#c0c0c0;
	border:1px #7d7d7d solid;
	width: 95px;
	font-size: 10px;
	font-family : verdana, arial, helvetica, sans-serif;
	color: #000000;
}

.InputRightOpen {
	background-color:#c0c0c0;
	border-left:1px #7d7d7d solid;
	border-right:1px #c0c0c0 solid;
	border-top:1px #7d7d7d solid;
	border-bottom:1px #7d7d7d solid;
	width: 95px;
	font-size: 10px;
	font-family : verdana, arial, helvetica, sans-serif;
	color: #000000;
}

.InputLeftOpen {
	background-color:#c0c0c0;
	border-left:1px #c0c0c0 solid;	
	border-right:1px #7d7d7d solid;
	border-top:1px #7d7d7d solid;
	border-bottom:1px #7d7d7d solid;
	width: 95px;
	font-size: 10px;
	font-family : verdana, arial, helvetica, sans-serif;
	color: #000000;
}

.InputLeftOpenActive {
	background-color: #ffffff;
	border-left:1px #c0c0c0 solid;	
	border-right:1px #7d7d7d solid;
	border-top:1px #7d7d7d solid;
	border-bottom:1px #7d7d7d solid;
	width: 95px;	
	font-size: 10px;
	font-family : verdana, arial, helvetica, sans-serif;
        color: #000000;	
}

.InputActive {
	background-color: #ffffff;
	border:1px #7d7d7d solid;
	width: 95px;	
	font-size: 10px;
	font-family : verdana, arial, helvetica, sans-serif;
        color: #000000;	
}

.button {
	background-color:#000000;
	border:1px #7d7d7d solid;
	font-size: 10px;
  color: #ffffff;
}

FONT.Small {
	font-size : 6.5pt;
	color : #C0C0C0;
}

FONT.GreyHeadline {
	font-size : 12pt;
	font-weight: bold;
	color : #7d7d7d;
}

FONT.DarkGrey {
	color : #8d8d8d;
}

TD.Smaller {
	font-size : 6pt;
	color : #C0C0C0;
	border-width: 1px;
	border-style: groove;
	border-color: #7d7d7d;	
}

FONT.RightNavHead {
	font-size : 10pt;
	font-weight: bold;
	color : #C0C0C0;
	vertical-align : text-top;
}

A, A:Visited, A:Active {
	color : #C0C0C0;
	font-weight : bold;
	text-decoration : none;
	filter:DropShadow(OffX=2, OffY=2, color:#000000);	
}

A:Hover {
	color : #FFFFFF;
	font-weight : bold;	
	text-decoration : none;
}

A.MenuLink, A.MenuLink:Visited, A.MenuLink:Active {
	font-weight : normal;
	text-decoration : none;
}

A.MenuLink:Hover {
	font-weight : normal;
	text-decoration : none;
}

A.DarkMenuLink, A.DarkMenuLink:Visited, A.DarkMenuLink:Active {
	color : #7d7d7d;
	font-weight : normal;
	text-decoration : none;
}

A.DarkMenuLink:Hover {
	color : #eeeeee;
	font-weight : normal;
	text-decoration : none;
}

A.DarkGrey, A.DarkGrey:Visited, A.DarkGrey:Active {
	font-weight : bold;
	text-decoration : none;
	color : #8d8d8d;
}

A.DarkGrey:Hover {
	font-weight : bold;
	text-decoration : none;
	color : #8d8d8d;
}

.image {
	border-width: 1px;
	border-color: #7d7d7d;	
}

.tooltip { 
	position:absolute;
	visibility:hidden;
	color : #C0C0C0;
	background-color: #000000;
	padding: 4px;
	border-width: 1px;
	border-style: outset;
	border-color: #7D7D7D;
	
}

form {
	margin: 0px 0px 0px 0px;
}

