body {
	font-family: Arial, Verdana;
	font-size: 62.5%;
	color: Black;
}

h1 {
	color: #d00000;
	font-size: 1.3em;
	text-transform: uppercase;
}

h2 {
	color: #000000;
	font-size: 1.2em;
	text-transform: uppercase;
}

#mainContent {
	font-size: 1.2em;
	line-height: 18px;
}

a {
	color: #d00000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.main_block_content p {
	font-size: 1.3em;
}

.main_block_title h1 {
	margin: 2px 0 0 17px;
	padding: 0;
}

.readmore {
	font-size: 1.2em;
	color: #000000;
}

#business .readmore a,
#collector .readmore a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a .readmore_arrows {
	color: #d00000;
}

#business .readmore a:hover,
#collector .readmore a:hover {
	text-decoration: none;
}

#business a, 
#collector a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#news_block_title h1 {
	color: #000000;
	margin: 2px 0 0 24px;
	padding: 0;
}

#newsletter_block_title h1 {
	color: #000000;
	margin: 2px 0 0 24px;
	padding: 0;
}

#newsletter_submit {
	color: #000000;
	font-weight: bold;
	font-size: 1.0em;
}

#mainContent #form_container .submit {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid black;
}

#mainContent #error {
	color: #d00000;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#mainContent #success {
	color: #00b408;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 15px 0;
}