.page 
{
	font-family:verdana;
	font-size:11px;
	color:black;
	background-color:white;
	topmargin=0;
	leftmargin=0;
}

.page_top { 

	font-family:verdana,Sans Serif;
	font-size:11px;
	background-color:#AEC5DC;
	topmargin=0;
	leftmargin=0;
	scrollbar-base-color:#7DA1CA;

}
.drop_down 
{
	font-family:verdana;
	font-size:10px;
	background-color:#eeeeee;
	color:black;
}

.submit_box
{
	font-family:verdana;
	font-size:10px;
	background-color:#eeeeee;
	color:black;
	font-weight:bold;
	cursor:hand;
}

.textfield
{
	font-family:verdana;
	font-size:11px;
	background-color:#dce3f3;
	color:black;
	font-weight:normal;
	width:170px;
}


.textfield_large
{
	font-family:verdana;
	font-size:11px;
	background-color:#dce3f3;
	color:black;
	font-weight:normal;
	width:270px;
}
.textfield_small_password { 
	font-family:verdana;
	font-size:11px;
	background-color:#dce3f3;
	color:#black;
	font-weight:normal;
	width:120px;
}

.textfield_small
{
	font-family:verdana;
	font-size:11px;
	background-color:#dce3f3;
	color:black;
	font-weight:normal;
	width:80px;
}

.textarea_field
{
	font-family:verdana;
	font-size:11px;
	background-color:white;
	color:black;
	font-weight:normal;
	width:200px;
	height:100px;
	borderwidth:1px;
	bordercolor:#dce3f3;
}

.info
{
	font-family:verdana;
	font-size:10px;
	background-color:white;
	color:black;
	text-decoration:none;
}

.info_hyperlink
{
	font-family:verdana;
	font-size:10px;
	color:blue;
	text-decoration:none;
	text-decoration:underline;

}

.text_normal 
{
	font-family:verdana;
	font-size:11px;
	background-color:white;
	color:black;
	text-decoration:none;
}

.text_highlight_err
{
	font-family:verdana;
	font-size:11px;
	background-color:white;
	color:maroon;
	text-decoration:none;
	font-weight:bold;
}

.text_highlight1
{
	font-family:verdana;
	font-size:18px;
	background-color:white;
	color:maroon;
	text-decoration:none;
	font-weight:bold;
}

.text_highlight
{
	font-family:verdana;
	font-size:13px;
	background-color:white;
	color:#336666;
	text-decoration:none;
	font-weight:bold;
}