.contentLink{
	color: #990000;
	;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
} 

.contentLink a:link {
	color: #990000;
	;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.contentLink a:visited {
	color: #999999;
	;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.contentLink a:hover {
	color: #666666;
	;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
}
.contentLink a:active {color: #FF0000;}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.borderLeft {
	border-left-style: dotted;
	border-left-color: #990000;
	border-left-width: thin;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.borderTop {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #990000;
}
.borderPics {
	border: thin solid #990000;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: circle;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #990000;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #CECFB5;
}
.bgContact {
	background-attachment: fixed;
	background-image: url(images/bgcontact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

	/* DIV COPYRIGHT */
	div#copyright {
		font-size: 9px;
		margin-top: 5px;
		color: #999999;
		padding: 3px 0;
		background: none;
	clear: both;}
		#copyright a {
			text-decoration: none;
			color: #999999;}
		#copyright a:hover {
			text-decoration: underline;
			color: #666666;}