/* CSS Document */

.main {
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
}

.content {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

.border {
	color: #333333;
	border-top: 1px solid #7F7E83;
	border-right: 1px solid #7F7E83;
	border-bottom: 1px solid #7F7E83;
	border-left: 1px solid #7F7E83;
}

.divider {
	color: #333333;
	border-left: 1px solid #7F7E83;
}


.text {
	font-family: Tahoma;
	font-weight: normal; 
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}

.textlink {
	font-family: Tahoma;
	font-weight: normal; 
	color: #333333;
	font-size: 8pt;
	text-decoration: none;
}

a:hover.textlink {
	font-family: Tahoma;
	color: #005EBB;
	font-size: 8pt;
	text-decoration: underline;
}

.blue_button {
	font-family: Tahoma;
	font-weight: bold;
	color: #1E1C70;
	font-size: 10px;
	text-decoration: none;
}

a:hover.blue_button {
	font-family: Tahoma;
	font-weight: bold;
	color: #005EBB;
	font-size: 10px;
	text-decoration: underline;
}

.red_button {
	font-family: Tahoma;
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a:hover.red_button {
	font-family: Tahoma;
	color: #005EBB;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

.header {
	font-family: Trebuchet MS;
	font-weight: bold; 
	color: #1E1C70;
	font-size: 12pt;
	text-decoration: none;
}

.subheadblue {
	font-family: Helvetica;
	font-weight: bold; 
	color: #005EBB;
	font-size: 9pt;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;

}

.subheadgray {
	font-family: Helvetica;
	font-weight: bold; 
	color: #808080;
	font-size: 9pt;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
