/******************************* 
* Basic layout 
*******************************/
body 		
{ 
   background-position: top left;
   background-repeat: repeat-y;
   margin: 0px 0px 0px 0px;
}

/******************************* 
* All links in Body area other 
* than the navigation 
*******************************/
a { 
	color: #990000; 
}

/******************************* 
* Fonts in Body area
*******************************/
body, table, td, select, textarea, input  { 
	font-family: Tahoma, Verdana, Helvetica, sans-serif; 
	letter-spacing: normal;
	line-height: normal;
	font-size: 10px; 
}

/******************************* 
* Left Nav Text (links) 
*******************************/
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration:none;
	font-weight: bold;
	line-height: 18pt;
	text-align: right;

}
.nav a:link {
	color: #990000;
	text-decoration:none;
	font-weight: normal;
}
.nav a:visited {
	color: #990000;
	text-decoration:none;
	font-weight: normal;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.nav a:active {
	color: #CCCC99;
	text-decoration:none;
	font-weight: bold;
}

/******************************* 
* SubNav Text (links) on 
* top of secondary pages
*******************************/
.Subnav {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #990000;
	text-decoration:none;
	font-weight: bold;
}
/*.Subnav a:link {   color: #990000;  text-decoration: none; }
.Subnav a:visited {   color: #990000;  text-decoration: underline; }
.Subnav a:hover {  color: #990000; text-decoration: underline; }
.Subnav a:active {   color: #990000;  text-decoration: underline; } */

/******************************* 
* Form elements 
*******************************/
select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #888888;
}

select.error, textarea.error, input.error { 
	border-color : #990000;
}

textarea.code, textarea.code-gray {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 15px; 
}

textarea.code-gray {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	color: #808080;
}

/******************************* 
* Main Banner header on 
* secondary pages 
*******************************/

.banner {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 32px;
	color: #990000;
	font-style: italic;
	line-height: 40pt;
	font-weight: bold;

}

.footer {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.redHeader {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	letter-spacing: 2pt;
	line-height: normal;

}

.blackcopybold {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	letter-spacing: 1pt;
	line-height: 11pt;
	font-size: 10px; 
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #FF0404;
}
