/* Colors */

.grey1 { /* Navigation Background, Footer Background, Text */
	color: #4f4f4f;
}

.grey2 { /* Light Grey Text */
	color: #888;
}

.red1 { /* Sub Navigation Background */
	color: #d52d2d;
}

.white1 { /* Site Background */
	color: #fff;
}

/* Typography */

body, h1, h2, h3, h4, h5, h6, p, th, td, li {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #d52d2d;
}

a:hover {
	color: #4f4f4f;
}


/* Footer */

#footer, #footer a {
	color: #888;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}
