body, li, table, input, select, option, textarea, .menu {

	font-size: 			11px;
	font-family: 		Arial;
	color: 				#39352D;
}

body         {  
 background-color:#3E3E3E;
 margin:0;
}

.colourit {
	background:#DDDBD2;
	border:1px solid #818181;
}

.colourit2 {
	background:#C6C3B7;
	border:1px solid #BBBBBB;
}

A:link { text-decoration: underline; color: #757575;}
A:visited { text-decoration: underline; color: #757575;}
A:active {text-decoration:none; color:#444444;}
A:hover {text-decoration:none; color:#444444;}

p, h1, h2, h3, h4 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1 {
	font-size: 			18px;
	color: 				#7E7868;
}

h2 {
	font-size: 			12px;
	color: 				#7E7868;
}

h3 {
	font-size: 			14px;
	color: 				#71767A;
}

h4 {
	font-size: 			12px;
	color: 				#71767A;
}

h5
{
	font-size: 			11px;
}

h6
{
	font-size: 			10px;
}

input.search, select.search, textarea.search {

	font-size: 			10px;
	font-size-adjust:	.58;
	font-family: 		Tahoma, Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#7C7C7C;
	background-color:	#E9E9E9;

}

 td.pagebg {
  	background-image: url('images/pagebg.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-y; 
    background-position: top left;  }

 td.topwatermark {
  	background-image: url('images/topwatermark.jpg'); 
    background-attachment: scroll;
    background-repeat: no-repeat; 
    background-position: top right;  }


img.arrow  {
 		margin: 0 6px 0 0;
 }
 
.bulletmargin  {
 		margin: 3px 0 8px 15px;
 }
 
 .bullethead {
	font-size: 			11px;
	color: 				#71767A;
	font-weight:		bold;
  	background-image: url('graphics/bulletheadbg.gif'); 
    background-repeat: no-repeat; 
    background-position: top left;
	padding-left:		15px;
	padding-top:		2px;
	padding-bottom:		5px;	
 }