body
{	margin:0;
	font-size:8pt;
	font-family:Verdana, Tahoma, Arial;
	color:Black;
	
}

H1
{
	font-size: 2.0em;
	font-weight: bold;
	color: #75808A;
	text-decoration: underline;
}

H2  {
	font-size: 1.6em;
    font-weight: bold;
    color: #75808A;
}

H3  {
    font-size:  1.4em;
    font-weight:  bold;
    color: #75808A;
}

H4  {
    font-size:  1.2em;
    font-weight: bold;
    color: #75808A;
}

H5  {
    font-size:  1.1em;
    font-weight:    bold;
    color: #75808A;
}

H6  {
    font-size:  1.0em;
    font-weight:    bold;
    color: #75808A;
}

A:link , A:visited ,A:active, A:hover   {
    font-size: 8pt;
    text-decoration:none;
    color:  Navy;
    font-weight:500 ;
}

A:visited   {

    color:  #0000cc;
}

A:active    {
    color:  #0000cc;
}

A:hover {
    color:  #cc0000;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   
.skinmaster
{
	margin:0;
	background-repeat:repeat-x;
	font-size:8pt;
	font-family:Verdana, Tahoma, Arial;
	color:Black;
}

.MainMenu_MenuContainer {
	background-color: Transparent; 
	color:Navy;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:18px;
	background-color: Transparent;
	color:Navy;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: Navy; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 19px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color:white;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuBreak {
	height: 0px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: Blue; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: transparent none; 
    color: Black;
    font-family:Verdana, sans-serif; 
    font-size: 8pt;
    font-weight: normal;
}

.YellowLink
{
color: #d0a803;
}













