body, td{
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
	font-family: Georgia "Trebuchet Ms", Times, Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333;/*default colour for text*/
	padding:0;
	margin:0;
	}
	
a {text-decoration:underline;color:#db1a83;}
a:hover {color:#db1a83;}
a:active {color:silver;}
a.sel {font-weight:bold;color:#f76c97;}
img{border:0;}
h1, h2, h3, h4, h5 {
	position:relative;
	color:#fff;
	background: #000;
	margin:0.4em 12px 0.5em 12px;
	padding: 2px 10px;
	font-style: italic;
	font-weight: normal;
	}
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;
	font-style: italic;
	color: #333;
	clear:both;
	max-width:45em;
	_width:45em;/*IE hack as IE no-ken max-width*/
	}
body {
	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:#ECECEC;}
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;
	font-style: normal;
	}
 .checkbox {width:auto;}

button, 
button.button {
	background: #000;
	color: white;
	font-family: verdana, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	padding: 0px 0.4em;
	cursor:pointer;
	font-style: normal;
	text-transform: uppercase;
	cursor:pointer;
	border: 2px #000 solid;
}
button:hover {
	color: #fff !important;
	background: #757171;
	border-color: #757171;
	cursor:pointer;
	}