H1	{
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #003366;
	}

H2	{
	font-size : 15pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : medium;
	color : #003366;
	}

H3	{
	font-size : 13pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #003366;
	}
	
H4	{
	font-size : 11pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #003366;
	}
	
.H1	{
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #003366;
	}

.H2	{
	font-size : 15pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : medium;
	color : #003366;
	}

.H3	{
	font-size : 13pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #003366;
	}
	
.H4	{
	font-size : 11pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #003366;
	}

body {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
	
	}

th {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : white;
	background-color : #000000;
	}

td	{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
	}

p	{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
	}
	
.p	{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
	}

a	{
	color: blue; 
	text-decoration: underline;
	}
	
a:hover {
	color: purple; 
	text-decoration: none;
	}

.b	{
	font-weight : bold;
	}

.i	{		
	font-style : italic;
	}
	
.mini {
	font-size : 8pt;
	font-weight : normal;
	}

.form {
	font-size : 11pt;
	font-weight : normal;
	}

.subset_selector {
	font-size : 8pt;
	font-weight : normal;
	}
	
.alert {
	color : red;
	}
	
.active {
	color : blue;
	}

.menu_topic {
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	}

.toprow {
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #003366;
	}
	
.toprowsort {
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration: underline;
	}

.altrow {
	background-color : #FFF8CA;
	}
	
.source {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	}

/* 
--- place your site specific classes here
*/	

/* light color for login screen  */
.login_bg {
	background-color: #D3C4AD;
}

/* dark color for login screen  */
.login_input {
	font-size : 9pt;
	color: #000000;
	border: 1 ridge #867265;

}

.login_bg2 {
	background-color: #D3C4AD;
}

.login_txt {
	color: #000000;
	font-weight: bold;
}

.page_title {
	color : #FFFFFF;
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.save {
	font-size : 10pt;
	font-weight : normal;
	color : #003366;
	}

.side_nav {
	font-size : 8pt;
	font-weight : normal;
	color : #003366;
	padding-left: 4px;
	}
	
a.side_nav {
	font-size : 8pt;
	font-weight : normal;
	color : #003366;
	text-decoration: none;
	}
	
a.side_nav:hover {
	font-size : 8pt;
	font-weight : normal;
	color : #003366;
	text-decoration: underline;
	}
	
.side_nav_bg {
	background-image: url(images/side_nav_bg.gif);
	}
	
.alttxt {
	color: #003366;
	}

