﻿/* HTML Elements */
body
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Verdana;
	color: black;
	background: #ffffff;
	text-align: center;
	
}
h1
{
	font-size: 11pt;
	font-family: Verdana;
	font-weight: bold;
	color: black;
}
a:link
{
	/*font-size: 10pt;*/
	font-family: Verdana;
	color: #0000FF;
	
}
a:visited
{
	/*font-size: 10pt;*/
	font-family: Verdana;
	color: #0000FF;
	
}


ul
{  
	margin-top:10pt; margin-left: 0px; padding: 0px; padding-left: 0px;
} 
ul li
{
	font-size: 10pt; line-height:17pt;
	margin: 0px; margin-top: 0px; margin-left: 30px;
	padding: 0px; border: 0px;
} 
ul li.first
{
	  margin-top: 0px
} 
select
{
	background-color: white;	
}
select option
{
	background-color: white;	
}
option
{
	background-color: white;	
}
input
{
	background-color: white;	
}
/* Classes */
.pageTextBold
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	color: black;
}
.bulletedText
{
	font-size: 10pt;
	line-height:17pt;
	color: black;
	font-family: Verdana;
}
.clsOHCAHeader
{
	font-family: Verdana;
	font-size: 22pt;
	font-weight:normal;
	font-style:italic;
	float:none;
	color: white;
}

/* Element IDs */
div#menuTextStyle a:link
{
	font-family: 'High Tower Text' , Verdana;
	font-size: 12pt;
	color:White;
	float:right;
	text-decoration:none;
		
}
div#menuTextStyle a:visited
{
	font-family: 'High Tower Text' , Verdana;
	font-size: 12pt;
	color:White;
	float:right;
	text-decoration:none;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
