/* stuff */

td {
	vertical-align: top;
}

p {
	margin: 0px;
	padding: 0px;
}

.footer {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : 700;
	color: #FFFFFF;

}
.footerTextSlogan  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 900;
	letter-spacing : 3px;
	color: #FFFFFF;

}
a.footer:link{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size : 10px;
	color : #F0F700;
	
}
a.footer:visited{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size : 10px;
	color : #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #F0F700;
	text-decoration: underline;
}

a:active {
	color: #F0F700;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.copyCam {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.activeCam {
	font-weight: bold;
	color: #F0F700;
}


