/*
 Gray - light = #999999
 Yellow       = #FBFE98
 Gold					+ #DAB002
 Light Yellow = #FEFFCB
 Red - Dark   = #990000
 Black        = #000000
 Gray - Med   = #666666
 Red          = #A60303
*/

html, body, * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	align:left;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #333333;
}

p { 
   align:left;
}

p#boldpad { 
   padding: 3px 6px 1px 20px;
	 font-weight: bold;
}

p#padded { 
   padding: 1px 4px 0px 4px
}

p#reverse { 
  font-weight: bold;
	font-size: 13px;
  color: #FFFFFF;
	text-align:center;
  padding: 6px 0px 6px 0px
}

ul { 
	align:left;
  list-style-type: circle;
  list-style-position: outside; 
} 

li { 
	align:left;
	} 

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-align:center;
	padding: 6px 0px 0px 0px;
}

h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-align:center;
	padding: 0px;
	margin: 5px;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	text-align: left;
	font-style: italic;
	padding: 2px;
	margin: 5px;
}

/* H4  Links */
.h4link, a.h4link, a.h4link:link, a.h4link:active {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align:center;
	text-decoration: none;
	padding: 6px 0px 0px 0px;
}


/* header_nav1 lead Navigation Links */
a.leadNav1:link  {
  font-family: Helvetica, sans-serif;
	font-size: 13px;
	align: center;
	padding: 2px 0px 2px 0px;
	width: 163px; 
	color: #FFFFFF;
	text-decoration: none;
}

a.leadNav1:visited {
  font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
  font-weight: bold;
	align: center;
	padding: 0px 0px 0px 0px;
	width: 163px; 
	text-decoration: none
}

a.leadNav1:hover {
	color: #DAB002;
	font-weight: bolder;
	text-decoration: underline
}

a.leadNav1:active {
	font-size: 12px;
	color: #669999;
	align: center;
	padding: 1px 0px 1px 0px;
	width: 163px; 
	text-decoration: none
}

/* Header Lead Navigation Table Cells (TD) */
.leadNavTD {
	valign:top;
	align:center;
	margin:2px;
}


/* header_nav2 lead Navigation Links */
a.leadNav2:link  {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	valign: top;
	align: center;
	width: 163px;
	padding: 1px 0px 0px 0px;
	color: #FFFFFF;
	text-decoration: none
}

a.leadNav2:visited {
	font-family: Helvetica, sans-serif;
	color: #666666;
	valign: top;
	align: center;
	width: 163px;
	padding: 1px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none
}

a.leadNav2:hover {
	font-size: 12px;
	valign: top;
	align: center;
	width: 163px;
	padding: 1px 0px 0px 0px;
	font-weight: bold;
	color: #DAB002;
	text-decoration: underline
}
a.leadNav2:active {
	font-size: 11px;
	background-color: #FFFFFF;
	font-weight: bold;
	valign: top;
	align: center;
	padding: 1px 0px 0px 0px;
	width: 163px;
	background-color: #000000;
	color: #003300;
	text-decoration: none
}

/* Bold Red */
.boldred {
		font-weight: bold;
		font-size: 11px;
		color: #FF0000;
}

/* Header  */
.header {
	font-family: Rockwell;
	font-weight:bold;
	font-size:36px;
	color:#FF0000;
	padding-top:5px;
	padding-right:5px;
	text-align:center;
}
/* Secondary Header Red */
.header2 {
	font-family: Rockwell;
	font-weight:bold;
	font-size:20px;
	color:#FF0000;S
	padding-top:5px;
	padding-right:5px;
	text-align:center;
}
