/* CSS Document */


#outer {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F5F4F9;
}
body {
	background-color: #660033;
	margin: 0px;
	padding: 0px;
}
#content {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1 {
	font-size: 14pt;
}
#content p {
	font-size: 10pt;
	line-height: 16pt;
}
.menuitems {
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	border: 1px dotted #B83A37;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menuitems a {
	color: #B83A37;
	text-decoration: none;
}
.submenuitems {
	font-size: 10pt;
	font-weight: bold;
	border: 1px dotted #B83A37;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 120px;
}
.submenuitems a {
	color: #B83A37;
	text-decoration: none;
}

#content a {
	color: #B83A37;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #FF6699;
	text-decoration: underline;
}
.underlined {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 10pt;
}
#footer {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 9pt;
	color: #333333;
	padding: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660033;
}
#footer a {
	font-weight: bold;
	color: #B83A37;
	text-decoration: none;
}
#content table {
	font-size: 10pt;
}
.program {
	background-color: #999999;
}
.program td {
	background-color: #FFFFFF;
}
.program td.headertbl {
	background-color: #EEEEEE;
}
.program em.title {
	font-size: 11pt;
	color: #666666;
}
h2 {
	font-size: 12pt;
}
.tableheading {
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

