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

/* Default style Sets =====*/
body {
	background: #666 url(../img/bg.png) top center repeat-y;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.4em;
}

img {
	border: 0;
}

a:link {
	color: #00a5d9;
	text-decoration: underline;
}

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

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

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

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

.clrleft {
	clear: left;
	height: 15px;
	font-size: 1px;
	line-height: 1px;
}

.iconleft {
	float: left;
	padding: 2px 5px 5px 0;
}

.adunit {
	text-align: center;
}