body
	{
	margin: 0px;
	margin-top: 20px;
	background-color: #fff;
	}
body, p, td, div
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #555;
	}
a
	{
	color: #049;
	}
h2
	{
	font-size: 12pt;
	font-weight: bold;
	}
.navlinks a
	{
	color: #000;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
	}
#navlinks a:hover
	{
	color: #f22;
	}
#content
	{
	background: #fff;
	padding: 20px;
	}
.error
	{
	font-size: 8pt;
	color: #c00;
	margin: 0px;
	}
#footer
	{
	text-align: center;
	padding-top: 5px;
	}
#footer, #footer a
	{
	color: #bbb;
	font-size: 8pt;
	font-weight: normal;
	}
input[type=text], input[type=password]
	{
	border: 1px solid #777;
	background: #fff;
	padding: 1px 2px;
	font-size: 8pt;
	}
input[type=text]:focus, input[type=password]:focus
	{
	background: #eee;
	}

.pointer
	{
	cursor: pointer;
	}

.box
	{
	border: 5px solid #eee;
	background: #fff;
	padding: 10px;
	font-size: 10pt;
	color: #555;
	margin-bottom: 10px;
	}
.box td
	{
	font-size: 8pt;
	color: #777;
	}

