/* CSS Document */
/*
993300 - burgundy
E5D74D - gold
*/

body {
	background-color: #E5D74D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

a {
	color: #993300;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #E5D74D;
	text-decoration: none;
	background-color: #993300;
}

a.footer_link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
	background-color: #993300;
}

a.footer_link:hover {
	color: #993300;
	text-decoration: underline;
	font-size: 12px;
	background-color: #ffffff;
}

a.menu {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	background-color: #993300;
}

a.menu:hover {
	color: #E5D74D;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	background-color: #993300;
}

a.admin_menu {
	color: #E5D74D;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	background-color: #993300;
}

a.admin_menu:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	background-color: #993300;
}

table.framed {
	width: 760px;
	background-color:#FFFFFF;
	border-style: double;
	border-color: #993300;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 2px;
	vertical-align: top; 
}

td {
	vertical-align: top;
	font-size: 14px;
}

td.footer {
	vertical-align: bottom;
	color: #ffffff;
	font-size: 12px;
}

h4 {
	color:#993300;
}

h5 {
	color:#006600;
}

p {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

.copyright {
	color: #000000;
	background-color: #e6d27e;
	font-size: 10px;
	font-family: Arial; Helvetica, sans-serif;
}




