html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(img/main-background.jpg) repeat-y #cecece;
	color: #818181;
}

div, form
{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

table
{
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	font-size: 100%;
}

p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, caption, th, td, label
{
	margin: 0;
	padding: 0;
}

ol
{
	margin: 0 0 0 40px;
	padding: 0;
}

ul li
{
	list-style-type: none;
}

a
{
	color: #333;
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

img
{
	margin: 0;
	padding: 0;
	border: none;
}

input, select, textarea
{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #333;
}

select, textarea
{
	margin: 0;
	padding: 0;
	background: #fff;
}

form
{
	display: inline;
}

hr
{
	display: none;
}

div.clear
{
	clear: both;
	height: 0;
	font-size: 1px;
}

h6
{
	position: absolute;
	left: -3000px;
}

/**** CUSTOM *****/



.next
{
	margin-top: 15px;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right !important;
}

.left
{
	text-align: left;
}

.bold
{
	font-weight: bold;
}

/* This goes in the stylesheet to hide the browser text before it is replaced */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

