/*  Firefox bug fix for: background-position */
*{ 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

html { 
	height: 100%; 
	padding: 0px; 
	margin: 0px; 
}

body {

	min-width:800px;
	padding-bottom: 36px;
}

.hide {
	display: none;
}

div#header {
	position: relative;
}
div#content {
	position: relative;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}
p.center {
	text-align: center;
}
a.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatright {
	display: block;
	float: right;
	margin-left: 16px;
}
a img {
	border: 0;
}

table td
{
	padding:2px;
}

a, a:visited
{
	color:#333333;
}

a:hover
{
	color:#cc9933;
}

input, textarea, select
{
	font-size:12px;
	padding:2px;
	background-color:#F5F5F5;
}

input:hover, textarea:hover, select:hover
{
	background:#CCCCCC;
}

table td
{
	padding:5px;
}

.plaintable td
{
	padding:0px;
	margin:0px;
}

.plaintable input
{
	border:none;
}

.underline
{
	text-decoration:underline;
}

.bold
{
	font-weight:bold;
}
