body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div, p, td, tr, li, ul {
	font-family : Arial, Verdana, sans-serif;
	font-size : 14px;
	line-height:18px;
	color : #666666;
	font-style : normal;
}

h1 {
	font-family : Arial, Verdana, sans-serif;
	font-size : 17px;
	font-weight : bold;
	color : #000000;
}

h2 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-size : 14px;
	color : #000000;
	margin-top:0px;
}

h3 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 15px;
	color : #000000;
}

a:hover { 
	color: #000000;
}

.small {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
}

.odd { background-color: #D5D9FE; }

.even { background-color: #EEEEEE; }

hr {
	height:1px;
	color:#CCCCCC;
}

/*------------BACKGROUNDS----------------*/

.wall {
	background-image : url("/images/wall_bottom.gif");
	background-repeat : repeat-x;
	background-position: bottom center;
}

.wallcontent {
	background-image : url("/images/wall_content.gif");
	background-repeat : repeat-y;
	background-position: center;
}

.wallinner {
	background-image : url("/images/wall_inner.gif");
	background-repeat : no-repeat;
}

.bg_heading {
	background-image : url("/images/heading_under.jpg");
	background-repeat : no-repeat;
}

/*------------FORMS----------------*/

.formmargin {
	margin-top : 0px;
	margin-bottom : 0px;
}

.forminput {
	font-family : Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #999999; 
	background: #EFEFEF;
	color: #000000;
	margin: 0;
	padding-left: 3px;
}

#required {
	border-left: 4px solid #999999;	
}
	
	
