body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #7B95D6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000066;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #003399;
}
a:active {
	color: #003399;
}
h1 {
	font-size: 18px;
	color: #003366;
	font-weight: bold;
	background-color:#ededed;
	padding:3px;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
	
.bluebold {
	color: #003366;
	font-weight: bold;
}	
.smalltext {
    font-size:10px;
	color:#222222;
	}
	
.borderleft {
    background-image:url(images/borderleft.jpg);
	background-repeat:repeat-y;
	}
.borderright {
    background-image:url(images/borderright.jpg);
	background-repeat:repeat-y;
	}	
.homebar {
    background-image:url(images/horzBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	}	
    		
.leftcol {
    background-image:url(images/leftBG.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	background-color:#FFFFFF;
	}	
	
/* Top Links */
#toplinks {
	color: #a2ceed;
	font-size:10px;
	text-align:right;
	padding:5px;
	}
#toplinks a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #a2ceed;
	text-decoration: none;
	padding:5px;
}
#toplinks a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #a2ceed;
	text-decoration: none;
	padding:5px;
}
#toplinks a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #EEEEEE;
	text-decoration: none;
	padding:5px;
}
#toplinks a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #a2ceed;
	text-decoration: none;
	padding:5px;
}	
	
/* Left Nav */

#leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 11px;
}

#leftnav li {
    list-style-type: none; 
	margin: 0 55 0 0px;
	}

#leftnav li a {
	display: block;
	color: #a2ceed;
	text-decoration: none;
	margin-top:0px;
	margin-right:55px;
	margin-left:0px;
	margin-bottom:1px;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	width: 130px;
}
html>body #leftnav li a {
	width: auto;
}
#leftnav li a:hover {
	display: block;
	color: #11225c;
	text-decoration: none;
	background-image: url(images/overBG.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	margin-top:0px;
	margin-right:55px;
	margin-left:0px;
	margin-bottom:1px;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
}

.footer {
    font-size:10px;
	color:#333333;
	}

.credit {
    font-size:10px;
	color:#ededed;
	padding-left:3px;
    background-image:url(images/leftBG.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	background-color:#FFFFFF;
	}	
.credit a:link {
	color: #a2ceed;
	text-decoration:none;
}
.credit a:visited {
	color: #a2ceed;
}
.credit a:hover {
	color: #ffffff;
}
.credit a:active {
	color: #a2ceed;
}	

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
  background-color: #f7f7f7;
  border: 1px solid #7DB86F;
}
.button {
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #7DB86F;
  padding: 3;
  cursor: pointer;
}	

.list li{
    list-style: none;
	list-style-image:url(images/bullet.jpg);
	list-style-position:inside;
	padding-bottom:12px;
	padding-left:5px;
	}	
	
.chartcell {
    border-right:1px solid #4d7094;
	border-bottom:1px dashed #CCCCCC;
	font-size:11px;
	}
.chartcell a{
	font-size:11px;
	text-decoration:none;
	}
.chartcell2 {
    border-right:1px solid #4d7094;
	border-bottom:1px dashed #CCCCCC;
	font-size:11px;
	background-color:#ededed;
	}
.headercell {
	font-size:14px;
	color: #003366;
	font-weight: bold;
	}
.subheadercell {	
    border-right:1px solid #4d7094;
	border-bottom:1px dashed #CCCCCC;
	font-weight:bold;
	background-color:#6699CC;
	}
	
.cellunderline {
    padding:3px;
    border-bottom:1px dotted #CCCCCC;
	}

.list li {
    list-style: none;
	list-style-image:url(images/bullet.gif);
	list-style-position:inside;
	padding-bottom:8px;
	padding-left:3px;
	}
.list li a{
    text-decoration:none;
	}	