/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
.boldWhite {
	font size: 11px;
	font-weight: bold;
	color: white;
	}

.PageHeading {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #005180;
	}
.PageHeadingVerdana {
	font-size: 16px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #005180;
	}

.Heading {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #005180;
	}
.Heading2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	}
.Heading3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	}
.Heading4 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	}
.Heading5 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #005180;
	}
.redHeading {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	}
	
a:link {
	font-weight: bold;
	color: #794A2C;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #794A2C;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #005180;
	text-decoration: none;
}
a.noBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #794A2C;
	text-decoration: underline;
	font-weight: normal;
}
	
a.noBold:link {
	color: #794A2C;
	text-decoration: underline;
	font-weight: normal;
}
a.noBold:visited {	
	color: #794A2C;
	text-decoration: underline;
	font-weight: normal;
}
a.noBold:hover {	
	color: #005180;
	text-decoration: none;
	font-weight: normal;
}

.redText {
	color: #800000;
	font-size: 11px;
	}
 .UpdateProgress1 {
   background-color:#CF4342;
   color:#fff;
   top:0px;
   right:0px;
   position:fixed;
 }

.UpdateProgress1 img {
   vertical-align:middle;
   margin:2px;
 }


