﻿body
{
 font-size: 10pt;
 line-height: 1.5;
 font-family: Verdana;
 color: #055488;
}

A:link {
 color: navy;
 text-decoration: none;
}

A:visited 
{
 color: navy;
 text-decoration: none;	
}

A:hover {
 COLOR: Red;
 text-decoration: underline;
}

/*Module Header*/
.ModuleHeader
{
	font-weight: bold;
	color: #006774;
	}
.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}