/* CSS Document */
/*basic html styles*/
 
p, h1, h2, h3, h4, h5, em, li, dd, td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
		background-image: url(bg.jpg);
        background-align: top;
        background-repeat: no-repeat;
        background-color: #fcf1d8;
}

a, a:link, a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration:none;
}

table#dc_navigation a {

}

table a:hover {
		font-size:11px;
		text-decoration:underline;

}

table#dc_navigation {
	border-bottom: 0px solid #000000;
	border-top: 0px solid #006633;
	height: 25px;


}

.contentTable {
	background-image: url(contentBG.jpg);
}


table#dc_navigation td tr {
	background-image: none;

}

table#dc_navigation tr {
		background-image: none;
		padding-bottom: 0px;
}

table#dc_navigation a font {
		font-weight: bold;
		font-size: 12px;
}

.content {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: 222222;
}

.footerLink {
}

a.footerLink:link {
		font-family: arial, helvetica, geneva;
		font-size: 9px;
		font-weight: bold;
		color: #999999;
		text-decoration: none;
}

a.footerLink:active {
		font-family: arial, helvetica, geneva;
		font-size: 9px;
		font-weight: bold;
		color: #999999;
		text-decoration: none;
}

a.footerLink:visited {
		font-family: arial, helvetica, geneva;
		font-size: 9px;
		font-weight: bold;
		color: #999999;
		text-decoration: none;
}

a.footerLink:hover {
		font-family: arial, helvetica, geneva;
		font-size: 9px;
		font-weight: bold;
		color: #999999;
		text-decoration: underline;
}






