﻿.boldtext
{
	position: absolute; 
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}
.boldtext_centered
{
	position: absolute; 
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
.boldtext_right
{
	position: absolute; 
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}
.button
{
	position: absolute; 
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	width: 100px;
	}
.dialogimage
{
   position: absolute;
   left: 10px; 
   top:30px;
}
.dialoglabel
{
	position: absolute;
	left: 65px;
	top: 35px;
	width: 320px;
}
.fixed_hyperlink
{
	position: absolute; 
	left: 890px;
	width: 100px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	color: blue;
}
.help_page_hyperlink_col1
{
	position: absolute;
	left: 20px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.help_page_hyperlink_col2
{
	position: absolute;
	left: 500px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.help_page_label_col1
{
	position: absolute; 
	left: 30px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	width: 450px;
	cursor: pointer;
}
.help_page_label_col2
{
	position: absolute; 
	left: 510px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	width: 450px;
	cursor: pointer;
}
.help_page_subtitle
{
	position: absolute; 
	left: 300px; 
	top: 0px;	
	width: 400px;
	text-align: center;
	font-family: Arial Black;
	font-size: 14pt;
	font-style: italic;
	color: #87CFFA
}
.help_page_title 
{
	position: absolute;
	left: 16px;
	top: 0px; 
	font-family: Arial Black;
	font-size: 14pt;
}
.hint
{
	position: absolute;
	height: 15px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	color: Blue;
}
.hint_bordered
{
	position: absolute;
	height: 15px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: Blue;
	border: 1pt #0000FF solid;
}
.hint_centered
{
	position: absolute;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: Blue;
}
.largetext
{
	position: absolute; 
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}
.menu_adminlabel
{
	position: absolute;
	left: 400px; 
	width: 200px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: red;
}
.menu_hyperlink
{
	position: absolute;
	left: 110px; 
	font-family: Arial;
	font-size: 10pt;
	width: 300px;
}
.menu_label
{
	position: absolute;
	left: 110px;
	width: 850px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	cursor: pointer;
}
.menu_pic
{
	position: absolute;
	left: 40px;
	cursor: pointer;
}

.normaltext
{
	position: absolute; 
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}
.normaltext_centered	
{
	position: absolute; 
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}
.normaltext_centered_padded	
{
	position: absolute; 
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
.normaltext_readonly	
{
	position: absolute; 
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	background-color: #DCDCDC;
}
.normaltext_right	
{
	position: absolute; 
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
}
.page_instructions
{
	position: absolute;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	left: 80px; 
	top: 70px; 
	width: 800px;
}
.page_link
{
	position: absolute;
	font-family: Arial;
	font-size: 9pt;
	width: 160px;
}
.page_pic
{
	position: absolute; 
	left: 20px; 
	top: 70px;
}
.page_subtitle
{
	position: absolute; 
	left: 200px; 
	top: 35px;	
	width: 600px;
	text-align: center;
	font-family: Arial Black;
	font-size: 12pt;
	font-style: italic;
	color: White;
}
.page_subtitle_small
{
	position: absolute; 
	left: 300px; 
	top: 38px;	
	width: 600px;
	text-align: center;
	font-family: Arial Black;
	font-size: 11pt;
	font-style: italic;
	color: Blue
}
.page_title 
{
	position: absolute;
	left: 12px;
	top: 35px; 
	font-family: Arial Black;
	font-size: 12pt;
}

