/* CSS Document */

body {
	font: normal 11pt/16pt Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

a {
	color: #CC0001;
	text-decoration: none;
}

a:hover {
	color: #CC0001;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

.small {
	font-size: 9pt;
}

.highlight {
	font-weight: bold;
	background: url(graphics/highlight.gif);
}

div#frame {
	width: 752px;
	border: 2px solid #111151;
	background: #FEEBC1 url(graphics/bg.jpg) repeat-x;
	padding-bottom: 15px;
	margin: 10px auto 10px auto;
}

div#popupframe {
	width: 388px;
	border: 2px solid #111151;
	background: #FEEBC1 url(graphics/bg.jpg) repeat-x;
	padding-bottom: 15px;
	margin: 0px;
}

div#content {
	margin-top: 10px;
}

div#nav {
	width: 300px;
}

td#text {
	padding-right: 35px;
}