/* BEGIN COMMON */
body 
{   	
    margin: 0;
    padding: 0;	
	text-align: center;
}
	
p
{	
	font-size: inherit; font: 82%;
}

hr {
    MARGIN-TOP: 0px;
    FILTER: progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=100,finishOpacity=10,startX=50,finishX=100);   
    PADDING-TOP: 0px
}

img
{
	border-width: 0;
}

/* END COMMMON */


/* BEGIN HEADINGS */
h1
{
	font-size: inherit; font: 140%;	
}

h2
{
	font-family: Verdana;
	font-size: inherit; font: 130%;
	margin-top: 30;	
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: inherit; font: 100%;
	margin-bottom: -15;	
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
	font-weight: bold;
}
/* END HEADINGS */


.ExposoftLinkMain
{
	font-weight: normal;
	font-size: 7pt;
	color: gray;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.ExposoftLink
{
	font-weight: normal;
	font-size: 6pt;
	color: gray;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup {
	background-color:#e7ffb4;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

.displayStateOther
{
	display:none;
}