/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
* {
	margin: 0;
}

body {
	font: 11px/1.3 Verdana, Tahoma, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-family: Verdana, Tahoma, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

#site-header a:link {font-weight: bold; color: #ffffff;}
#site-header a:visited {font-weight: bold; color: #ffffff;}
#site-header a:hover {font-weight: bold; color: #CCCCCC; text-decoration: none}
#site-header a:active {font-weight: bold; COLOR: #CCCCCC}

.bonus-box a:link {font-weight: bold; color: #ffffff;}
.bonus-box a:visited {font-weight: bold; color: #ffffff;}
.bonus-box a:hover {font-weight: bold; color: #CC161D; text-decoration: none}
.bonus-box a:active {font-weight: bold; COLOR: #CC161D}

a:link {font-weight: bold; color: #0077C3;}
a:visited {font-weight: bold; color: #0077C3;}
a:hover {font-weight: bold; color: #900000; text-decoration: none}
a:active {font-weight: bold; COLOR: #900000}

h1 a:link {font-weight: bold; color: #0077C3;}
h1 a:visited {font-weight: bold; color: #0077C3;}
h1 a:hover {font-weight: bold; color: #900000; text-decoration: none}
h1 a:active {font-weight: bold; COLOR: #900000}

.blue, .blue a, .blue a:visited, .blue a:active {font-weight: bold; color: #0077C3;}
.blue a:hover {font-weight: bold; color: #900000; text-decoration: none}

.hilite-box, .hilite-box a, .hilite-box a:visited, .hilite-box a:active {
	color:#ffffff;
}

.f13 {
	font-size: 13px;
}

.shaded {color: #8C8C8C;}
.blue {color: #0077C3;}
.red {color: #900000;}
.yellow {color: #FFFF00;}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1, .h1, .headline
{
	font-size: 18px;
	font-weight: bold;
}

h2, .h2
{
	font-size: 16px;
	font-weight: bold;
}

h3, .h3
{
	font-size: 14px;
	font-weight: bold;
}

h4, .h4
{
	font-size: 13px;
	font-weight: bold;
}

h5, .h5
{
	font-size: 12px;
	font-weight: bold;
}

h6, .h6
{
	font-size: 11px;
	font-weight: bold;
}

p {
	font-size: 100%;
}

.p2 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.normal {
	font-weight: normal;
}

.article .author {
	color: #8C8C8C;
	margin-bottom:1em;
}

.article h1, .article .h1, .article h2, .article .h2, .article h3, .article .h3 {
	color: #000;
/*	color: #0077C3; */
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.article .h1, .article .h2, .article .h3 {
/*	display:block; */
}

.article h1, .article .h1 {font-size: 14px;}
.article h2, .article .h2 {font-size: 12px;}
.article h3, .article .h3 {font-size: 11px;}

.article-title h1 {
	font-size: 18px;
	color: #0077C3;
}



/* paragraphs, quotes and lists
----------------------------------------------- */
p, td p, table tr td p {
	margin: 0;
	padding: 0;
}

blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
/*
ul, ol {
	padding-top:0;
}
*/

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

/*
ul
{
	list-style: square;
}

li
{
	margin-left: 10px;
}
*/
dl,
hr,
h1,
h2,
h5, .h5,
/*
ol,
ul,
*/
pre,
address,
fieldset
{
	margin: 0 0 6px 0;
	padding: 0px;
}

h3, .h3,
h4, .h4,
{
	margin: 0;
	padding: 0;
}
