/* General Elements */
/* ----------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 10px;
}

p {
  	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

ul {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

li {
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 14px;
}

li.LI_Numeric {
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 14px;
}

li.LI_OpenCircle {
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 14px;
}

/* ----------------------------------------------------- */
.HeaderBlack {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 16px;
}

.HeaderRed {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 16px;
}

.SubHeader {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
}

.TableHeadline {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
}

.Callout_Headline {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #000000;
}

.Callout_Date {
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
	color: #000000;
}

.Callout_Text {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin: 12px;
}

.Callout_TextLink {
	font-size: 10px;
	line-height: 13px;
	color: #000000;
	margin: 12px;
}

.Callout_TextLink a:link {
	font-size: 10px;
	line-height: 13px;
	color: #000000;
}

.Callout_TextLink a:hover {
	font-size: 10px;
	line-height: 13px;
	color: #FF0000;
}

.Callout_TextLink a:visited {
	font-size: 10px;
	line-height: 13px;
	color: #000000;
}

.Italic {
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	font-style: italic;
}

.Bold {
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	font-weight: bold;
}

.copyright {
	font-size: 9px;
	color: #FFFFFF;
	line-height: 10px;
}


/* Images */
/* ----------------------------------------------------- */
.floatleft {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
}

.floatleftLong {
	float: left;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 10px;
}

.floatright_withborder {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px; 
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

.floatrightNoBorder {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px; 
}

.floatrightLong {
	float: right;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: 10px;
	margin-right: 0px; 
}

.floatrightTable {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px; 
}


/* Links */
/* ----------------------------------------------------- */
a:link {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}


/* Tables */
/* ----------------------------------------------------- */
td.ColumnTableLeft {
	padding: 12px 0px 12px 12px;
}

td.ColumnTableRight {
	padding: 12px 12px 12px 0px;
}

table.ColumnTable {
	margin-bottom: 12px;
	margin-left: 12px;
	margin-top: 12px;
	margin-right: 12px;
}

TD.SidePageContent {
	padding: 12px;
}

TD.ColumnTableTD {
	border-width: 1px 1px 1px 1px;
	padding: 0px;
	border-style: solid solid solid solid;
	border-color: #999999 #999999 #999999 #999999;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	margin: 12px;
	vertical-align: top;
}

table.HomePg_Table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: none;
	border-collapse: collapse;
	background-color: ;
	margin: 12px;
}

table.HomePg_Table TH {
	border-width: 1px 1px 1px 1px;
	padding: 0px;
	border-style: solid solid solid solid;
	border-color: #999999 #999999 #999999 #999999;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	margin: 12px;
}

table.HomePg_Table TD {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: #999999 #999999 #999999 #999999;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	margin: 12px;
}


/* Menu */
/* ----------------------------------------------------- */
.menu {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
}

.menu a:link {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
}

.menu a:hover {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
}

.menu a:visited {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
}

/* Side Page Menu */
/* ----------------------------------------------------- */
.SidePageMenu {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left:12px;
	margin-right: 12px;
}

.SidePageMenu a:link {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
}

.SidePageMenu a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 6px;
	margin-bottom: 6px;
}

.SidePageMenu a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}

.menuCurrentSection {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 6px;
	margin-bottom: 6px;
}

.menuCurrentSection a:link {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 6px;
	margin-bottom: 6px;
}

.menuCurrentSection a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}

.menuCurrentSection a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}


/* Forms */
/* ----------------------------------------------------- */

.FormInput {
	color:#000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

/* Images */
/* ----------------------------------------------------- */
.ImageBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
