body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#6C6B6B;
}
form
{
	margin:0px;
}
a {

	text-decoration: underline;
	color:#6C6B6B;
}
a.none {
	text-decoration: none;
	color:#6C6B6B;
}
.light
{
	color:#7F7F7F;
}
.blue
{
	color:#5E809E;
}

a.blue
{
	color:#5E809E;
	text-decoration:underline;
}
a.blue_none
{
	color:#5E809E;
	text-decoration:none;
}
.lightblue
{
	color:#5685BB;
}

a.lightblue
{
	color:#5685BB;
	text-decoration:underline;
}
.orange
{
	color:#F28C0E;
}
a.orange
{
	color: #F28C0E;
	text-decoration: none;
}
.green
{
	color: #86A562;
}

.brown
{
	color: #993333;
}

.big
{
	font-weight:bold;
	text-transform:uppercase;
}
a.green
{
	color:#86A562;
	text-decoration:underline;
}

.copy
{
	color:#797979;
}
a.copy
{
	color:#797979;
	text-decoration:none;
}
.white
{
	color:#FFFFFF;
}
a.white
{
	color:#FFFFFF;
	text-decoration:none;
}
.darkblue
{
	color:#1E3D61;
}
.t9
{
	font-size:9px;
}
.a11
{
	font-family:Arial;
}

/* --------------------------------------------------------------------------- */

.fontMenu {
	color: #365199;
	font-size: 11px;
	font-family: tahoma;
}

.formFont {
	color: #365199;
}

.formField {
	border: 1px solid #EAEAEA;
}

.formButton {
	border: 1px solid #CDCDCD;
	background-color: #EEEEEE;
}

.gridFont {
	color: #365199;
}

.gridLine {
	color: #365199;
	padding-left: 15px;
	background-repeat:repeat-x;
	background-position:bottom
}

.gridTitle {
	color: #365199;
	font-weight: bold;
	padding-left: 8px;
	background-repeat:repeat-x;
	background-position:bottom
}

.gridSectionTitle {
	color: #365199;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
	background-repeat:repeat-x;
	background-position:bottom
}

.text {
	text-align: justify;
	padding-right: 20px;
}

.MenuBar { 
	background-color:#d8d8d8; border-top:1px solid white; border-bottom:1px solid gray;
}

input, button {
	font-family:verdana;
	font-size:11px;
	color:black;
}

input:focus {
	font-family:verdana;
	font-size:11px;
	color:black;
	background: #FCFCFC;
}

select {
	font-family:verdana;
	font-size:11px;
	color:black;
	border: 1px solid #EAEAEA;
}

textarea { 
	font-family:verdana;
	font-size:11px;
	color:black;
	border: 1px solid #EAEAEA;
}

textarea:focus {
	font-family:verdana;
	font-size:11px;
	color:black;
	border: 1px solid #EAEAEA;
	background: #FCFCFC;
}