@charset "UTF-8";
/* CSS Document */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #434C50;
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
}


h2 {
	font-size: 19px;
	margin: 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-bottom:5px;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

div#foot a:link,
div#foot a:VISITED {
	color:#ffffff;
	text-decoration: none;
}

div#foot a:HOVER {
	color:#ffffff;
	text-decoration: underline;
}

.textRed {
	color: #dd0a00;
}