body {
	background-color: #FFFFFF;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

.hdng
{
	color: #0066CC;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold
}

.pagetitle
{
	color: #0066CC;
	font-size: 24px;
	font-family: Tahoma;
}
.pagetitle2
{
	color: #0066CC;
	font-size: 48px;
	font-family: Tahoma;
}
H1
{
	color: #0066CC;
	font-size: 24px;
	font-family: Tahoma;
}
.hdng1
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold
}

.hdng2
{
	color: #0088CC;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold
}

.hdng4
{
	color: 000000;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold
}

.hdng5
{
	color: 000000;
	font-size: 12px;
	font-family: Arial
}

.link_td
{
	background-color: #E5E5E5;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	margin-left: 10
}

a
{

	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none
}

.auplink
{

	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none
}

.morelink
{
	font-family: Arial;
	font-size: 12px;
	color: 0066CC;
	text-decoration: none
}

.SupportCenterLink
{
	font-family: Arial;
	font-size: 12px;
	color: 333333;
	font-weight: bold;
	text-decoration: none
}

.textblue
{
	color: #0066CC;
	font-size: 12px;
	font-family: Arial
}

select
{
	color: #0066CC;
	font-size: 11px;
	font-family: Arial
}

td
{
	font-family: Arial; 
	font-size: 12px; 
	color: #333333;
}

.inclass
{
    BORDER-RIGHT: #000000 1px groove;
    BORDER-TOP: #000000 1px groove;
    BORDER-LEFT: #000000 1px groove;
    BORDER-BOTTOM: #000000 1px groove;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial
	
}

input
{
	font-family: Arial; 
	font-size: 12; 
	color: #333333
}

textarea
{
	font-family: Arial; 
	font-size: 12px; 
	color: #333333
}

#dhtmltooltip{
position: absolute;
width: 300px;
border: 2px solid black;
padding: 5px;
margin: 5px;
background-color: lightyellow;
visibility: hidden;
z-index: 100; cursor:hand;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}