BODY, TABLE, TD, #co, h1, h2 	{
	font-family: arial, verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

BODY	  {
	overflow: -moz-scrollbars-vertical;
	background-color: #ffffff; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

HTML, BODY	{
	height: 100%;
}
  
P, UL, LI	{
	margin-top: 0px;
	margin-bottom: 0px;	
}



H1	{
	font-size: 16px;
	color: #000000;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

H2	{
	font-size: 14px;
	color: #000000;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

a	{
	color: #000000;
}

a:link, a:visited, a:active, #co:link, #co:active, #co:visited {
	text-decoration: underline;
}
			
a:hover, #co:hover  {
	text-decoration: none;
}

FORM {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

INPUT, TEXTAREA, SELECT, #check  {
	border: inset 1px #b7b7b7;
	background-color: #ffffff;
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
} 

TEXTAREA {
	width: 320px;
	height: 130px;
}

INPUT {
	width: 180px;
	height: 19px;
}


