/*
Design by CSS Templates For Free
http://www.csstemplatesforfree.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

hr {
        #display: none;
	        border-top: 1px dashed #f00;
		        border-bottom: 1px none #f00;
			        }


body,p,td {
	background: #FFFFFF ;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

th {
	color: #ff2222;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {	
}

h1 {
	font-size: 18px;
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

p, blockquote, ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
}



