
body {
	padding:0px;
	background-color: #CFCDB8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	text-align:center;
	height:100%;
	/*	background-image: url('/common/images/interface/bg-outside.gif');
	background-repeat: repeat-y;
	background-position:center;*/
	
	

	
	
}

h1 {
	font-size: 11pt;
}

h2 {
	font-size: 10pt;
}

h3 {
	font-size: 9pt;
}

.content {
	color: black;
	line-height:150%;
	margin-bottom:20px;
}

a:visited, a {
    color: #4F4E44;
	/*color: #AFAB88; */
}
a:hover{
    text-decoration: none;
}

.clear {
	margin:0px;
	padding:0px;
	line-height: 0px;
	height: 0px;
	clear: both;
	background:none;
}
