.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: black;
}
.skinmaster {
	height: 100%;
	background-color: black;
	border-right: black 1px solid; 
	border-top: black 0px solid; 
	border-left: black 1px solid; 
	border-bottom: black 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px; 
}
.skinheader {
}

.SkinObject {
    font-weight: bold;
    font-size: 9pt;
    color: #37200a;
    font-family: Arial,Tahoma, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration: none;
    color: #37200a;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color: #37200a;
}
A.SkinObject:hover    {
    text-decoration: none;
    color: #37200a;
}
A.SkinObject:active   {
    text-decoration: none;
    color: #37200a;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.SubHead {
	color: #37200a;
}
.normal {
	color: #37200a;
}
.Head {
	color: #37200a;
}
.CommandButton {
	color: #37200a;
}
A.CommandButton:link {
    color: #37200a;
}
A.CommandButton:visited  {
    color: #37200a;
}
A.CommandButton:hover    {
    color: #37200a;
}
A.CommandButton:active   {
    color: #37200a;
}

