a
{
	color:1B7BAD;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.copy
{
	color: #C0C0C0;
	text-decoration: underline;
}

a.copy:hover
{
	color: white;
}

a.menu
{
	color: gray;
	text-decoration: underline;
}

a.menu:hover
{
	color: black;
}

a.head
{
	border-bottom: 5px solid #CC6600;
	color: white;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.head:hover
{
	border-bottom: 5px solid #000000;
	color: #CCCCCC;
}

body
{
	background: white url(img/back-head.gif) repeat-x;
	color: gray;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	margin: 0px;
}

h1
{
	color: #A0A0A0;
	font-family: arial, verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	margin: 0px;
}

h2.data
{
	color: #1B7BAD;
	font-family: arial, verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
}

h2.head
{
	color: silver;
	font-family: arial, verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	margin: 0px;
}

hr
{
	border: 0px;
	color: #F0F0F0;
	background-color: #F0F0F0;
	height: 1px;
	margin: 20px;
}

i
{
	color: silver;
	font-style: normal;
}

img
{
	border-width: 0px;
}

input.button
{
	border: 1px solid #A6A6A6;
	color: #505050;
	font-weight: bold;
	padding: 3px 15px 3px 15px;
}

input.text
{
	border-bottom: 1px solid #CACACA;
	border-left: 1px solid #6A6A6A;
	border-right: 1px solid #CACACA;
	border-top: 1px solid #6A6A6A;
	padding: 3px;
	width: 320px;
}

p
{
	text-align: justify;
}

p.copy
{
	background: #464646 url(img/back-foot.gif) repeat-x;
	color: #C0C0C0;
	font-size: 80%;
	padding: 40px 0px 60px 0px;
	text-align: center;
}

select
{
	border-bottom: 1px solid #CACACA;
	border-left: 1px solid #6A6A6A;
	border-right: 1px solid #CACACA;
	border-top: 1px solid #6A6A6A;
	padding: 3px;
	width: 328px;
}

table
{
	border-collapse: collapse;
	font-size: 100%;
}

td
{
	padding: 0px;
}

td.data
{
	background-color: white;
	border: 1px solid #648952;
	padding: 20px;
}

td.data-blue
{
	background: #E5ECED url(img/data-blue.gif) repeat-x;
	border-bottom: 1px solid #528489;
	border-left: 1px solid #528489;
	border-right: 1px solid #528489;
	padding: 10px 10px 15px 10px;
}

td.title-blue
{
	background-image: url(img/title-blue.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #528489;
	border-right: 1px solid #528489;
	color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

td.data-green
{
	background: #E8EDE5 url(img/data-green.gif) repeat-x;
	border-bottom: 1px solid #648952;
	border-left: 1px solid #648952;
	border-right: 1px solid #648952;
	padding: 10px 10px 15px 10px;
}

td.title-green
{
	background-image: url(img/title-green.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #648952;
	border-right: 1px solid #648952;
	color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

td.data-yellow
{
	background: #EFEBE2 url(img/data-yellow.gif) repeat-x;
	border-bottom: 1px solid #977C44;
	border-left: 1px solid #977C44;
	border-right: 1px solid #977C44;
	padding: 10px 10px 15px 10px;
}

td.title-yellow
{
	background-image: url(img/title-yellow.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #977C44;
	border-right: 1px solid #977C44;
	color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

textarea
{
	border-bottom: 1px solid #CACACA;
	border-left: 1px solid #6A6A6A;
	border-right: 1px solid #CACACA;
	border-top: 1px solid #6A6A6A;
	height: 150px;
	padding: 3px;
	width: 320px;
}