/**
 Font-styling
*/
body, td, p, div, span {
	/*color: #73736d;*/
	color: #000;
	font-family: verdana;
	font-size: 10px;
}

h1 {
	font-size: 14px;
	font-family: verdana;
	font-weight: 700;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

h1.lcase {
	text-transform: none;
	color: #94948d;
	font-size: 17px;
	font-family: verdana;
	font-weight: normal;
}

h3.subtle {
	color: #666;
}

#nav, #nav a {
	color: #fff;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

/**
	Links
*/
a {
	color: #c30000;
	font-family: verdana;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.slider {
	margin: 10px 0 5px 10px;
	float: right;
	height: 199px;
}