div#preload {
	display: none;
}
td { vertical-align: top; }

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}

@media screen {

	
	body {
		behavior: url(/_css/csshover2.htc);
	}
	
	a img { border: none; }
	
	a, a:link, a:visited {
		text-decoration: none;
		font-weight: bold;
		color: #C45A29;
	}
	
	a:focus, a:hover, a:active {
		text-decoration: underline;
	}
	
	.left {
		float: left;
		clear: left;
		margin: 0 20px 20px 0;
	}
	
	.right {
		float: right;
		clear: right;
		margin: 0 0 20px 20px;
	}
	
	.print {
		display: none;
	}
	
	.capitalize {
		text-transform: capitalize;
	}
	
	.upper {
		text-transform: uppercase;
	}
	
	.center {
		text-align: center;
	}

	fieldset {
		border: 1px solid #CCC;
		margin-top: 10px;
		padding: 10px;
	}
	
	legend {
		font-size: 12px;
		font-weight: bold;
		color: #555;
	}
	
	label {
		text-transform: capitalize;
	}
	
	input[disabled],
	textarea[disabled],
	select[disabled] {
		background: #EEE;
		color: #000;
	}
	
	.warning {
		font-weight: bold;
		color: red;
	}

}

@media print {

	a:focus, a:hover, a:active {
		text-decoration: none;
	}
	
	.screen {
		display: none;
	}
	
	a[href]:after {
		content: " (link:" attr(href) ") ";
		text-transform: none;
	}

}