/* ================================
    STYLES for GHNET
==================================*/
.announce {
	font-weight: bold;
	font-style: italic;
	color: #990000;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
}

.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}


.reditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-style: italic;
        vertical-align:top;
}

.plaintext {
        font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666;
        vertical-align:top;
}

.style15 {font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
.style12 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

body {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; 
}


/* background color for the content part of the pages */
Body
{
        font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666;
}


/* text style used for most text rendered by modules */
.Normal
{
        font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666;
}

    
.SkinObject{ 
        font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}
A:link {
	color: #990000;
	text-decoration: none;
}
A:visited {
	color: #990000;
	text-decoration: none;
}
A:hover {
	color: #FF6600;
	text-decoration: none;
}
A:active {
	color: #990000;
	text-decoration: none;
}


a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItemSel TD{
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 
color: #FF6600; background-color:white;
}

.MainMenu_MenuItem TD{
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 
color: #990000;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

















