body
{
   font-family:hebar,verdana,arial,sans-serif;
   font-size:12px;
   background:white;
}

table
{
	font-size:12px;
}

p
{
	font-size:12px;
	padding:8px;
}

.heading
{
   background:#FF8700;	 
   font-weight:bold;
   color:white;
   padding:5px;
}

.subheading
{
   background:yellow;	 
   font-weight:bold;
   color:black;
   padding:5px;
}

.hr
{
   height:1px;   
   border:none;
}

h4
{
   padding-top:-12px;
   padding-bottom:-12px;
   padding-left:20px;
}

div
{
   padding:5px;	 
}

a
{
	text-decoration: none;
	color:#5500cc;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

A:HOVER {
	text-decoration: underline;
}

textarea
{
   border:1px solid #5500cc;	
}

input.radio
{
	width:20px;
	height:20px;	
	border:none;
}

hr
{
   color:#0000bb;
   background:#6600bb;
   border:1px solid #0000bb;
}

th.heading
{
	font-family:hebar,verdana,hebar,sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:orange;
	background:#5500cc;	
	height:20px;
	text-align:left;
}


h1
{
	color:#ff7700;
	font-style:italic;
}

.maincolor
{
	background:#FFEEDD;
}