body {
	background-image: url('../images/bg.gif');
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

a:link { text-decoration: underline; font-weight:bold; color: #004a8a; }
a:hover { text-decoration: underline; font-weight:bold; color: #004a8a; }
a:visited { text-decoration: none; font-weight:bold; color: #696; }
a:active { text-decoration: underline; font-weight: bold; color: #004a8a; }

a:link:hover { text-decoration: underline; font-weight: bold; color: #004a8a; }
a:active:hover { text-decoration: underline; font-weight: bold; color: #004a8a; }
a:visited:hover { text-decoration: none; font-weight: bold; color: #696; }

table {
	font-family: arial, helvetica, sans-serif;
	font-size: 9.0pt;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

.main {
	text-align: justify;
}

.small {
	font-size: 8.0pt;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.title {
	font-family: arial, helvetica, sans-serif;
	font-size: 14.0pt;
	text-decoration: none;
	font-weight: bold;
	color: #696;
}

.input-box, textarea
{
	float: left;
	margin-bottom: 10px;
	margin-right: 6px;
	color: #004a8b;
	background: #ececec;
	border: #5e91a3 solid 1px;
}

select
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9.5pt;
	font-style: normal; 
	font-weight: normal;
	color: #5e91a3;
}

label
{
	color: #fff;
	width: 5em;
	float: left;
	text-align: left;
	font-weight: bold;
	margin: 0 1em 10px 0;
	clear: both;
}

option
{ 
   background-color: #cbd0d4;
   color: 004a8b;
}