/* Reset default browser rendering */
@import url("reset.css");

/* **************************************** */


/* = Generic HTML Styles */



body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #333333;
	margin-top: 20px;
	
}

#content {
	width: 388px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
	overflow: hidden;
	margin: auto;
	font-size: 85%;
	text-align: center
}

#footer2 {
	width: 368px;
	padding-left: 12px;
	padding-right: 20px;
	padding-top: 100px;
	overflow: visible;
	margin-top: 30px;
	text-align: left;
	font-size: 85%;
}


/* typography */

.bodytext {
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	text-transform: none
}

.bold {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	font-weight: normal;
} 

a:link	{
	color: #333333;
} 

a:visited	{
	color: #333333;
} 

a:active	{ 
	color: #333333;
} 

a:hover	{ 
	color: #ED2024; 
}
