@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #055E5E;
	background-image: url(images/Bg2.jpg);
	background-position : top left;
	background-repeat : repeat-x;
	background-color: #6da9a9;
}

div#master {
	width:1192px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	text-align:left;
	background-color: #FBFAEF;
}
td#maincontent {
	padding:15px 5px 15px 2px;
}
td {
	font-size: 12px;
	color: #055E5E;
}
.bodyred {
	color: #CD2B26
}

.caption {
	margin: 0;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #CD2B26
}

#leftcolumn {
border-right: 1px solid #000000;
}

#rightcolumn {
border-left: 1px solid #000000;
}

#footer {
border-bottom: 1px solid #000000;
}

#leftnav {
border-bottom: 1px solid #000000;
}

td#headernav {
	color:#FFFFFF;
	height:28px;
	background:url(images/Home_800_02.jpg) repeat-x;
}

a.header:link {
color:#FFFFFF;
text-decoration:none;
font-size:12px;
font-weight:bold;
margin:0 5px 0 5px;
}

a.header:visited {
color:#FFFFFF;
text-decoration:none;
font-size:12px;
font-weight:bold;
margin:0 5px 0 5px;
}

a.header:hover {
color:#FFFFFF;
text-decoration:underline;
font-size:12px;
font-weight:bold;
margin:0 5px 0 5px;
}

a.header:active {
color:#FFFFFF;
text-decoration:none;
font-size:12px;
font-weight:bold;
margin:0 5px 0 5px;
}

div.leftnavlink {
	margin:15px 15px 0 5px;
}
div.rightnavlink {
	margin:15px 15px 0 5px;
	text-align:right;
}
a.leftnav:link {
color:#055E5E;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

a.leftnav:visited {
color:#055E5E;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

a.leftnav:hover {
color:#055E5E;
text-decoration:underline;
font-size:12px;
font-weight:bold;
}

a.leftnav:active {
color:#055E5E;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

td#footerbar {
	height:1px;
	background: url(images/499897.gif) repeat-x;
}

td#footer {
	padding: 5px 0 0 0;
	text-align: center;
	font-size:12px;
}

a:link {
color:#A10A06;
text-decoration:none;
}

a:visited {
color:#A10A06;
text-decoration:none;
}

a:hover {
color:#A10A06;
text-decoration:underline;
}

a:active {
color:#A10A06;
text-decoration:none;
}

h1 {
font-family: arial;
font-size: 20px;
font-weight:bold;
color:#CD2B26;
}

h2 {
font-family: arial;
font-size: 18px;
font-weight:bold;
color:#CD2B26;
}

h3 {
font-family: arial;
font-size: 16px;
font-weight:bold;
color:#CD2B26;
}

h4 {
font-family: arial;
font-size: 14px;
font-weight:bold;
color:#CD2B26;
}

h5 {
font-family: arial;
font-size: 12px;
font-weight:bold;
color:#CD2B26;
}

@media print {
.noprint { 
	display: none;
}
body {
	font-family: arial;
	font-size: 10pt;
	color: #000000;
}
td {
	font-size: 10pt;
	color: #000000;
}
}