body {
  	background-color: White;
	font-family: Calibri, Helvetica, Typical Writer, Courier, Arial Narrow, Arial, sans-serif;
	color: black;
	font-weight: normal;
	text-align: left;
	}
	
td, p {
	font-family: Calibri, Helvetica, Typical Writer, Courier, Arial Narrow, Arial, sans-serif;
	font-size: 15px;
  	line-height: 19px;
	color: black;
	font-weight: normal;
	text-align: left;
	}
		
img {
	border-color: #aaaaaa;
	}

.entryPrompt 
{
    font-weight: bold;    
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
}

.lightenbackground 
{
    background: url(/Images/Transparencies/transpWhite50.png);    
}

.small {
    font-size: 13px;
    }
    
.inputFieldWatermark 
{
    color: #666666;
}
    
.strikethru {
	text-decoration: line-through;
	}

.highlight {
	background-color: #f7ea20;
	}

.unfinished {
	background-color: orange;
	}

.title {
  	font-family: Arial Black;
  	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	text-shadow: #ffffff 2px 1px 4px;
	filter: Shadow(Color=#ffffff, 
                 Direction=135, 
                 Strength=5);
	}

.subheading {
  	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	}
	
.bottompanel {
	font-family: Arial Narrow, Arial, sans-serif;
  	color: White;
  	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-shadow: #000000 1px 1px 5px;
	filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=3);
	}
	
.navbar {
  	font-size: 16px;
	font-weight: bold;
	text-shadow: #ffffff 0px 0px 5px;
	filter: Shadow(Color=#ffffff, 
                 Direction=135, 
                 Strength=5);
	}
	
.featurebar {
	color: White;
  	font-size: 14px;
	text-shadow: #000000 3px 3px 3px;
	filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=3);
	}
	
.footer {
  	font-size: 13px;
  	text-align: right;
	}

.imageDescription {
  	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #909090;
  	line-height: 20px;
	}

.subfooter {
  	font-size: 11px;
	text-decoration: none;
	color: #909090;
  	line-height: 18px;
	}

#bottom_fade {
	width: 600px;
	height: 200px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url("Images/bottom-fade.png") bottom center no-repeat;
}

/* FORM specific styles */
/* setting margins on form style is useful in exact positioning in thin headers etc.*/
form {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	}

input, select, textarea {
	font-size: 12px;
  	font-weight: normal; 
  	background-color: White;
	}
		
.button {
	font-weight: bold; 
  	border-color: #94e637;
  	color: Black;
	background-color: #eeeeee;
	}

/* makes the bold red asterisk on forms - the required fields */
.required {
	font-weight: bold;
	color: #CC0000;
	}
	
/* all the link styles set here */
a:link, a:visited {
	color: #002e84;
	text-decoration: none;
	}

a:hover, a:active { 
	color: #247de0;
	text-decoration: underline;
	}
	   
a.navbar:link, a.navbar:visited {
	color: Black;
	}

a.navbar:hover, a.navbar:active {
	font-size: 17px;
  	text-decoration: underline;
	}
	
/* DOCUMENT TEXT RESIZING STYLES */

.normalview, .normalview .resizeable { /*CSS to return page to default setting (with no additional CSS rules added)*/
}

.largeview, .largeview .resizeable { /*CSS for "large font" setting*/
	font-size: 18px;
	line-height: 22px;
}

.xlargeview, .xlargeview .resizeable { /*CSS for "extra large font" setting*/
	font-size: 24px;
	line-height: 28px;
}