﻿.TopDiv
{
	position:relative;
	height:46px;
	width:199px;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-image:url('images/top.gif');
	z-index:10;
}

.MiddleDiv
{
	border-left:solid 1px #e1e1e1;
	border-right:solid 1px #e1e1e1;
	width:199px;
	position:relative;
	z-index:20;
	background-color:Transparent;
}

.MiddleDivBody
{
	padding-left:14px;
	padding-right:14px;
	margin-top:-35px;
	margin-bottom:-32px;
	z-index:30;
	position:relative;
	background-color:Transparent;
}

.BottomDiv
{
	height:45px;
	width:199px;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-image:url('images/bottom.gif');
	z-index:10;
	position:relative;
}

a
{
	text-decoration: none;
	color: #006600;
}

a:hover
{
	text-decoration: none;
	color: #33cc33;
}

body
{
	background-color: #F1F1F1;
    margin-top: 0px;
}

.tabletop
{
	background-image:url('images/top.gif');
}

.tablebottom
{
	background-image:url('images/bottom.gif');
	background-position: bottom;
}

.td0
{
	background-image:url('images/bg0.gif');
	background-repeat: repeat-x;
	color: Green;
}

.td1
{
	color: #CCCCCC;
	font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.td1 a
{
	color: #CCCCCC;
	font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.td1 a:hover
{
	color: #009900;
	font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.td2 a
{
	color: #009900;
	font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.td2 a:hover
{
	color: #009900;
	font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.td3
{
	background-color: White;
	border-color: #999999;
	border-style: solid;
	border-width: thin;
}

.foot
{
	color: #555555;
	font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 0px;
    padding-left: 10px;

}

.bread
{
	font-family: Arial;
    font-size: 12px;
}

.bg
{
    background-image:url('images/bg6.jpg');
    background-position: right;
    background-position: top; 
    background-repeat: no-repeat;
}

.bg2
{
    background-image:url('images/bg3.jpg');
    background-position: right;
    background-position: top;
    background-repeat: no-repeat;
}

.bg3
{
    background-image:url('images/bg7.jpg');
    background-position: right top;
    background-repeat: no-repeat;
}

p
{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:10px;
	margin-bottom:10px;
}