html {
	margin: 0px;
	padding: 0px;
	}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #707070;
	}
	
	
a{color: #CC6600; font-size: 12px; text-decoration: none;}
a:hover{color: #FF0000; text-decoration: underline;}
a:visited{color:#CC6600;}	
	
#head {text-align: right; margin-right: 8px; font-weight: bold;}
#head a{color: #CC6600; font-size: 10px; text-decoration: none;}
#head a:hover{color: #FF0000; text-decoration: underline;}
#head a:visited{color:#CC6600;}	

.footer {font-size: 12px; background-color: #FFF; text-align: center; }
.footer a:{ text-decoration: none;color:#CC6600 }
.footer a:hover{c text-decoration: underline; olor:#FF0000 }
.footer a:visited{color:#CC6600}

.content{
	background-color: #FFFFFF;
	}
	
.breadcrumb {
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background-color:#f7f7f7
}
.additionalContent {
	/* top right bottom left */
	padding: 10px 10px 10px 10px;
	border-bottom:#000 solid 1px;
	background-color:#f7f7f7
}
.leftNavColumn {
	/* top right bottom left */
	padding: 10px 10px 10px 50px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background-color:#f7f7f7
}
