/* 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");

/* Default style Sets =====*/
body {
	background-color: #eef1f4;
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 22px;
}

img {
	border: 0;
}

.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

a:link {
	color: #00F;
	text-decoration: underline;
}

a:visited {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a:active {
	color: #F00;
	text-decoration: none;
}
