@charset "UTF-8";
a:active {
	text-decoration: none;
}
a:link {
	color: #C11;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	color: #C11;
}
h2 {
	font-size: 18px;
	color: #C11;
}
h3 {
	font-size: 18px;
	color: #0C4120;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height: 20px;
}
.subnav {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 18px;
}
.copywrite {
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	text-align: right;
}
.subnav a:link {
	color:#333;
	text-align:right;
}
.subnav a:active {
	color:#666;
	text-align:right;
}
.subnav a:hover {
	text-decoration:underline;
	text-align:right;
}
.subnav a:visited {
	text-decoration:none;
	text-align:right;
	color:#666;
}
