@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.toprightbg {
	background-image: url(../images/frame-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.contentblue{
	font-family: Tahoma;
	font-size: 12px;
	color: #04c6ff;
}
.footerlink{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.footerlink a{
	color: #FFFFFF;
	text-decoration:none;
}
.footerlink a:hover{
	color: #04c6ff;
	text-decoration:underline;
}
.credencelink{
	font-family: Tahoma;
	font-size: 10px;
	color: #848484;
}
.credencelink a{
	color: #ffffff;
	text-decoration:none;
}
.credencelink a:hover{
	color: #04c6ff;
	text-decoration:underline;
}

