<?php header("Content-Type: text/css"); ?>
.normalBlack {  
	font-family: Verdana; 
	font-size: 10pt; 
	color: Black
}
.boldBlack {  
	font-family: Verdana; 
	font-size: 10pt; 
	color: Black; 
	font-weight: bold
}

.boldRed {  
	font-family: Verdana; 
	font-size: 8pt; 
	color: Red; 
	font-weight: bold
}

.normalsmallBlack {  
	font-family: Verdana; 
	font-size: 8pt; 
	color: Black
}
.boldsmallBlack {  
	font-family: Verdana; 
	font-size: 8pt; 
	color: Black; 
	font-weight: bold
}



.normalsmallRed {  
	font-family: Verdana; 
	font-size: 8pt; 
	color: Red
}
.boldsmallRed {  
	font-family: Verdana; 
	font-size: 8pt; 
	color: Red;
	font-weight: Bold
}


a { color: #3A4444; font-weight: bold; text-decoration: underline; }
a:hover { color: #C00; }

a.simpleLink{
	font-family: Verdana; 
	color: black;
	font-weight: bold;
}
a.simpleLink:hover{
	font-family: Verdana; 
	color: #bd3b2e;
	font-weight: bold;
	TEXT-DECORATION: underline
}
html, body {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C4B79E;
	height: 100%;
}
.paddingBottom { padding-bottom: 24px; }
#tabMenu { position: absolute; width: 180px; top: 16px; left: 5px; color: #000; border: 1px solid #000; background-color: #FFF; opacity: .95; }
#tabMenu div { margin: 1px; padding: 6px 0; background-color: #C4B79E; font-size: 8pt; }
#tabMenu div a { font-weight: normal; }
#tabMenu a { display: block; color: #000; border-top: 1px solid #C4B79E; border-bottom: 1px solid #C4B79E; padding: 2px 4px; }
#tabMenu a:hover { color: #BA2814; border-top: 1px solid #000; border-bottom: 1px solid #000; background-color: #FFF; }
#pageTemplateBody { background: url(/images/template_body_bg.gif); }
#footer { text-align: center; background:url(/images/i_bottonBG.gif); height:36px; font-weight:bold; font-size: 9pt }
#footer a { font-size: 8pt; }
img { border: 0; padding: 0; margin: 0; }
table { margin-top: 0; margin-bottom: 0; }