/* CSS Document */

td.NoRepeat {
background-repeat: no-repeat;
}
table.MainText
{
	background-color: #333333;
}
body
{
	font-family: "Warnock Pro";
	font-size: 10pt;
	background-color: #18050B;
	color: #FFFFFF;
}
font.Headline
{
	font-family: "Warnock Pro";
	font-size: 14pt;
}
font.Sub_Headline
{
	font-family: "Warnock Pro";
	font-Size: 16pt;
}
font.Sub_Headline1
{
	font-family: "Warnock Pro";
	font-Size: 14pt;
}
td.Headline_Display
{
	font-family: "Warnock Pro";
	font-size: 14pt;
	border-right: outset;
	border-left: hidden;
	border-top: hidden;
	border-bottom hidden;
}
td.TextDisplay
{
	font-family: "Warnock Pro";
	font-size: 10pt;
	border-right: hidden;
	border-left: hidden;
	border-top: hidden;
	border-bottom hidden;
}
td.Bottom_Links
{
	border-width: thin;
	border-right: hidden;
	border-left: hidden;
	border-top: outset;
	border-bottom: hidden;
}
a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover { 
	color: #FFFF00;
	text-decoration: none;
	}
a:active { 
	text-decoration: none;
	color: #FFFFFF;
	}
td.ShowBottomBorder
{
	border-width: thin;
	border-right: hidden;
	border-left: hidden;
	border-top: hidden;
	border-bottom: outset;
}
td.ShowTopBorder
{
	border-width: thin;
	border-right: hidden;
	border-left: hidden;
	border-top: outset;
	border-bottom: hidden;
}
font.TextDisplay
{
	font-family: "Warnock Pro";
	font-size: 10pt;
}
td.PicDisplay
{
	font-family: "Warnock Pro";
	font-size: 10pt;
    text-align: center;
    vertical-align: top;
    border-width: thin;
	border-right: outset;
	border-left: outset;
	border-top: outset;
	border-bottom: outset;
}
td.PicDisplay_BG
{
	font-family: "Warnock Pro";
	font-size: 10pt;
	border-color: #333333;
    text-align: center;
    vertical-align: top;
    border-width: thin;
	border-right: solid;
	border-left: solid;
	border-top: solid;
	border-bottom: solid;
}
table.PicDisplay_BG
{
	font-family: "Warnock Pro";
	font-size: 10pt;
	border-color: #333333;
}