/* tags */
body,
img,
form,
div,
span,
fieldset,
legend,
input,
option,
select,
textarea,
ul,
li,
p,
td,
th,
a,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
	line-height: 17px;
	padding: 0;
}
p{
	margin-top: 5px;
}
a{
	outline: none;
	text-decoration: none;
	color: #999;
}
a u{
	text-decoration: none;
}
a u:hover{
	color: #666;
}
a img{
	margin: 0;
	padding: 0;
	border: none;
}
a.blue{
	color: #0070b3;
	font-weight: bold;
}
a.green{
	color: #bed63a;
	font-weight: bold;
}
a.orange{
	color: #fcba63;
	font-weight: bold;
}
a.purple{
	color: #b8529e;
	font-weight: bold;
}
a.blue{
	color: #bed63a;
	font-weight: bold;
}

ul{
	margin-left: 15px;
	margin-top: 5px;;
	margin-bottom: 0;
}
li{
}