/* CSS Document */

body {
	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #015B12;
	
	letter-spacing: 0.75;
	/* Ie 5.5+ only */
	scrollbar-face-color : #eee;
	scrollbar-arrow-color : #999999;
	scrollbar-darkshadow-color : #ECEAE7;
	scrollbar-track-color : #eee; 
	scrollbar-highlight-color : white;
	scrollbar-3dlight-color : white;
	scrollbar-shadow-color : #cccccc;
}

a:link {
	font-style: normal;
	font-weight: bold;
	color: A19648;
	text-decoration: underline;
}

a:visited {
	font-style: normal;
	font-weight: bold;
	color: A19648;
	text-decoration: underline;
}

a:hover {
	font-style: normal;
	font-weight: bold;
	color: A19648;
	text-decoration: underline;
}

h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
}

h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
}

h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

em {
	font-style: normal;
	font-weight: bold;
}

em.head {
	font-style: normal;
	font-weight: bold;
	color: #003300;
}

em.subhead {
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	
	list-style-type: none;
}

ol {
	margin-top: 0px;
	margin-bottom: 20px;

	padding-right: 75px;
}

li {
	margin-left: -20px;
	}

td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #015B12;
	
	letter-spacing: 0.75;
}

td.data {
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #015B12;
	
	letter-spacing: 0.75;
}

th {
	background-color: #015B12;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #ffffff;
	text-align: left;
	
	letter-spacing: 0.75;
}



