body {
	margin: 15px;
	background-image: url('imagez/background.gif');
	background-repeat: repeat;
	color : #000000;
	font: normal 10pt Verdana;
	text-decoration: none;	
}

.container {
	border: 0px solid #660000;
	width: 800px;

}

.container_logo {
	width: 100%;
	border: 0px solid #660000;
	text-align: center;
	align: center;
}

.container_content {
	width: 100%;
	border: 0px solid #660000;
	text-align: left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	height: 400px;	
}

.container_footer {
	width: 100%;
	border: 0px solid #660000;
	text-align: center;
	margin-top: 40px;
}

.menu {
	color : #660000;
	font-family : Verdana;
	font-size : 10pt;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none
	
}


p, td {
	color : #000000;
	font-family : Verdana;
	font-size : 10pt;
	font-style: normal; 
	text-decoration: none
	margin-top:0px;
	margin-bottom:0px;
	vertical-align: top;
	
}

h1 {
	color : #660000;
	font-family : Verdana;
	font-size : 14pt;
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
	margin-top:35px;
	margin-bottom:20px;
	text-align: center;
}

h2 {
	color : #660000;
	font-family : Verdana;
	font-size : 10pt;
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
	margin:20px 0px 5px 10px;
	text-align: left;
}


a:active, a:visited, a:link{
	color : #660000;
	font: normal 10pt Verdana;
	text-decoration: none;
}

a:hover{
	color : #660000;
	font: normal 10pt Verdana;
	text-decoration: underline;
}

span.menu {
	color : #660000;
	font: bold 10pt Verdana;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;	
}

img.topic {
	border: 1px solid #000;
	margin-left:15px;
}

table.topic {
	width: 100%;
	color : #000000;
	font-family : Verdana;
	font-size : 10pt;
	font-style: normal; 
	text-decoration: none
	margin:0px;
	padding:0px;
	
}


