@charset "utf-8";
/* CSS Document */



h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 35px;
	color: #000;
}
h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	color: #000;
}
h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	color: #FF0000;
}
.bodytext {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 18px;
	
}
.smallbodytext {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 18px;
	
}


a:link {
	color: #E60000;
}
a:visited {
	color: #E60000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #E60000;
}