/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 11px/1.5 Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
a:link {color:#0b2d70;}
a:visited {color:#0b2d70;}
a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {	font-size: 25px; font-family:Georgia, "Times New Roman", Times, serif;}
h2 {	font-size: 23px; font-family:Georgia, "Times New Roman", Times, serif;color:#0b2d70;}
h3 {	font-size: 21px; font-family:Georgia, "Times New Roman", Times, serif;color:#0b2d70;}
h4 {	font-size: 19px; font-family:Georgia, "Times New Roman", Times, serif;color:#950713}
h5 {	font-size: 17px;  font-family:Georgia, "Times New Roman", Times, serif; color:#950713}
h6 {	font-size: 15px; color:#888888;}

h6.breadcrumb {	font-size: 13px; color:#FFFFFF; margin-bottom:15px;}
h6.breadcrumb a:link {	font-size: 13px; color:#FFFFFF; text-decoration:none}
h6.breadcrumb a:visited {	font-size: 13px; color:#FFFFFF; text-decoration:none}
h6.breadcrumb a:hover {	font-size: 13px; color:#FFFFFF; text-decoration:underline}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {	list-style: decimal;}
ul {	list-style: square;}
li {	margin-left: 30px;}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

/*
EDITS
*/
h5.countdown-text {color:#ffffff; font-family:Verdana, Arial, Helvetica, sans-serif;	}

h5.countdown-text,
h6.news-text {margin-bottom:0;}

h6.news-text {font-size:12px; color:#0b2d70;}

p.back-to-top {text-align:right; padding:0 15px 0 0;}

p.login-text {color:#0b2d70; font-size:medium; font-weight:bold;}