/* CSS Document */
body{
	background-color:#FFFFFF;
	margin:0px;
  	padding:0px;
	text-align:center;
}

div{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height:14px;
}

td {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height:14px;
}

a:link {
	color: #1776AE;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #1776AE;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #1776AE;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #9A8B34;
}
h2 {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #9A8B34;
}

li { background:url(images/pointer2.gif) center left no-repeat;padding:0 0 10 5px; font-size:12px; font-family:Tahoma; list-style-position:outside;
	list-style: disc;
}
