BODY
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
	MARGIN: 0px;
}

.popupDiv
{
	width: 470px;
	height: 250px;	
	border: solid black 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
		
	 display: none; 
}

.AZParagraph
{
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}

.AZParagraph h3
{
	font-size: 14px;
	font-weight:bold;
	font-family: Arial;
	color: #333333;
}

.AZParagraph a
{
    COLOR: #442359;
    TEXT-DECORATION: underline;
    font-weight: bold ;
    font-size: 12px;
}

.AZParagraph a:hover
{
    COLOR: #333333;
    TEXT-DECORATION: underline;
    font-weight: bold ;
    font-size: 12px;
}

.AZStandalone a
{
    COLOR: #442359;
    TEXT-DECORATION: none;
    font-weight: bold ;
    font-size: 13px;
    line-height: 18px;
}

.AZStandalone a:hover
{
    COLOR: #333333;    
    TEXT-DECORATION: underline;
    font-weight: bold ;
    font-size: 13px;
    line-height: 18px;
}

.AZSubHeading
{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
}


.AZFormTableHeader
{
	background-color: #DDE39D;
	border-bottom: solid 1px #AABA0A;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	padding: 7px;
}

.AZFormTable
{
	border: solid 1px #AABA0A;
	font-size: 13px;
	font-family: Arial;
	color: #333333;
	padding: 7px;
}

TR.AZFormTable
{
	background-color : Cyan ;
	border: solid 1px #AABA0A;
	font-size: 13px;
	font-family: Arial;
	color: #333333;
	padding: 7px;
}

input.submit 
{
	border: solid black 1px;
	background-color: #442359;
	font-family:Arial;
	font-size:12px;
	color: White;
	font-weight: bold;
	
}

input.clear 
{
	border: solid #442359 1px;
	background-color: white;
	font-family:Arial;
	font-size:12px;
	color: #442359;
	font-weight: bold;	
}

.confirm_box
{
	position: relative; 	
	top: 50px;
	text-align: center;
}