@charset "utf-8";
@import "modern.css";

body, div, table, p
{
	padding: 0pt 0pt;
	margin: 0pt 0pt;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#333333;
	background: #FFFFFF 0% top repeat-x url(skybg.jpg);
	clear:both;
	height:100%;
}

h3 {
	color:#666666;
}

/* For the Error page */
#error 
{
	position: relative;
	min-width: 13em;
	max-width: 52em;
	margin: 4em auto;
	border: 1px solid ThreeDShadow;
	-moz-border-radius: 10px;
	padding: 3em;
	-moz-padding-start: 30px;
	-moz-background-origin: content;
	background-color:#FBFBF9;
	color:#333333;
}
#error a 
{
	color:#336699;
	text-decoration:none;
}
.sitename 
{
	color:#666666;
}
