div {
	padding:0px;
    margin:0px;
}
a {
	padding:0px;
	margin:0px;
	font-size: x-small;
	color:#333333;
	font-family: sans-serif;
}
.image {
	padding:0px;
	margin: 0px;
	background-color: #FFFFFF;
}
.info {
	padding:5px;
	margin: 5px;
	background-color:#FFFFFF;
	list-style-type: decimal;
}
.style1 {
	font-size: xx-small;
	color:#000000;
	font-family: sans-serif;
}
.style2 {
	font-size: x-small;
	color:#000000;
	font-family: sans-serif;
	font-weight: bolder;
}
.style3 {
	color:#666666;
	font-family: sans-serif;
	font-size: small;
	font-weight: bolder
}
mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
}
.foot {
	color:#333333;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.line_grey { 
	border-top: 0px; 
	border-bottom: 1px solid #ccc; 
	border-left: 0px; 
	border-right: 0px; 
}


