@import url('fonts.css');

body
{
	margin: 15px 0 100px 0;
	background-color: #222426;
	color: #616363;
	font-family: "HelveticaNeue";
	font-size: 14px;
}
#header
{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 0px auto 0px auto;
}
.header_name
{
	color: #fff;
	font-family: "HelveticaNeueLight";
	font-size: 84px;
}
.large_title
{
	color: #1fb3ff;
	font-family: "HelveticaNeueLight";
	font-size: 36px;
}
.title
{
	color: #fff;
	font-family: "HelveticaNeueBold";
	font-size: 14px;
}
p
{
	margin: 0;
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
p:hover
{
	color: #b8b8b8;
}
a
{
	color: #616363;
	font-family: "HelveticaNeue";
	font-size: 14px;
	text-decoration: none;
}
a:hover
{
	color: #b8b8b8;
	font-family: "HelveticaNeue";
	font-size: 14px;
	text-decoration: underline;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
#print_subtitle
{
	display: none;
}