/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2006, www.venuecom.com
*/

/* The Body Area */
body {
	font: 10pt verdana, sans-serif;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
	margin-right: 20px;
	margin-left: 20px;
}

img {
border: none;
}

/* Links */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #731220;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	color: #731220;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #FF8C18;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	color: #C56649;
}

/* Tables */

td {
	font: 10pt verdana, sans-serif;
}

.content {
	font-family: morpheus;
	font-weight: bold;
}

/* Footer */
#footer {
clear: both;
margin: 10px;
padding: 5px;
text-align: center;
font-size: .8em;
}
