body {
	margin-left : 0px;
	margin-top : 0px;
	margin : 0px 0px 0px 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	padding:0px;
	background-color:#ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	}
#fullheight{height:100%}
.body, table, TD{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.heading {
	font-size:16px;	
}

ul {
	list-style: disc;
	margin-left: 0;
	margin-top: 4;
	padding-left: 2em;
	text-indent: 0em;
	}


.topBlueBannerBG	{
	background-image: url(../images/branding/topBlueBannerBG.jpg);
	background-repeat: repeat;
}
.navBG {
	background-image: url(../images/branding/navBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*---- LINK COLORS -----*/

a {  color:#0C2D83; text-decoration:none;}
a:visited {  color:#556699; text-decoration:none;}
a:active {  color:#0C2D83; text-decoration:none;}
a:hover {  color:#556699; text-decoration:none;}

.requiredField{
  color:red;
}
  .info   { color: black; background-color: transparent; font-weight: normal; }
  .warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
  .error  { color: red; background-color: transparent; font-weight: bold }

  .formtab TD      
          { padding: 0.2em; height: 2.5em; vertical-align: top; font-size: 90%; }
