

a:link, a:visited {
	color: #27434E; /*dark blue*/
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	background: #C3D5FD; /*grey*/
	color: #003333; /*dark grey*/
	font-weight: bold;
	text-decoration: none;
}

a:active{
	background: #E9E8E4;
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}

body{
	background-color: #F6FF8D; /*Lt Yellow*/
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1 {
	background-color: #6CA1D5; /*Med Blue*/
	border-bottom-color: #F69103; /*Orange*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	color: #000000; /*Black*/
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	text-indent: 6px;
	text-transform: capitalize;
}

h2 {
	border-bottom-color: #FFFFE1; /*Lt Cream*/
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-style: dotted;
	border-left-width: 0px;
	border-right-style: dotted;
	border-right-width: 0px;
	border-top-style: dotted;
	border-top-width: 0px;
	color: #F81421;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

h3 {
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	color: #737874;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

h4 {
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

h5 {
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

h6 {
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 0px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
}

p, td {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

.btcontent {
	background: #FFFFFF;
}

.btcopyrights {
	color: #DE7903;
	font-size: 10px;
}

.btinfobox {
	background: #FFFFFF;
	border-bottom: 1px solid #F3F3F1;
	border-left: 1px solid #B9B9AF;
	border-right: 1px solid #F3F3F1;
	border-top: 1px solid #F8920C;
}

.btnav {
	background: #D4D0C8;
	color: #000000;
	font-weight: bold;
}

.btnavbk {
	background: #6CA1D5;
}

.bttitles {
	background-color: #6CA1D5;
	border-bottom-color: #6CA1D5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #6CA1D5;
	border-left-style: solid;
	border-left-width: 5px;
	border-right-color: #6CA1D5;
	border-right-style: solid;
	border-right-width: 5px;
	border-top-color: #6CA1D5;
	border-top-style: solid;
	border-top-width: 1px;
	color: #D97610;
	text-decoration: none;
}

.pageheader {
    background-color: #6CA1D5;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}	
	
    

