.NormalStyle {
	font-size : 10pt;
	color : #000000;
}

.NormalBold{
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
}

.NormalBlue {
	font-size : 10pt;
	color : blue;
}

.NormalWhite {
	font-size : 10pt;
	color : #FFFFFF;
}

.NormalBoldWhite{
	font-size : 10pt;
	color : #FFFFFF;
	font-weight : bold;
}

.MiddleStyle {
	font-size : 12pt;
	color : #000000;
}

.MiddleBold {
	font-size : 12pt;
	color : #000000;
	font-weight : bold;
}

.SmallStyle {
	font-size : 8pt;
	color : #000000;
}

.BoldTen {
	font-size : 10pt;
	font-color : #000000;
	font-weight : bold;
}

.Center {
	text-align : center;
}

.Left {
	text-align : left;
}

.Right {
 	text-align : right;
}

.NormalBoldGreen{
	font-size : 10pt;
	color : #003300;
	font-weight : bold;
	text-decoration : none;
}

.LargeBoldGreen{
	font-size : 12pt;
	color : #003300;
	font-weight : bold;
	text-decoration : none;
}

a.NormalBoldGreen{
	font-size : 10pt;
	color : #003300;
	font-weight : bold;
	text-decoration : none;
}

a.NormalBoldGreen:hover
{
	font-size : 10pt;
	color : #00CC00;
	font-weight : bold;
	text-decoration : none;
}

a.LargeBoldGreen:hover
{
	font-size : 12pt;
	color : #00CC00;
	font-weight : bold;
	text-decoration : none;
}


a.SmallGreen{
	font-size : 8pt;
	color : #003300;
	text-decoration : none;
}

a.SmallGreen:hover
{
	font-size : 8pt;
	color : #00CC00;
	text-decoration : none;
}
a.SmallBlue{
	font-size : 8pt;
	color : #0066CC;
	text-decoration : none;
}

a.SmallBlue:hover
{
	font-size : 8pt;
	color : #3366FF;
	text-decoration : none;
}

a
 {
	font-size: 10pt;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

.SmallBlue{
	font-size : 8pt;
	color : #0066CC;
}

a:hover
{
	text-decoration: none;
	color: #00CCCC;
}

imageBorder{
	border-color: #ff0000;
}
