/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 13pt;
    margin-left:0;
    margin-top:0;
 }
TABLE
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
 }
 
 .headertext
 {
    color: White;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 13pt;
 }

A:link	{	
	text-decoration:	none;
	color:	#990000;
	font-weight:600;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#990000;
	font-weight:600;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#990000;
	font-weight:600;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	font-weight:600;
	}
.HeaderTable
{
	font-weight: bold;
	font-size: 12pt;
	color: #1f3361;
	background-color: #1f3361;
}

.PageTemplate
{
	border-left: #1f3361 1px solid;
	border-right: #1f3361 1px solid;
	width: 100%;
	text-align: center;
}

#overlay {
     visibility:hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 10;
      
     

}

#overlay2 {
     visibility:visible;
     position: absolute;
     left: 0px;
     top: 250px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1002;
     background-image:url(dotnet5.jpg);
     

}

