body {padding:0; margin:0; color:#000000; background-color:#434343}
body, td {font-family:Tahoma; font-size:11px; }
br{font-size:10px}

.header{color:#9D9D9D; font-size:9px; line-height:13px; text-transform:uppercase} 
.header a{color:#9D9D9D; text-decoration:none} 
.header a:hover{text-decoration:underline} 

.content td{color:#818181; font-size:11px; line-height:12px} 
.content b{color:#0C83BF; font-size:12px;} 
.content b a{color:#818181; font-size:11px; text-decoration:underline; font-weight:normal} 
.content b a:hover{text-decoration:none} 
.content a{color:#0C83BF; text-decoration:underline} 
.content a:hover{text-decoration:none} 
.content li{background:url(images/1_z1.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 10px }

.content .block a{color:#414141; font-size:10px; text-decoration:none}
.content .block a:hover{text-decoration:underline} 

.content .block1 b{color:#0C83BF; font-size:11px; font-weight:normal} 

.content .block2 b{color:#0C83BF; font-size:11px;}
.content .block2 strong{color:#0C83BF; font-size:12px;} 

.footer{color:#474747; font-size:11px; line-height:13px} 
.footer a{color:#474747; font-size:11px; text-decoration:underline} 
.footer a:hover{text-decoration:none} 

input,textarea{
   font-family:Tahoma;
   color:#000000; 
   font-size:11px;
} 
 

.ltnavhead {margin:0px; padding-left:7px; padding-top:3px; padding-bottom:3px; font-size:13px; font-weight: bold; }




/************************************************************ Header Bar *************************************************************/

.header {
  background: #ffffff;
}

TR.header {
  background: #ffffff;
}


.headerNavigation {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

TR.headerNavigation {
  	background: #ddd;
}

TD.headerNavigation {
  	background: #ddd;
  	color: #555;
}

A.headerNavigation, A.headerNavigation:visited { 
        color: #555;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
        text-decoration: none;
}

A.headerNavigation:hover { 
        color: #555;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
        text-decoration: underline;
}






TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}






TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}



/*********************************************************** Submenu Tab Bar in Grey/White ****************************************************/

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(/themes/deepBlue/images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}


