HTML	{
	line-height: 1.12;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	white-space: normal;
}

h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: arial, helvetica, sans-serif;
}

h2 {
	color: #999999;
	font-size: 20px;
	font-family: arial, helvetica, sans-serif;
	 border-bottom-width: 3px;
      	 border-bottom-style: dotted;
      	 border-color: #999999; 
      	 margin: 0px 2%;
}

body {
	color: #000000;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

.bodytext {
	color: #333333;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
}

a { text-decoration: none; color: #660099; font-weight: bold;}
a:visited {text-decoration: none;  color: #660099;font-weight: bold;}
a:hover {text-decoration: none;  color: #ff0000; font-weight: bold;}

a.menua { text-decoration: none; color: #660099; font-weight: bold;}
a.menua:visited {text-decoration: none;  color: #660099;	font-weight: bold;}
a.menua:hover {text-decoration: none;  color: #FFFFFF;font-weight: bold;}

a.white { text-decoration: none; color: #FFFFFF;font-weight: bold; }
a.white:visited {text-decoration: none;  color: #FFFFFF;font-weight: bold;}
a.white:hover {text-decoration: none;  color: #FFFFFF;font-weight: bold;}

.menu {
	color: #000000;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	border-bottom: 1px #000000 solid;
}

.propertymenu {
	color: #000000;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.error {
	color: #CC3300;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold
}

.footer {
	color: #FFFFFF;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.caption {
	color: #999999;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.rule {
	border-top-width: 1px;
      	 border-top-style: dashed;
      	 border-color: #FF0000; 
      	 margin: 0px 2%;
}

.tableheader {
	background-color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF;
}

.tableheader2 {
	background-color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF;
}

.formbox
{
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss;
	background-color: #ffffff;
	padding: 1px 4px;
	border: solid 1px #006600;
}

.formbutton
{
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	background-color: #000000;
	padding: 1px 4px;
	border: solid 1px #cec2ad;
	color: #FFFFFF;
}

.button
{
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	background-color: #000000;
	padding: 1px 4px;
	border: solid 1px #cec2ad;
	color: #FFFFFF;
}

.tabletext {
        background-color: #BDD1DC;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: black;
}

.tabletextblue {
        background-color: #BDD1DC;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: black;
 	background-color: #FFCC00;
}

.box {
	border: solid 1px #000000;
}

form {
	/* removes space below form elements */
	margin: 0px;
 	padding: 0px;
}
