html, body
{
	background-color: #ECE5D5;
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}
p, td, li, input, textarea, select
{
	font-family: verdana, arial;
	color: #535050;
	font-size: 11px;
}
hr
{
    padding-top: 10px;
}
h1
{
	font-weight: normal;
	font-size: 11pt;
	font-family: Verdana;
	margin-bottom: 5px;
}
h2
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana;
	margin-bottom: 0;
}
a:link, a:visited, a:active, a:hover
{
	font-family: verdana, arial;
	font-size: 11px;
	color: #535050;
	text-decoration: underline;
}
a img
{
	border: none;
}
.homeContent
{
    background-image: url(/images/content.background.gif);
    background-color: White;
    padding: 8px 10px 20px 32px;
}
.supportContent
{
    background-image: url(/images/sup.world.gif);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: White;
    padding: 8px 15px 20px 32px;
}
.fullHeight
{
	height: 100%;
}
.backColor
{
	background-color: #ECE5D5;
}
.accentColor
{
	background-color: #E3DDCB;
}
.footerColor
{
	background-color: #CCCCCC;
}
.copyRight
{
    font-size: 9px;
    color: #959081;
    padding-top: 3px;
    padding-right: 25px;
    padding-bottom: 10px;
}
