@charset "UTF-8";
/* CSS Document */

td {
	font-family: "Trebuchet MS", "Century Gothic", sans-serif;
	font-size: 10pt;
	color: #666666;
}
p {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 25px;
	font-size: 10pt;
}
a {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #000000;
	text-decoration: line-through;
}

h2 {
	font-family: "Trebuchet MS", Century Gothic, sans-serif;
	font-size: 13pt;
	text-transform: uppercase;
	color: #990000;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 15px;
}

li {
	padding-bottom: 9pt;
	list-style-image: url(ribbon.gif);
	list-style-position: outside;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #666666;
	padding-right: 15px;
}

body {
	background-color: #990000;
}
b {
	font-family: "Trebuchet MS", "Century Gothic", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
#Nav {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #FFFFCC;
	margin-top: 5px;
	padding-top: 5px;
}
#Nav ul {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #FFFFCC;
	display: inline;
	list-style-type: none;
}
#Nav li {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #FFFFCC;
	display: inline;
	list-style-type: none;
	padding-left: 15px;
}
#Nav a, a:link {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #FFFFCC;
	text-decoration:none;
	font-weight: bold;
}
#Nav a:hover, a:visited {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#Footer {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #FFFFCC;
	margin-top: 5px;
	padding-top: 5px;
}
}
#Footer a, a:link {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #FFFFCC;
	text-decoration:none;
	font-weight: bold;
}
#Footer a:hover, a:visited {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

