body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Head   {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#E5E5E5;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E5E5E5;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	/*line-height: 14px;*/
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

A:visited   {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	color:#FF3300 ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

A:active    {
}

.SkinObject {
	font-family:Verdana!important;
	font-size: 10px!important;
	font-weight: 500!important;
	color:#ffffff!important;
	font-weight: bold!important;
	text-transform: uppercase!important;
}

.ControlPanel{
	color: #999!important;
}
.ControlPanel a{
	color: #999!important;
}
.ModuleTitle_MenuItem{
	color: #999!important;
}
.ModuleTitle_MenuIcon{
	color: #999!important;
}
.ModuleTitle_MenuItem td{
	color: #999!important;
}
.ModuleTitle_MenuIcon td{
	color: #999!important;
}