/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color: #CCCCCC;
	
}

/* background color for the content part of the pages */
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/* background/border colors for the selected tab */
.TabBg {
    background-color: #008000;
}

.MainBody
{
	border-right: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	border-collapse: collapse;
}

 

A:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
}

A:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
}

A:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}


BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

HR
{
	color: inactivecaptiontext;
	height: 1pt;
	text-align: left;
}

.TableMenu
{
	border-bottom: #808080 1px solid;
}

