@charset "UTF-8";
/* CSS Document */

/* BASICS */
* {margin:0; padding:0;}
body {
	margin: 0px;
	padding: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #2A2A2A;
	text-align: left;
}

img {
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
}
a {
	outline: none;
}

.imgColumn {
 float: left;
 padding-right: 10px;
}

.clearfloat {
 clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
 width: 0px;
}
iframe/* LINKS */
 {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #4a4a4a;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.panelNewsLtr a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.containerFooter a:link {
	color: #4A4A4A;
}
.containerFooter a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
