body,html
{
  width:100%;
	height:100%;
	margin : 0px;
	padding : 0px;
	background-color:#e5e5cd;
}

h1
{
  font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#444444;
	margin-top:0px;
	margin-bottom:15px;

}

h2
{
  font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#444444;
}

h3
{
  font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#444444;
}

h4
{
  font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#444444;
}

p ,td
{
  font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#444444;
}
td
{
  vertical-align:top;
}

input, button
{
  font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#444444; 
	border : 1px solid #666666;
	background-color: #eeeeee;
	margin:1px;
}

fieldset
{
  border:1px solid #444444;
	padding:10px;
	
}
legend
{
  color: #444444;
}

ul
{
  list-style-image:url("../img/li.gif");
	margin:10px;
	margin-left:16px;
	padding:0px;
	
}
li
{
	font-style:italic;	
}

thead td
{
  font-weight : bold;
	font-style: italic;
}
a:link,
a:hover,
a:visited,
a:active
{
  color:#367899;
	font-weight:bold;
}


