body, td{
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; 
	font-size: 13px;
	color: #333;/*default colour for text*/
	padding:0;
	margin:0;
	}
	
a {text-decoration:underline;color:#1c8095;}
a:hover {color:#f76c97;}
a:active {color:silver;}
a.sel {font-weight:bold;color:#f76c97;}
img{border:0;}
h1, h2, h3, h4, h5 {margin:0.3em 12px 0.3em 12px;position:relative;color:#1c8095; }
h1 {font-size:1.4em;}
h2 {font-size:1.25em;}
h3 {font-size:1.2em;}
h4 {font-size:1.15em;}
h5 {font-size:1.1em;}
p {
	margin:0.5em 12px 0.5em 12px;
	padding:0;
	vertical-align:top;
	position:relative;
	color: #333;
	clear:both;
	max-width:45em;
	_width:45em;/*IE hack as IE no-ken max-width*/
	}
	
	
body {
	background:white url(/images/backgrounds/bg_frame_home.jpg)  center 10px repeat-x;
	padding:1em 0.5em;
}
	
label {
	/*default label style*/
	
	color:black;
	width:10em;
	text-align:right;
	float:left;
	clear:left;
	margin-right:0.5em;
	vertical-align:baseline;
	display:inline; /*IE floated margin fix*/
}	
form {
	padding:0;
	margin:0;
}		
form p.full label {
	/*cancel it for full with labels*/
	float:none;
	width:auto;
}
p span.blk {
	text-align:left;
	margin-left:10.5em;
	display:block;
	padding:0;
	vertical-align:top;
}
code {
	color:darkgreen;
}

.required {color:Sienna;}
.required input {background:#bcd9e3;}
input, textarea {
	/*textarea needs a repeat of font info*/
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 11px;	
	width:24em;
	border:1px dimgray solid;
	padding:1px 2px;
	}
 .checkbox {width:auto;}

button {
	border-top:1px Ghostwhite solid;
	border-left:1px Ghostwhite solid;
	border-bottom:1px Lightslategray solid;
	border-right:1px Lightslategray solid;
}
