/* CSS Document */

body {
	color: #000000; /* text color */
	background-color: #000066;
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 12px;
}

#left #nav {
	background-color: #FFFFCC;
}

#right {
	background-color: #A7DFFE;
}

#right p, #right ul, #right ol {
	line-height: 18px; /* controls spacing between lines of text in the body area */
}

#right h1 {
	font-family: "Book Antiqua", "Times New Roman";
	font-size: 24pt;
	font-weight: bold;
	color: #000066;
	font-style: italic;
	text-align: center;
}

#right h2 {
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
}

#right h3 {
	font-family: "Arial", "sans-serif";
	font-size: 11pt;
	font-weight: bold;
	color:  black;
	text-transform: uppercase;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.small {
	font-size: 8pt;
}

.tables {
	background-color: #FFFFCC;
}
.tables td, .tables th { 
	border: 3px solid #ffffff; /* 'cellspacing' */ 
}
a:link, a:visited {
	color: #00F;
}
a:hover, a:active {
	color: #F00;
}
