/* typestyles */

h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	color: #016599;
	letter-spacing: .5em;
	text-align: left;
	}
	
h2 {
	color:#006599;
	font-weight:700;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	font-family: Tahoma;
	font-size: 1.1em;
	line-height: 1;
	}
	
h3 {
	color:#FF00CC;
	font-size:1.2em;
	font-weight:800;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	}

h4 {
	color:#666;
	font-size:1em;
	font-weight:800;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	}
	
h5 {
	color:#666;
	font-size:1em;
	font-weight:800;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	}
	
p {
	line-height:1;
	margin:0 0 1em;
	}

ol, ul {
	margin-top:0;
	margin-bottom:1em;
	line-height:1.8;
	}

a {color:#09c; text-decoration:none;font-weight:600;}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:white;}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #666666;
}

.th {
	background-color: #006599;
	border-color: #34689A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
}

.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align:right;
	width:50%;
}

.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align:left;
	width:50%;
}
	
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
.boldtext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.bodytext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.smalltext {
	font-family: Tahoma;
	font-size: 9px;
}

hr {
	border: 1px solid #666666;
}

#main #content li {
	line-height: 100%;
	list-style-position: outside;
	list-style-type: square;
}

