body
{
	background-color: #4F4F4F;
	font-family: Tahoma;
	font-size:10px;
}

body,table
{
	font-size:12px;
	font-weight:bold
}

a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}

#content
{
	background-image:url(images/dashbackground.gif);
	background-position:center top ;
	background-repeat:no-repeat;
}

.topleftframe
{
	width:20;
	height:20;
	background-image: url("images/Box_1.gif");
	background-repeat: norepeat;
}

.topcenterframe
{
	height:20;
	background-image: url("images/Box_2.gif");
	background-repeat: repeat-x;
}

.toprightframe
{
	width:27;
	height:20;
	background-image: url("images/Box_3.gif");
	background-repeat: norepeat;
}

.centerleftframe
{
	width: 20;
	background-image: url("images/Box_4.gif");
	background-repeat: repeat-y;
}

.centercenterframe
{
	background-image: url("images/Box_5.gif");
	background-repeat: repeat-x repeat-y;
}

.centerrightframe
{
	width: 27;
	background-image: url("images/Box_6.gif");
	background-repeat: repeat-y;
}

.bottomleftframe
{
	width: 20;
	height: 26;
	background-image: url("images/Box_7.gif");
	background-repeat: norepeat;
}

.bottomcenterframe
{
	height: 26;
	background-image: url("images/Box_8.gif");
	background-repeat: repeat-x;
}

.bottomrightframe
{
	height: 26;
	background-image: url("images/Box_9.gif");
	background-repeat: norepeat;

}

.header
{
	font-size: 14px;
	font-weight: bold;
}

.highlight
{
	color: #FB2C14
}