/* SET-UP THE BASIC STYLES USED BY ALL MEDIA TYPES */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999;
	background-color: #fff;
}
h1, h2, h3, p {
	font-size: 1.0em;
	padding: 5px 0px;
	margin: 0px;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
p {
	font-size: 0.75em;
}
ul, ol {
	padding: 5px 0px 5px 25px;
	margin: 0px;
	font-size: 0.75em;
}
a:link, a:visited {
	color: #555;
	text-decoration: none;
}
a:hover, a:active {
	color: #555;
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: bottom;
}
.red{
	color: #ff0000;	
}
.clear {
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
}
