body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #336699;
	text-align: center;
}

IMG {
	border: none;
}

TD, TH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 22px;
	color: #333333;
}

A {
	color: #3366CC;
	text-decoration: none;
}

FORM {
	background-color: #CCCC99;
}

UL LI {
	margin-bottom: 10px;
}

.copy {
	margin-left: 175px;
	margin-right: 20px;
	NOtext-align: justify;
	min-height: 450px;
}

.name {
	font-family: Tahoma;
	font-weight: bold;
}

.title {
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 16px;
	line-height: 30px;
	color: #000000;
	border-bottom: 2px dotted black;
	margin-left: 170px;
	margin-right: 10px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #006666;
}

.page {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	border: 1px solid black;
	text-align: left;
	padding: 0px 0px 20px 0px;
}
	
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #ffffff;
   	color: #DCDCDC;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: right;
	padding: 2px 2px 0px 2px;
	margin: 0px 0px 0px 0px;
	line-height: 120%;
	vertical-align: bottom;
}

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #1E3F7C;
	text-align: right;
	padding: 2px 2px 2px 2px;
	//visibility: hidden;
}

.navLink {
	display: inline;
	border-top: 1px solid white;
	border-left: 1px solid white;	
	border-right: 1px solid white;
	border-bottom: 0px solid white;
	background-color: #DDDDDD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: 2px 0px 0px 2px;
}

//.navLink:hover {
//	background-color: #1E3F7C;
//}

.navLink A:hover {
	color: white;
}

.navLinkActive {
	display: inline;
	border-top: 1px solid black;
	border-left: 1px solid black;	
	border-right: 1px solid black;
	border-bottom: 0px solid black;
	background-color: #1E3F7C;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: 2px 0px 0px 2px;
}

.navLinkActive A {
	color: white;
}

.subNavLink {
	display: inline;
	border: 1px solid black;
	background-color: #DDDDDD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: 2px 0px 0px 2px;
}

.subNavLink:hover {
	background-color: #DEDECA;
}

.sidebar {
	float: left;
	margin-top: auto;
	margin-bottom: auto;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #0063A4;
	color: #ffffff;
	border: 1px solid black;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 450px;
	max-width: 150px;
}



.footer {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #888888;
	clear: both;
}

.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
	line-height: normal;
	margin: 0px; padding: 0px;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
   background-color: #336699;
}

A:hover {
	text-decoration: underline;
}

SPAN.bold {
	font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

/* sinkLeft CSS */
/* must specify width: style on SPAN tag that matches size of IMG */

SPAN.sinkLeft {
	border: 1px solid black;
	float: left;
	padding: 4px;
	margin: 10px 10px 5px 0px;
}

SPAN.sinkLeft IMG {
	padding: 0px;
	margin: 0px;
}

SPAN.sinkLeft P {
	width: inherit;
	font-size: 10pt;
	font-style: italic;
	color: black;
	line-height: normal;
	padding: 0px;
	margin: 5px 0px;
	text-align: left;
}

/* sinkRight CSS */
/* must specify width: style on SPAN tag that matches size of IMG */

SPAN.sinkRight {
	border: 1px solid black;
	float: right;
	padding: 4px;
	margin: 5px 0px 0px 10px;
}

SPAN.sinkRight IMG {
	padding: 0px;
	margin: 0px;
}

SPAN.sinkRight P {
	width: inherit;
	font-size: 10pt;
	font-style: italic;
	color: black;
	line-height: normal;
	padding: 0px;
	margin: 5px 0px;
	text-align: right;
}

/* sinkCenter CSS */

DIV.sinkCenter {
	border: 1px solid black;
	padding: 4px;
	margin: 5px 0px 0px 10px;
	text-align: center;
	margin: auto;
}

DIV.sinkCenter IMG {
	padding: 0px;
	margin: 0px;
}

DIV.sinkCenter P {
	width: inherit;
	font-size: 18pt;
	color: black;
	line-height: normal;
	padding: 0px;
	margin: 5px 0px;
	text-align: center;
}

/* Sidebar Press Release Styles */
P.prHeader {
	margin-top: 0px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dotted white;
}

P.prDate {
	margin-bottom: 0px;
	text-align: left;
	font-weight: bold;
	
}

P.prTitle {
	margin-top: 0px;
	text-align: left;
}

P.prTitle A, P.prDate A, P.prTitle A:hover, P.prDate A:hover {
	color: #FFFFFF;
}


/* Press Release Tables */

TABLE.pressReleases {
	table-layout: auto;
	border: 0px;
	cell-spacing: none;
}

TABLE.pressReleases TR TH {
	font-weight: bold;
	border-bottom: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

TABLE.pressReleases TR TD {
	border-bottom: 1px dotted black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
