/* CSS Document */

#navcontainer { width: 180px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;


}

#navcontainer a
{
display: block;
padding: 3px;
width: 175px;
background-color: #BD0000;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #990000;
color: #fff;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	text-align: justify;
}

#contentstyle {
	background-attachment: fixed;
	background-image: url(../../../../../Desktop/duddy/images/background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
