body.normal {
	margin: 0px;
	left-margin: 0px;
	padding: 0px;
	min-width: 1200px;
	background: #708090;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: normal;
	color: #c5ccd1;
	position: absolute;
	text-align: justify;
}

A { text-decoration: none; font-weight: bold;}
A:link { text-decoration: none; color: #FFDEAD; font-weight: bold;}
A:visited { text-decoration: none; color: #FFDEAD; font-weight: bold;}
A:active { text-decoration: underline; color: #DAA520; font-weight: bold;}
A:hover { text-decoration: underline; color: #DAA520; font-weight: bold;}

strong {color: #FFFFFF;}
     
.bigger{
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
}
        
.regular{
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
}

.small{
	font-size: 10px;
	font-weight: normal;
}

.left{
	border-left: thick solid white;
	padding: 6px;
}         

.block{
	background: #a0aab2;
}