body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e7e7e7;
}

.txthead 
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0033cc;
}

.normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
	
.whiteSmall
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 5px;
	color: #ffffff
}

.whiteMedium
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.header
{
	font-size: 13px;
	font-weight: bold;
	color: #000099;
}

.required
{
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
}

#main
{
	padding: 15px;
}

a:link 
{
	color:#ff0000;
	text-decoration:none;
}

a:visited 
{
	color:#ff0000;
	text-decoration:none;
}

a:hover 
{
	color:#ff0000;
	text-decoration:underline;
}

#dimmer 
{
	position: absolute;
	background-color:#fff;
	left: 0px;
	top:0px;
	width: 0px;
	height: 0px;
	z-index: 9990;
	margin: 0px;
	padding: 0px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#previewer
{
	position: absolute;
	background-color: #FFFFFF;
	left: 50%;
	top: 50%;
	border: solid 1px #000000;
	display: none;
	z-index: 9991;
}