/* General Styles */
p {
	margin: 0 0 1em;
	padding: 0px;
}
h1, h2, h3, h4 {
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", lucida, sans-serif;
	font-weight: bold;
	color: #CC0000;
	line-height: 1,5em;
}
h1 {
    font-size: 8pt;
}

h2 {
    font-size: 16pt;
}
h3 {
    font-size: 16pt;
}


a {
	color: #CC0000;	
	text-decoration:none;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #753206;
	text-decoration:underline;
}
a img, .emoticon {
	border: none;
}
/* End General Styles */


/* Begin Structure */
body {
	font-family: Verdana, Arial, Sans-Serif;
	margin:0px;
	padding:0px;
	font-size: 0.9em;
	color:#29303B;
	line-height:1.3em;
}