body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	font-weight: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;	
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal
	color: #000000;
}

.MainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.MainSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

.NewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
}

.MainSubtitleItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.BodyTextMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:#000000;
	line-height: 14pt;
}

.BodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height: 14pt;
}

.LeftcolHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
}

.LeftText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;

}

.LeftTextTight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14pt;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;

}

a:visited {
  color: #FFFFFF;
  text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;

}

/*Apply this class to the text you'd like a different link color. Text that 
 is not a link will appear in this style.*/

.PageLinks { color: #000000}

/*These are the 	link style definitions.*/

a.PageLinks:link { color: #000000;text-decoration: underline;}
a.PageLinks:visited { color: #000000;text-decoration: underline;}
a.PageLinks:hover { color: #000000;text-decoration: none;}
a.PageLinks:active { color: #000000;text-decoration: underline;}


h1{
	color: #000000;
}

h2 {
	color: #000000;
}



h3, h4, h5, h6 {
	color: #000000;
}

a {
  color: #000000;
}

table.TableBorderTop {
	border-width: 2px 2px 0px 2px;
	border-style: solid solid none solid;
	border-color: black black white black;
	border-collapse: collapse;
}

table.TableBorderBottom {
	border-width: 0px 2px 2px 2px;
	border-style: none solid solid solid;
	border-color: white black black black;
	border-collapse: collapse;
}
