﻿

html, body
{
	font-family: Verdana;
	color: black;
	font-size: 8pt;
	line-height: 11pt;
	text-decoration: none;
	height: 100%;
	text-align: center;
	background-color: white;
	margin: 0px 0px 0px 0px;
}

a
{
	font-family: inherit;
	font-weight: bold;
	color:#1F6878;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

div#masterDiv
{
	margin-left: 0px;
	margin-right: auto;
	width: 1000px;
	background-color: white;
	text-align: left;
	min-height: 100%;
	overflow: auto;


}

#MainImageDiv
{
	float: left;
	width: 620px;
	height: 334px;
	position: relative;
}
#MainImageDiv img { display:none; 	
			position:absolute; 	
			top:0px; left:0px; 	
			height:334px;  	
			width:620px; 	
			opacity: -0.01; } 
			
.Header1
{
	font-size: 12pt;
	font-weight: bold;
}

.Header2
{
	font-size: 12pt;
	font-weight: bold;
}

.TextBoxText
{
	font-family: Verdana;
	color: black;
	font-size: 8pt;

}

.BlankRow
{
	height: 15px;
}

#MainDiv
{
	padding: 20px 25px 10px 25px;
	width: 620px;
	float: left;
}

#RightDiv
{
	width: 280px;
	float: right;
	padding: 25px 25px 0px 25px;
	
	
}

MainDiv h1
{
	font: Verdana 14px bold;
}

.LinkTextBoldBlue
{
	color: #1f6878;
	font-weight: bold;
	text-decoration : none;
}
.TextHeaderBlue
{
	font-family: Verdana;
	color: #1f6878;
	font-size: 12pt;
	font-weight: bold;
}
.TextHeaderBlueSmall
{
	font-family: Verdana;
	color: #1f6878;
	font-size: 10pt;
	font-weight: bold;
}

.TextBlack10pt
{
	font-family: Verdana;
	color: Black;
	font-size: 10pt;
	font-weight: normal;
}
