@charset "utf-8";
body {
	margin: auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
table.layout {
	margin: auto;
}


td, p, dd, dt {
	font-size: 10pt;
	
}
table.layout td {
	padding-left: 10px;
	padding-top: 10px;
}
table.layout td.footer {
	padding-left: 0;
	padding-top: 0;
}
dd {
	color: #666666;
	margin-left: 10pt;
}
dt {
	font-weight: bold;
	color: #000066;
}
.larger {
	
	font-size: 11pt;
	font-weight: bold;
}
.caption {
	
	font-size: 9pt;
}
a.white {
	
	font-size: 9pt;
	color: #EEEEEE;
	text-decoration: none;
}
a.white:hover {
	
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.white-text {
	font-size: 9pt;
	color: #EEEEEE;
}
.drop-box {
	
	font-size: 9pt;
}
h1 {
	font-size: 16pt;
	color: #660000;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #000066;
}
.largecap {
	font-size: 14pt;
	color: #996666;
	font-weight: bold;
}
.blue-header {
	
	font-size: 11pt;
	color: #663333;
}
address {
	font-size: 10pt;
	font-style: normal;
}
.selected {
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}
.burg-bold {
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}
h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #996666;
}
ul li {
	line-height: 18px;
	list-style-type: square;
	margin-left: -20px;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

strong {
	color: #000066;
}

.background-red {
	background-color: #660000;
	background-image: url(../images/spacer-red.gif);
}
.background-gray {
	background-color: #dddddd;
	background-image: url(../images/spacer-gray.gif);
}

.menuLetter {	
font-size: 12pt;
font-weight: bold;
}
.redtext {	
color: #990000;
font-weight: bold;
}


