@charset "utf-8";
/* CSS Document */
/*Resetting*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/*End of Resetting*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border:0px;
	background-color: #CCC;
}

ul { padding-left:20px; margin:0px;}
li {
	margin-bottom:10px;
	list-style-type: disc;
}


.body_text {
	margin-top: 0px;
	margin-bottom:23px;
	padding-left:5px;
	text-align:justify;
	color:#660;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right: 0px;
	margin-right: 5px;
	
	
}

#centre .centre {text-align:center;}

a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	text-decoration: underline;
}
