/* ================================
    CSS STYLES FOR DotNetNuke
   ================================


/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* TVSB */
H1  {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8f9092;
	
}

H2  {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
        color: #4b4b4b;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #751112;
	text-decoration: underline;
}

body  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
}

td  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
}

form  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
margin-top: 2px;
	margin-bottom: 2px;
}

input  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

select  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

option  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

textarea  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

div  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

span  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}


ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

a:hover  {
color: #751112;
}





BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}


