body,td,th {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #ffffff;
    margin:0px;
}

a:link {color: #81001E; text-decoration:none;}
a:visited {color: #81001E;text-decoration:none;}
a:hover {color: #000000;text-decoration:underline;}
a:active {color: #333333;text-decoration:none;}

.biggray {color: #666666;font-size: 12px;}

.white {color: #FFFFFF}
a.white:link {color: #FFFFFF}
a.white:visited {color: #FFFFFF}
a.white:hover {color: #FFFFFF}
a.white:active {color: #FFFFFF}

.whitebig {color: #FFFFFF;font-size: 12px;}
.big {font-size: 12px}

.biggray {color: #666666;font-size: 12px;}


/* styles for image map message */
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:1px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}