<!--
body {
	font-family: arial, helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px; 
	line-height: 18px;
	background-image: url("images/bkg_page.jpg"); 
	background-position: 0px 105px;
	background-repeat: no-repeat;
	background-color: #DDF5AE; 
	margin: 0px;
	padding: 0px; 
	}

p { 
	font-size: 12px; 
	line-height: 18px;
	margin: 0px 0px 0px 0px; 
	}

h1 { 
	font-size: 14px; 
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px; 
	}

h2 { 
	font-size: 11px; 
	line-height: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;  
	}

h3 { 
	font-size: 10px; 
	line-height: 13px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;  
	}

a { 
	color: #333333; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:link {  
	color: #333333; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:visited { 
	color: #333333; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:active { 
	color: #669933; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:hover {  
	color: #669933; 
	background-color: transparent; 
	text-decoration: underline; 
	}

form {
	margin: 0px;
	}

input {
	margin: 0px;
	}

b { 
	font-weight: bold;
	}

strong { 
	font-weight: bold;
	}

i { 
	font-style: italic;
	}

div.headbck {
	width: 100%;
	height: 105px;
	color: #FFFFFF; 
	background-image: url("images/bkg_hd.jpg"); 
	background-repeat: repeat-x; 
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	}

div.head {
	width: 800px;
	height: 105px;
	color: #FFFFFF; 
	background-image: url("images/bkg_hd2.jpg"); 
	background-repeat: no-repeat; 
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	}

ul { 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 18px; 
	color: #333333; 
	background-color: transparent; 
	margin: 0px 85px 15px 108px;
	}

li { 
	list-style-type: disc; 
	margin: 0px 30px 3px 15px; 
	color: #333333; 
	background-color: transparent; 
	}

	-->