/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FFFFFF;
	line-height: 1em;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 3em;
	line-height: 1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p {
}

a {
	border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #cd0000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

img.left {
	float: right;
	border: 1px solid #6A2949;
	margin-top: 10;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5;
}

img.right {
	float: left;
	border: 1px solid #672A49;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
}

