html
{
height:100%;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	font-family:arial;
	font-size:75%;
	color:#454545;
}

td
{
font-size:1em;
}



#footer
{
font-size:11px;
line-height:14px;
color:#ffffff;
}

#footer a, #footer a:link
{
color:#dcf07d;
}

a
{
text-decoration:none;
color:#990000;
}

a:link
{
text-decoration:none;
color:#990000;
}

a:hover
{
color:#000000;
text-decoration:underline;
}

a:focus
{
-moz-outline-style: none;
}



.highlight tr td {
padding: 3px 0px;
color:#ffffff;
}

p
{
line-height: 18px;
margin-top:0px;
}

.dotted
{
height:3px;
margin:0px;
background:url(../images/dotted.gif) repeat-x center center;

}



/* form elements */





form input {

	margin:5px 0px 10px 10px;
width:340px;
padding:4px;
border:1px solid #cccccc;
}


textarea {
	margin:5px 0px 10px 10px;
width:400px;
padding:4px;
height:200px;
border:1px solid #cccccc;
}


input .shorter {

	margin:5px 0px 10px 10px;
width:100px;
padding:4px;
border:1px solid #cccccc;
}



form select
{
margin:5px 0px 10px 10px;
width:350px;
padding:3px;
border:1px solid #cccccc;
 
}



form input.submitbutton {
	background-color: #666666;
	color: #FFF;
	background-image: none;
	font-weight: 900;
	width:150px;
	
	margin: 0 0 0 200px;
}




/* additional classes */
.clear {
	clear: both;
}

.hide {
	display: none;
}



form label {
	text-align: left;
	margin: 0px 0 0px 0px;
	clear: both;
	display: block;
	color: #333333;
}



label.checkbox,label.textarea {
	border: none;
}






.checkbox{
	margin: 10px 0 8px 4px;
	width:25px; 
	margin-left:18px; 
	border:none;
	padding:0px 0px;
}


.checkbox2{
	margin: 10px 0 8px 4px;
	width:25px; 
	margin-left:18px;
	float:right; 
	border:none;
	padding:0px 0px;
}

.radiobutton{
	margin: 2px 0 0 0px;
	width:25px; 
	margin-left:5px; 
	border:none;
}



