@import url('containers.css');

body {
	padding: 0;
	margin: 0 auto;
	font-family: tahoma, arial;
	font-size: 11px;
	color: #8b8a8b;
	line-height: 18px;
}

body.bodyBg{
	background-image: url('../img/frame/bodyBg.png');
	background-repeat: no-repeat;
	background-position: right top;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}

.hidden {
	position: absolute;
	margin-left: -4000px;
	display: none;
}

.frameLink {
	color: #242424;
}

span.contentTitle{
	color: #09738f;
	font-size: 15px;
}

span.white{
	color: #FFFFFF;
}

a{
	color: #8b8a8b;
}

a:hover{
	text-decoration: none;
}