﻿* {
	margin: 0;
	padding: 0;
}
/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .floatfix {
	height: 1%;
}
/* End hide from IE-mac */
body {
	font-family : Verdana;
	font-size : 10pt;
	color : #666666;
	text-decoration : none;
	background-color : #d6d6d6;
}
A:link {
	color : #666666;
	text-decoration : none;
}
A:visited {
	color : #666666;
	text-decoration : none;
}
A:active {
	color : #0000ff;
	font-weight : bold;
}
A:hover {
	color : #0000ff;
	font-weight : bold;
}
td {
	color : #666666;
}
hr {
	color : #666666;
}
table {
	border : 0 solid #cccccc;
}
td {
	color : #666666;
	font-size : 10pt;
	border : 0;
	padding : 2pt;
}
hr {
	color : #666666;
	background-color : #666666;
}
#frame {
	width : 750px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 0;
	padding : 0;
	text-align : left;
}

