/***************
STANDARD PAGE CONTENT STYLES
****************/

h1 {
	padding: 0px;
	margin: 0px;
	
	font-size: 18px;
	font-weight: bold;
	color: #232020;
	
	line-height: 22px;
	text-decoration: none;

	margin-bottom: 15px;
}

h2 {
	padding: 0px;
	margin: 0px;

	font-size: 12px;
	font-weight: bold;
	color: #232020;

	line-height: 14px;
	
	margin-bottom: 3px;
}

h3 {
	padding: 0px;
	margin: 0px;
	
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;

	line-height: 14px;

	margin-bottom: 3px;
}

p {
	padding: 0px;
	margin: 0px;
	
	color: #232020;
	line-height: 16px;
	
	padding-bottom: 10px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

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

.highlight {
	color: #ffffff;
}

.lowlight {
	color: #332F30;
}