html
{
	font-family: Verdana, Helvetica, sans-serif;	
}
body 
{
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background-image: url('images/gradient_bg.jpg');
	background-repeat: repeat-x;
}
	
.contentCenter 
{
	width:1000px;
	margin:0px auto;
	padding:5px;
}

table.brd1 
{
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid; 
	border-color: windowtext;
}
th.brd1 
{
	border-collapse: collapse;
	border-width: 1px;
   	border-style: solid; 
	border-color: windowtext;

   	background-color: #9F9F9F; 
   	padding: 0.1cm 0.2cm 0.1cm 0.2cm;
}
td.brd1 
{
	border-collapse: collapse;
	border-width: 1px;
   	border-style: solid; 
   	border-color: windowtext;

   	padding: 0.1cm 0.2cm 0.1cm 0.2cm;
   	white-space: nowrap;
}  
table.center 
{
	margin-left:auto; 
	margin-right:auto;
}

table.no_border 
{
	border-collapse: collapse;
}
td.no_border 
{
	border-collapse: collapse;
   	padding: 0.1cm 0.2cm 0.1cm 0.2cm;
   	white-space: nowrap;
}  

.fnt24 {font-size : 24pt;}
.fnt20 {font-size : 20pt;}
.fnt18 {font-size : 18px;}
.fnt14 {font-size : 14pt;}
.fnt12 {font-size : 12pt;}
.fnt11 {font-size : 11pt;}
.fnt10 {font-size : 11pt;}
.fnt8 {font-size : 8pt;}

.fntU{text-decoration: underline;}
.fntB{font-weight : bold;}
.fntI{font-style: italic;}

.fntOutline {text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; FILTER: Shadow(Color=#000000, Direction=135);}
      
.clrWhite {color : white;}
.clrRed {color : red;}
.clrGray { color: gray;}
.clrDarkBlue {color : #003366;}

.bgColorBeige { background-color: #F5F5DC;}
.bgColorDarkGray { background-color: #A9A9A9;}

.h40 {min-height: 40px;}
.h30 {min-height: 30px;}

.aSuper {vertical-align: super;}
.aT {vertical-align : top;}
.aM {vertical-align : middle;}
.aB {vertical-align : bottom;}

.aL {text-align : left;}
.aC {text-align : center;}
.aR {text-align : right;}

.brdT {border-top : 0.5pt solid windowtext;}
.brdL {border-left : 0.5pt solid windowtext;}
.brdB {border-bottom : 0.5pt solid windowtext;}
.brdR {border-right : 0.5pt solid windowtext;} 
.brdNone {border-style: none;}

.mrgT {margin-top : 2px;}
.mrgL {margin-left : 2px;}
.mrgB {margin-bottom : 2px;}
.mrgR {margin-right : 2px;}

.padT {padding-top : 2px;}
.padL {padding-left : 2px;}
.padB {padding-bottom : 2px;}
.padR {padding-right : 2px;}

.bgActive
{
	background: url('images/menu/blockactivesmall.gif'); 
/*	background: #980E10; */
}

.bgDefault
{
	background: url('images/menu/blockdefaultsmall.gif'); 
/*	background: #000000; */
}

a.plainLink
{
	text-decoration: none;
}

.pageTitle
{
	text-align : center;
	font-size : 20pt; 
	color : #003366;
}

.boxMenuActiveSmallCapLeft
{
	background: url('images/menu/blockactivesmallcapleft.gif');
	height: 20px;
}
.boxMenuActiveSmallCapRight
{
	background: url('images/menu/blockactivesmallcapright.gif');
	height: 20px;
}
.boxMenuActiveSmall
{
	background: url('images/menu/blockactivesmall.gif');
	height: 20px;
}
.boxMenuDefaultSmall
{
	background: url('images/menu/blockdefaultsmall.gif');
	height: 20px;
}
.boxHeader
{
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	color: white;
	background: black url(images/menu/blockdefault.gif) center center repeat-x;
}

/* -- MENU CODE -- */
.menuBlock
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(images/menu/blockdefault.gif) center center repeat-x;
}

.menuBlock li
{
	display: inline;
}

.menuBlock li a
{
	float: left;
	color: white;
	padding: 9px 6px;
	text-decoration: none;
	border-right: 1px solid white;
}

.menuBlock li a:visited
{
	color: white;
}

.menuBlock li a:hover, .menuBlock li .current
{
	background: transparent url(images/menu/blockactive.gif) center center repeat-x;
}

.menuBlock .not_active
{
	color: gray;
	background: transparent url(images/menu/blockdefault.gif) center center repeat-x;
}
/* -- END MENU CODE -- */