/* CSS Document */
/* Old layout */
/* @import url("orig/dss_text.css"); */

@import url("orig/dss_layout_best.css");
@import url("orig/dss_forms_best.css");
@import url("dss_layout.css");
@import url("dss_text.css");
@import url("jsTab3.css");

a:link {
	color: #db5c1e;
	text-decoration: none;
}

a:visited {
	color: #db5c1e;
	text-decoration: none;
}

a:hover {
	color: #e77d4b;
	text-decoration: underline;
}

a:active {
	color: #e77d4b;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
}

body,td,th {
	color: #000000;
	font: 11px/15px Arial, Helvetica, sans-serif;
}

h1 {
	color: #db5c1e;
	border-bottom: 1px dotted #db5c1e;
	padding-bottom: 4px;
	/* [disabled]margin-bottom: 4px; */
}

h2 {
	color: #000000;
}

html {
	height: 100%;
}