﻿* {
	margin: 0;
	padding: 0;
}
body {
	font-family : Verdana;
	font-size : 10pt;
	color : #666666;
	text-decoration : none;
	background-color : #d6d6d6;
}
ul
{
list-style-position:outside; padding-left:20px
}
A:link {
	color : #666633;
	text-decoration : none;
}
A:visited {
	color : #666633;
	text-decoration : none;
}
A:active {
	color : #0000ff;
	text-decoration : none;
}
A:hover {
	color : #0000ff;
	text-decoration : none;
}
td {
	color : #666666;
}
table {
	border : 0 solid #d6d6d6;
}
td {
	color : #666666;
	font-size : 10pt;
	border : 0;
	padding : 2pt;
}
hr {
	color: #666666;
	background-color: #666666;
	height: 3px;
}
#frame {
	width : 750px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 0;
	padding : 0;
	text-align : left;
}
#contenttop {
	top : 5px;
	padding : 0;
	text-align : center;
}
#contentcenter {
	padding : 0px;
	text-align : left;
}



