/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D3E37;
}

.arial11pxBrown {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	color: #4D3E37;
}
.arial11pxBrownBold {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:11px;
	font-weight:bold;
	color: #4D3E37;
}
a:link {
	color: #4D3E37;
}
a:visited {
	color: #4D3E37;
}
a:hover {
	color: #4D3E37;
}
a:active {
	color: #4D3E37;
}
ul {
	list-style-type: square;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B0AEA1;
}
.footer a:link{
	color: #B0AEA1;
	text-decoration: none;
}
.footer a:visited{
	color: #B0AEA1;
	text-decoration: none;
}
.footer a:hover{
	color: #B0AEA1;
	text-decoration: underline;
}
.footer a:active{
	color: #B0AEA1;
	text-decoration: none;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C958C;
}
.contact a:link{
	color: #9C958C;
	text-decoration: none;
}
.contact a:visited{
	color: #9C958C;
	text-decoration: none;
}
.contact a:hover{
	color: #9C958C;
	text-decoration: underline;
}
.contact a:active{
	color: #9C958C;
	text-decoration: none;
}
.tableBG {
	background-attachment: fixed;
	background-color: #EEEBE2;
	background-image: url(../assets/bgGrad.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.white {
	color: #FFFFFF
}
.whiteArialBold11px {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
.portfolioNav {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
}
.portfolioNav a:link {  font-size: 11px; line-height: 11px; text-decoration: none; color: #FFFFFF; }
.portfolioNav a:visited {  font-size: 11px; line-height: 11px; text-decoration: none; color: #FFFFFF; }
.portfolioNav a:hover {  font-size: 11px; line-height: 11px; text-decoration: underline; color: #FFFFFF; }
.portfolioNav a:active {  font-size: 11px; line-height: 11px; text-decoration: none; color: #FFFFFF; }
.headline {
	font-size: 16px;
	font-weight: bold;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

td#newsitem img {padding-left: 10px; padding-bottom: 10px;}