/* CSS Document */

body {
	color: #000000; /* text color */
	background-color: #eeeeee;
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 12px;
}

#left #nav {
	background-color: #ffffff;
}

#right {
	background-color: #ffffff;
}

#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: #bbbbbb;
	font-style: italic;
	text-align: center;
}

#right h2 {
	font-family: "Verdana", "Arial", "sans-serif";
	font-size: 14pt;
	font-weight: bold;
	color: #999999;
	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: #EEEEEE;
}
.tables td, .tables th { 
	border: 3px solid #ffffff; /* 'cellspacing' */ 
}
