body {
	border: 0px;
	font-family: verdana;
	font-size: 13px;
}

.pagemaster 
{
	padding: 5,5,5,5;
}
.tdstuff{
	font-size: 11px;
}
A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color: Red;
}
.Normal
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
}
.skinmaster {
}
.pageheader {
	background-color: #9DEC0A;
}
.pagebody {
	background-color: #FFFFFF;
}
.pagefooter {
	background-color: #9DEC0A;
}

.skinobject
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt;  
	font-style: normal; 	
}
#dnn_dnnLOGIN_hypLogin
{
	color:;
	font-size; small;
}
/* menu */
.MainMenu_MenuContainer {
	width: 160;
	
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: Navy;
	font-family: verdana; 
	font-size: 10pt; 
	height:22px;	
	font-weight: bold; 
	font-style: normal; 
	background: url(container_bg.gif);
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: red; 
	height:22px;	
	font-family: verdana; 
	font-size: 10pt; 
	background-color: white;
	border-bottom: 0px;
	border-left: 0px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	background: url(container_bg.gif);
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand;  
	color: white;
	background: url(container_bg.gif);
	border-bottom: 0px;
	border-left: 0px;
}


.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt;  
	cursor: hand;
}


