/* The master stylesheet imports supporting stylesheets into the document =====*/
@import url("structure.css");



/* Default Style Sets =====*/
body {
	background: #dfdfdf;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

img {
	border: 0;
}

p {
	padding: 0;
	color: #333333;
}

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;
}

.blue {
	 url(../img/blue.gif);
clear: both;
	height: 1px;
width:225px;
}