.background 
{
	background-color: #2F0000;
	padding: 0px; 
	margin: 0px;
}

.title
{
font-size: large;
font-weight: Bold;
font-style:italic;
	color: #CC3300
}

p
{
font-weight: normal;
	color: #2F0000
}
body {
	background-color: #2F0000;
    font-family: Arial, Verdana, Tahoma;
    font-size:11px;
    height:100%;
}

H1 
{
font-weight: bold;
	color: White
}

H2 
{
font-weight: bold;
	color: #2F0000
}

H3 
{
font-weight: bold;
	color:#333333
}

H4 
{
	color:#000000
}


a 
{
	color: #2F0000
} 

a:hover {
	color:#333333
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   
{
color: #000000
}

/* style of item titles on edit and admin pages */
.SubHead    {
color: #2F0000
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
color:#333333
}

/* text style used for most text rendered by modules */
.Normal
{
font-weight: normal;
	color: #2F0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
color:#333333
font-weight: bold;
}

/* 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 {
color: White
}

A.CommandButton:visited  {
color:#333333
}

A.CommandButton:active   {
color: 2F0000
}

A.CommandButton:hover    {
color: Orange
}
    

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
font-weight: normal;
	color: #ffffff

}