body  
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

p {}

/* ======================================================================================= */
/* HEADER 
/* ======================================================================================= */
a
 { color: black; text-decoration: underline }
a:hover 
  { color: red; text-decoration: underline }

a.white 
{
	color: white;
	font-size: 10px;
	text-decoration: none;
}
a.white:hover 
 { color: red; font-size: 10px; text-decoration: underline }

td.white
{
	color:white;
	font-size: 10px;
	padding-top: 5px; 
	padding-bottom: 7px; 
}

a.whitebold    
{ 
	color: white; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
}
a.whitebold:hover    
{ 
	color: red; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: underline;
}

a.nav_whitebold    
{ 
	color: white; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none; 
	padding-left: 10px; 
	padding-top:25px;	
}
a.nav_whitebold:hover    
{ 
	color: white; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: underline;
	padding-left: 10px; 
	padding-top:5px;	
}

td.whitebold    
{ 
	color: white; 
	font-size: 14px; 
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 5px 
}

a.HeaderLinks
  { color: white; font-size: 14px; text-decoration: none }

a.HeaderLinks:hover
  { color: white; font-size: 14px; text-decoration: underline }

td.HeaderLinks
  { color: white; font-size: 14px; font-weight: bold; padding-top: 8px; padding-bottom: 5px }

ul
{
	list-style-position:outside
}

td.contentheader
 { color: #000000; font-size: 28px; padding-top: 10px; padding-bottom: 10px; padding-left: 12px }
td.content { color: #000000; font-size: 14px; padding-right: 12px; padding-left: 12px }
td.Normal { color: white; font-size: 10px; padding-top: 5px; padding-bottom: 5px }
.HeaderNormal    { color: white; font-size: 12px; padding-top: 5px; padding-bottom: 5px }
td.FooterNormal   { color: black; font-size: 10px;}
hr {border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}
hr.nav 
{ 
	text-align: left; 
	margin: 10px auto 10px 0; 
	width: 100%; 
	height: 1px; 
	border-top: 0 none; 
	border-right: 0 none; 
	border-bottom: 1px solid white; 
	border-left: 0 none 
}
input, textarea   { color: black; border: solid 1px #000 }	

button   { color: #fff; font-weight: bold; background: #cf1200; margin: 0; padding: 1px; border: solid 1px #006 }

