/* The master stylesheet imports supporting stylesheets into the document =====*/
@import url("structure.css");
@import url("nav.css");
@import url("forms.css");
@import url("text.css");
@import url("datatables.css");
@import url("glossarytool.css");

/* Default Style Sets =====*/
body {
	background: #FFF url(../../img/red/bg.gif);
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 0 0 1.8em 0;
}

a:link {
	color: #69C;
	text-decoration: underline;
}

a:visited {
	color: #339;
	text-decoration: underline;
}

a:hover {
	color: #C00;
	text-decoration: none;
}

a:active {
	color: #C00;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#printheader {
	display: none;
}
