body, td, h1, h2, h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #555555;
	line-height: 16px;
}
body {
	color : #333333;	
	background-color : White;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.box_blue {
	background-image: url(../images/bg_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 164px;
}
.box1 {
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
}
.box_green {
	background-color: #008579;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.box_headers {
	width: 194px;
	border-right: 12px solid White;
}
.box_left {
	padding-bottom: 15px;
	padding-left: 15px;
	color: White;
}
.box_body {
	padding-top: 20px;
	padding-left: 15px;
}
img, a img {	
	border: 0 none;
}
td {
	padding: 0;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
}
table.box2 td {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
ul {
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 18px; 
	list-style: disc; 
	vertical-align: middle; 
	}
li { margin: 0px; padding: 0px; }
h1 {
	font-size: 22px;
	color: #2B7BC2;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}
h2 {
	font-size: 14px;
	color: #088388;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 13px;
	color: Black;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
hr {
	border: 0px solid #999999;
	color: #999999;
	height: 1px;
	background-color: #999999;
}
a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #008579;
}
a:hover {
	color: #00B5A5;
	text-decoration: underline;
}
.white, .white:link, .white:visited {
	color: White;
	text-decoration: none;
}
.white:hover {
	color: #F5F5F5;
	text-decoration: underline;
}
.white2, .white2:link, .white2:visited {
	color: White;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
}
.white2:hover {
	color: #F5F5F5;
	text-decoration: underline;
}
td.greenbox {
	background-image: url(/images/bg_body1.jpg);
	background-color: #d9f3ba;
	background-repeat: no-repeat;
}
div.column_content {
	padding: 10px;
}

.tabs
{
    position:relative;
    top: 1px;
    left: 15px;
}

.tab
{
    border:solid 1px black;
    background-color:#eeeeee;
    padding: 5px 15px 10px 15px;
    border-top: solid 1px black;
    line-height: 35px;
    width: 110px;
    height: 35px;
    font-size:  13px;
}

.selectedTab
{
    background-color:white;
    border-bottom:solid 1px white;
    width: 110px;
    height: 35px;
    font-size:  13px;
}

.tabContents
{
    border:solid 1px black;
    padding:10px;
}
