/* GLOBAL STYLES */

body, html { margin: 0; padding: 0; border: 0; }

body { 
	background: #fff; 
	width: 100%;
}

body, td {
	font-family:  verdana, arial, sans-serif;
	font-size: 10px;
	color: #fff;
}


a.nav, a.nav:visited {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-image: url(images/but_blank.gif); 
	text-align: center; 
	width: 177px; 
	height: 41px; 
	display: block;
}

a.nav:hover {
	color: #f9aea1; 
}

	a.nav span {
		padding-top: 13px;
		display: block;
	}

/* HOMEPAGE STYLES */

.content td {
	line-height: 15px;
}

.content td a:link, .content td a:visited {
	color: #e30012;
	text-decoration: underline;
}

.content td a:hover, .content td a:active {
	color: #fff;	
}


.large {
	font-size: 12px;
}

.large h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #a2a2a2;
}

/* FOOTER STYLES */

.footer td {
	font-size: 9px;
	color: #951200;
}

.footer a:link, .footer a:visited {
	color: #951200;
	text-decoration: underline;
}

.footer a:hover, .footer a:active {
	color: #000;
}
