body {
	margin: 0; 
	background: #e6e6e6 url(images/background.gif) top repeat
} 

p, td, div {
	font-size: 10pt; 
	line-height: 13pt; 
	color: #000066; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
} 

th {
	font-size: 9pt;
	color: #333399;
	background: #c3d8e6;
	border-left: #00376f 1px solid;
	border-top: #00376f 1px solid;
	border-bottom: #00376f 1px solid;
}

h1 {
	font-size: 12pt; 
	color: #000066; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	margin-top: 15px
} 

h2 {
	font-size: 11pt; 
	color: #026e66; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none
} 

h3 {
	font-size: 10pt; 
	color: #026e66; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	margin:18px 0 0 0;
} 

h4 {
	font-size: 10pt; 
	color: #000066; 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: italic;
	text-decoration: none;
	margin:3px 0 3px 0;
} 

h5 {
	font-size: 10pt; 
	color: #000066; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-decoration: none;
	margin:3px 0 3px 0;
} 

.form td{
	line-height: 10pt; 
} 

hr {
	color: #cecece; 
	height: 1px; 
} 

a:hover {
	color: #999; 
	text-decoration: underline
} 

.topnav {
	font-size: 8pt; 
	line-height: 9pt; 
	color: #666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: right; 
}

.topnav a {
	color: #666; 
	text-decoration: none; 
}

.topnav a:hover {
	color: #999; 
	text-decoration: underline; 
}

.homelink {
	font-size: 8pt; 
	line-height: 8pt; 
	color: #666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

.nav {
	border-top: #008e61 1px solid; 
	background-color: #00376f
}

.nav a {
	text-align: center; 
	font-size: 9pt; 
	line-height: 11pt; 
	color: #fff; 
	text-decoration: none;
	padding: 0 16px 0 17px; 
}

.nav a:hover {
	color: #acacac; 
	text-decoration: underline
}

.content {
	padding: 0 12px 0 10px; 
}

.sidenav-left {
	padding: 0 2px 0 2px; 
	background: #00376f url(images/corner_up_left.gif) top left no-repeat
}

.sidenav-right {
	padding: 0 2px 0 2px; 
	background: #00376f url(images/corner_up_right.gif) top right no-repeat
}

.sidenav-right a {
	font-size: 9pt; 
	line-height: 11pt; 
	color: #fff; 
	text-decoration: none
}

.sidenav-right a:hover {
	color: #999; 
	text-decoration: underline
}

.info {
	margin: 0; 
	font-size: 8pt; 
	text-align: center
}

.copyright {
	margin: 0; 
	font-size: 8pt; 
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none
}

.padbox {
	padding: 5px 9px 5px 9px; 
}

.titleblue {
	padding: 4px 3px 2px 7px; 
	color: #fff; 
	background: #00376f url(images/title_bg_blue.gif) top repeat-x
}

.titlegreen {
	padding: 4px 3px 2px 7px; 
	color: #fff; 
	background: #026867 url(images/title_bg_green.gif) top repeat-x
}

.bordblue {
	padding: 0 8px 2px 10px; 
	border: #00376f 1px solid; 
	background: #fff
}

.bordgreen {
	padding: 0 8px 2px 10px; 
	border: #026e66 1px solid; 
	background: #fff
}

.bordhome {
	padding: 0; 
	border: #00376f 1px solid; 
	background: #fff
}

.shadow {
	background: url(images/shadow.gif) left top no-repeat
}

.bordright {
	border-right: #00376f 1px solid;
	background: #fff
}

small {font-size:90%;}

ul{
	margin-top: 6px;
	padding-left: 20px;
}

li{
	padding-bottom: 2px;
	list-style-position: outside;
	list-style:none;
	list-style-image: url(images/bullet.gif)
}

.arrow li{
	line-height: 13pt; 
	list-style-position: outside;
	list-style-image: url(images/arrow.gif)
}

#description{
	margin: 0;
	padding: 0 8px 0 8px;
	text-align: center; 
	border: #999 1px solid; 
}

.nobullet ul{
	padding: 0; 
	marginp: 0; 
	list-style: none; 
}

.nobullet li{
	margin-left: -20px; 
	list-style: none; 
}

#myscroller {
position:relative; // mandatory
width:200px; height:150px; // set as required
background-color:#ffffcc; // set as required
overflow:hidden; // mandatory
border:solid 1px; margin:5px; // optional
} 