html, body {
	margin:0px;
	padding: 0;
	font-family:Arial;
}
.menu {
	color:#303030;
	font-size:16px;
	margin-right:18px;
	text-decoration:none;
}
.mborder{
	border-style:dotted; 
	border-width:0 0 1 0;
	width:190px;
}
.menu:hover {
	color:#DF2E0C;
}

a{
	color:#0192F1;
	text-decoration:none;
}
a:hover {
	color:#FE4800;
}
.text{
	color:#333333;
	font-size: 12px;
	text-align:justify;
	line-height:17px;
	font-family:Arial;
}
img {
	border:0px solid #FFFFFF;
}
i div{
	padding:10 20 10 20px;
}