/*
RFE Gase
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

h1
{
	font-size: 20px;
	color: #fff;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 13px;
}

/* =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: 16px;
}

#branding h1 {
	margin-bottom: 0px;
}

a, a:hover, a:visited {
	color: #2F2F2F;
	text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

dd.csc-textpic-caption {
	font-size: 10px;
	padding: 5px 0px;
	font-style: italic;
}

span.error {
	color: red;
}

h2, h3, h4 {
	padding-top: 20px;
}

