/*
 * OAH Styles
 */

a:active  { color: #039; text-decoration: none }

a:link  { color: #003399; text-decoration: none }

a:visited  { color: #006633; text-decoration: none }

body { 
	color: #000000; 
	font-size: 10pt; 
	line-height: normal; 
	font-family: verdana, arial, helvetica; 
	background-color: white;
}

code { 
	font-style: italic; 
	font-size: 10pt; 
	font-family: arial, helvetica;
}


label { 
	color: #000000; 
	font-size: 10pt; 
	font-family: verdana, arial, helvetica; 
	background-color: #fff;
}


p { 
	color: #000000; 
	font-size: 10pt; 
	font-family: verdana, arial, helvetica; 
	background-color: white;
}

a { 
	text-decoration: none;
}


/*  
 *  	TABLES
 */

td { font-size: 10pt; font-family: verdana, arial, helvetica }
th { color: #000000; font-size: 10pt; font-family: verdana, arial, helvetica; background-color: white }

/*
 * 	LISTS
 */

li { }

ol { 
	color: #000000; 
	font-size: 10pt; 
	font-family: verdana, arial, helvetica; 
	background-color: white;
}

ul { color: #000000; font-size: 10pt; font-family: verdana, arial, helvetica; background-color: white }

/*
 *	HEADINGS
 */

h2 { 
	color: #039; 
	font-weight: bolder; 
	font-size: 12pt; 
	line-height: normal; 
	font-family: verdana, arial, helvetica;
}

h3 { 
	color: #556b2f; 
	font-weight: bold; 
	font-size: 11pt; 
	font-family: verdana, arial, helvetica; 
	background-color: white; 
	vertical-align: text-bottom;
}

h4 { 
	color: black; 
	font-weight: bold; 
	font-size: 10pt; 
	line-height: normal; 
	font-family: verdana, arial, helvetica;
}

h5 { 
	color: #556b2f; 
	font-size: 10pt; 
	font-family: verdana, arial, helvetica;
}

/*  WELCOME */
h6 { 
	color: #006400; 
	font-weight: bolder; 
	font-size: 16pt; 
	line-height: 16pt; 
	font-family: Georgia, Times, serif; 
	text-align: left; 
	border-bottom: thin dotted black;
}

.welcome { 
	color: #006400; 
	font-weight: bolder; 
	font-size: 16pt; 
	line-height: 16pt; 
	font-family: Georgia, Times, serif; 
	text-align: left; 
	border-bottom: thin dotted black;
}

#page_head {
  background-color: #eee; 
  padding: 5px; 
  border: solid #666 1px;
}

.side_matter  { color: black; font-size: 8pt; font-family: verdana, arial, helvetica; background-color: #f5f5f5; text-align: left; padding: 5px; border: #d3d3d3 }

.frontpage_sidematter { 
	color: black; 
	font-size: 8pt; 
	font-family: verdana, arial, helvetica; 
	text-align: left; 
	border: 1px solid #006400 !important;
	padding: 5px; 
	background-color: rgb(238, 238, 238);

}
