/* Styles for the Page Properties, Title and Text Information */
a:link
{
	color: #3399CC;
}
a:visited
{
	color: #996600;
} 
body
{
background: #FFFFFF;
}
body, div, p, blockquote, ol, ul, dl, li, dt, dd, td, th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;  
}
.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}

/* Styles for the Dropdown Menus */
.menuBorder
{
	background-color: #6B6D6B;
}
.menu
{ 
	width: 100%;
	background-color: #EEEEB2;
	margin-top: 0px; 
	margin-bottom: 0px;
}
.menu a 
{
	display:block;
	padding-top: 2px; 
	padding-bottom: 2px;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #996600;
	line-height: 90%;
}

/* Styles for the Olive Menu under the Gray Menu */
.submenu 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;       
}
.submenu a
{
	text-decoration: none;
	color: #996600;
}

/* Style for the Top Images in the Top Blue Box that do not contain a link but need an anchor
to turn off the Dropdown Menus */
.noLink
{
	cursor: default;
}

/* Styles for the Links at the bottom of every page; we need to the NewLine Style to add
a little space between separate menus */
.bottomLinks
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
}
.bottomLinksNewLine
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

/* Style for the Copyright at the bottom of every page */
.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
}

/* Orginal Systems Styles modified for NN4 */
.hyperlinks
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
}
.default
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-weight: normal;
	font-size: small;
}
.fieldlabelright
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #000000;
	font-weight: bold;
	font-size: small;
}
.fieldlabeleft
{ 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: small;
}
.columnheader
{ 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: small;
}
.help 
{ 
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: x-small;
}
.fieldinstructions 
{ 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: x-small;
}
.h0    
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}
.h1    
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}
.h2
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: small;
}
.error
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-size: small;
}
.columnheaderwhite
{ 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
}
.columnheaderwhiteleft
{ 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
}
.columnheaderwhiteright
{ 
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
}
.fieldinstructionsbold
{ 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: x-small;
}
.hyperlinksnoul
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: small;
}
.fieldinstructionsright 
{ 
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: x-small;
}

/* Styles for the search and the forms on the first page */
.forms, .forms select, .forms input
{
	font-size: x-small;
}

/* Styles for the Go buttons on the home page */
.blueSubmit
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}

.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.indent
{
	margin-left: 20px;
}

