/* css fuer contentcorner */

body 	{margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;
	background-color: #3D3D3B;
	font-family: verdana, arial;
	}

td	{
	color:#3D3D3B;
	font-family:verdana;
	font-size:11px;
	font-weight:regular;
	}

p   {
    line-height:120%;
}

a   {
    text-decoration:none;
}

a.nav:link, a.nav:visited
{
	text-decoration:none;
	color:#000000;
	font-size:11px;
	cursor:pointer;
	font-weight:bold;
}

a.nav:active, a.nav:hover
{
	text-decoration:none;
	color:#bb0000;
	font-size:11px;
	cursor:pointer;
	font-weight:bold;
}

h3	{
	color:#3D3D3B;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	}

strong	{
	color:#3D3D3B;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	}