﻿body
{
	font-family: Verdana;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
}
.clear-fix:after 
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
p
{
	margin: 0 0 1em 0;
}
div 
{
	padding: 0;
	margin: 0;
}
img, a img
{
	border: none;
	text-decoration: none;
}
.red 
{
	color: #c01933
}
.navy 
{
	color: #002A50;
}
.gray
{
	/*color: #e4e4e4;*/
	color: #999999;
}
h1 
{
	font-size: 33px;
	line-height: 1em;
	color: #002A50;
	font-weight: 400;
	margin: 0 0 0.8em 0;
}
h2 
{
	font-size: 25px;
	line-height: 1em;
	color: #c01933;
	font-weight: 400;
	margin: 0 0 0.5em 0;
}
h3 
{
	font-size: 18px;
	line-height: 1em;
	color: #002A50;
	font-weight: 400;
	margin: 0 0 0.15em 0;
}
h4 
{
	font-size: 14px;
	line-height: 1em;
	color: #c01933;
	font-weight: 400;
	margin: 0.15em 0;
}
h4 a 
{
	color: #c01933;
	text-decoration: none;
}
h4 a:hover {
	color: #002A50;
}
h5
{
	display: block;
	font-size: 18px;
	line-height: 1em;
	color: #c01933;
	font-weight: 400;
	margin: .8em 0 0.15em 0;
}
table.striped
{
	
}
table.striped th
{
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1em;
	color: #002A50;
	letter-spacing: 3px;
	font-weight: 400;
	padding: 4px;
	text-align: left;
	background-color: #e4e4e4;
}
table.striped tr:nth-of-type(even) 
{
	background-color:#bfcdda;
 }
.charthead
{
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1em;
	color: #002A50;
	letter-spacing: 3px;
	font-weight: 400;
}
th.charthead
{
	padding: 4px;
	text-align: left;
}
.mediahead
{
	text-transform: uppercase;
	background: #002A50;
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 4px;
	font-weight: 400;
	padding: 4px 0 4px 6px;
}
.mediahead.border
{
	border: 1px solid #d3d3d3;
	border-bottom: 0px !important;
	padding-left: 0px;
}
.cellGray
{
	background-color: #e4e4e4;
}
.cellLtBlue
{
	background-color: #bfcdda;
}
/**/
a
{
	color: #002A50;
	text-decoration: underline;
	outline: none;
}
a:hover
{
	color: #c01933;
}
/**/
a.button
{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #002A50;
	padding: 6px 8px;
	text-align: center;
	
}
a.button:hover
{
	background-color: #c01933;
}
a.button-sm
{
	display: inline-block;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #002A50;
	padding: 1px 6px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1.2px
}
a.button-sm:hover
{
	background-color: #c01933;
}
input.button-sm
{
	display: inline-block;
	font-family: Verdana;
	line-height: 1.5em;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #002A50;
	/*padding: 4px 6px 3px 4px;*/
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1.5px;
	border-style: none !important;
	height: 22px;
	padding-bottom: 3px;
	-webkit-padding-after: 0px;
}
input.button-sm:hover
{
	background-color: #c01933;
}

a.button-photo
{
	display: inline-block;
	font-size: 11px;
	color: #002A50;
	text-decoration: none;
	background: transparent url('/images/site/icons/photo') no-repeat 2px 1px;
	padding: 1px 1px 1px 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
}
a.button-photo:hover
{
	/*background-color: inherit;*/
}
a.button-sm-red {
    display: inline-block;
    text-align:center;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    background-color: #c01933;
    padding: 1px 6px;
    text-align: center;
    /*text-transform: uppercase;*/
    font-weight: 800;
    letter-spacing: 1.2px;
    margin-left: 10px;
}
a.button-sm-red:hover
{
	background-color: #002A50;
}
input.button-sm-red
{
	display: inline-block;
	font-family: Verdana;
	line-height: 1.5em;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #c01933;
	/*padding: 4px 6px 3px 4px;*/
	text-align: center;
	/*text-transform: uppercase;*/
	font-weight: 900;
	letter-spacing: 1.5px;
	border-style: none !important;
	height: 22px;
	padding-bottom: 3px;
	-webkit-padding-after: 0px;
}
input.button-sm-red:hover
{
	background-color: #002A50;
}

