body 
{
    font-family: Verdana, Tahoma, Times New Roman;
    font-size: 0.9em;
    margin: 0;
}
.header 
{
    background-color:#B5C7DE;
}
.footer 
{
    background-color:#B5C7DE;
}
h1
{
    font-family: Verdana, Tahoma, Times New Roman;
    font-size: 1.1em;
    font-weight:bold;
    color:#842D5A;
    padding-top: 10px;
}
h2
{
    font-family: Verdana, Tahoma, Times New Roman;
    font-size: 1.0em;
    font-weight:bold;
    color: #0059A6;
}
h2.mar
{
    font-family: Verdana, Tahoma, Times New Roman;
    font-size: 1.0em;
    font-weight:bold;
    font-style:italic;
    color: #842D5A;
    text-align:center;
}
h3
{
    font-family: Verdana, Tahoma, Times New Roman;
    font-size: 1.0em;
    color: #000000;
}
p
{
    font-size: 0.8em;
}
.maroon
{
    color:#842D5A;
    font-weight:bold;
}
.blue
{
    color:#0059A6;
    font-weight:bold;
}
table
{
    font-family: Verdana, Tahoma, Times New Roman;
    color: #000000;
    font-size: 1.0em;
}
th
{
    font-family: Verdana, Tahoma, Times New Roman;
    font-size: 1.0em;
    font-weight:bold;
    text-align:left;
    color: #000000;
}
.thcenter
{
    font-family: Verdana, Tahoma, Times New Roman;
    font-weight:bold;
    font-size: 0.8em;
    text-align:center;
    color: #000000;
}
.tdRCol
{
    background-color:#EBEBEB;
    padding-top:10px;
    padding-left:10px;
}
tr.bggray
{
     background-color: #EBEBEB;
}
tr.bgltblu
{
     background-color: #B5C7DE;
}
tr.bgltylw
{
    background-color: #F6F5C6;
}
td.tdred
{
    color: #A10909;
}
td.tdblue
{
    color: #0059A6;
}
td.em08
{
    font-size:0.8em;
}
td.tdlnav
{
    width: 209px; 
    background-color: #D3DEEC; 
    padding: 10px; 
    font-size:0.8em
}
table.thin
{
    border-collapse: collapse;
    border-style: solid;
    border-width: thin;
    font-size: 0.8em;
}
td.thin
{
    border-collapse: collapse;
    border-style: solid;
    border-width: thin;
    margin: 0;
    padding: 4px;
}
img
{
    border-style:none;
}
a
{
    color:Blue;
}
a.bold
{
    color:Blue;
    font-weight:bold;
}
a.visited
{
    color:Blue;
}
a.awhite
{
    color:White;
}
a.h2
{
    font-family: Verdana, Tahoma, Times New Roman;
    font-size: 1.0em;
    font-weight:bold;
    color: #0059A6;
}
a.nolinkwhite
{
    text-decoration:none;
    font-weight:bold;
    color:White;
}
a.nolinkblack
{
    text-decoration:none;
    font-weight:bold;
    color:Black;
}
ul
{
    font-size: 0.8em;
}
ul.embed
{
    font-size: 1.0em;
}
ul.nolist
{
    font-size: 1.0em;
    list-style-type:none;
}
@media print 
{
 td.tdlnav
{
    display:none;
}
}
/* ----------- NAVIGATION----------- */

ul, li{border:0; padding:0; margin:0; list-style:none;}

#navigation{
	background:url(/Images/nav-bg.gif) repeat-x; 
	height:32px; 
	margin:0 auto;
	width:auto; 
	}
	#navigation ul{
	 height:32px;
	 line-height:32px;	
	}
	#navigation ul li{
		display:inline;
		background:url(/Images/line-a.gif) right no-repeat;
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:#6da949;
		font-weight:bold;
	}
	#navigation ul li a,
	#navigation ul li a:visited {
		display:block;
		text-decoration:none;
		float:left;
		color:#0059A6;
		font-weight:bold;
	}
	#navigation ul li a:hover{
		color:#000000;
	}
/* ----------- SUBLINKS ----------- */
#sublinks{
	width:auto;
	margin:0 auto;
	background:#888888 url(/Images/sublink.gif);
	height:25px;
}	
	#sublinks ul{
	 height:26px;
	 line-height:25px;	
	}
	#sublinks ul li{
		display:inline;
		font-size:11px;
	}
	#sublinks ul li a,
	#sublinks ul li a:visited {
		padding:0 10px;
		display:block;
		text-decoration:none;
		float:left;
		color:#FFFFFF;
	}
	#sublinks ul li a:hover{
		text-decoration:underline;
	}
