
.Heading1 {
	font-weight: bold;
	font-size: 14pt;
	font-family:  Arial, Helvetica;
	color: #000000;
	text-decoration: none;
}
.Heading2 {
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica;
	color: #111111;
	text-decoration: none;
	border-bottom : 2px solid #Df4d28;
}
.Heading3 {
    font : bold 10pt;
    font-family: Arial, Helvetica;
	height: 20px;
	color: #111111;
	text-decoration: none;
	border-bottom : 1px solid #Df4d28;
}
.Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;
	letter-spacing: 1.5px;
	direction : inherit;
	text-align : center;
	text-transform : capitalize;
}
.FieldCaption {
	background-color: #dddddd;
	color: #000000;
	text-align : right;	
	margin: 0 px;
}
.FieldData {
    background-color: #FFFFFF;
    color: #000000;
    font-weight : bold;
}
.ShowFieldData {
    background-color: #EEEEEE;
    color: #000000;
    font-weight : bold;
}
.Column {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #cc3300;
	border-top : 1px solid #111111;
	border-bottom: 1px solid #111111;
}
.Data {
    background-color: #FFFFCC;
	color: #000000;
	border-right: 1px solid #999999;
}
.DataAlternate{
	background-color: #FFD0A0;
	color: #000000;
	border-right: 1px solid #999999;
}
.SeparatorLine {
	background-color: #Df4d28;
	height : 1px;
}
.SeparatorShadow {
	background-color: #CCCCCC;
	height : 15px;
}
.TextSmall {
	font-size: 8pt; color: Black;
}
.Text {
    color: #111111;
}
.TextLarge{
    font-size: 11pt; color: Black;
}
.TextSmallRed {
	font-size: 8pt; color: Red;
}
.TextRed {
    color: Red;
}
.TextLargeRed {
    font-size: 11pt; color: Red;
}
.TextSmallGray {
	font-size: 8pt;
	color: GrayText;
}
.TextGray {
	color: GrayText;
}
.TextLargeGray {
	font-size: 11pt;
	color: GrayText;
}
.LinkText {
	color: #111111;
	text-decoration: none;
}
.LinkText A {
	color: #111111;
	text-decoration: none;
}
.LinkText A:link {
	color: #111111;
	text-decoration: none;
}
.LinkText A:hover {
	color: #cc3300;
	text-decoration: underline;
}
BODY {
	margin: 0 px;
	background-color: white;
}
P {
    margin-bottom: 1px; 
	margin-top: 1px;
}
TD span {
	height:0;
}
BODY, TEXTAREA, INPUT, TD {
        font-weight: normal;
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
        font-size: 9pt
}
A:link{
	color: #cc3300;
	text-decoration: none;
}
A:visited{
	color: #cc3300; 
	text-decoration: none;
}
A:hover {
	color: #cc3300;
	text-decoration: underline;
}
