/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	color: #000000;
	background-color:#333399;
}

a:link {
	color: #333399;
	text-decoration: underline;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a:hover {
	color: #339933;
	text-decoration: underline;
	font-size: small;
	font-weight:bold;
}

a:visited {
	color: #0066FF;
	text-decoration: underline;
	font-size: small;
	font-weight:bold;	
}

a.main:link {
	color: #333399;
	text-decoration: none;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

a.main:hover {
	color: #339933;
	text-decoration: underline;
	font-size: small;
}

a.main:visited {
	color: #0066FF;
	text-decoration: none;
	font-size: small;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: italic;
	font-weight:bold;
	color: #000066;	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color: #7DAF19;	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color: #FFFFFF;	
}

.table-bottom {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-width: thin;
}

.table-bottom-border {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-bottom-color: #AFCEE9;
}
.column-padding  {
padding-left:7px;
padding-right:5px;
}
.legal	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:normal;
	color: #000000;	
}