@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------- TAGS */

p, li {
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:16px;
	line-height:1.6em;
}

#footerFG p {
	font-size:14px;
	color:#FFFFFF;
}

#footerFG a {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#660000;
	margin:0 0 0 0;
	font-weight:lighter;
	border-bottom:#660000 dashed medium;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	margin:0 0 0 0;
	font-weight:lighter;
	border-bottom:#000033 solid thin;
}

img {
	border:none;
}

td {
	vertical-align:top;
}

fieldset {
	border:#000033 solid 2px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
}

legend {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:lighter;
	font-size:18px;
	border:#000033 solid 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:url(images/ui-bg_highlight-soft_10_003366_1x100.png) center;
	padding:1px 3px;
}

hr {
	border:none;
	border-top:#000033 solid 1px;
}

input {
	font-size:16px;
}


/* ------------------------------------------------------------- PSUEDO CLASSES */

a:hover {
	text-decoration:none;
}

h2>a {
	text-decoration:none;
}

h2>a:hover {
	color:#660000;
}

.rssCell a,.socialCell a {
	line-height:30px;
}


/* ------------------------------------------------------------- CLASSES */

.BB_header_logo {
	margin:8px 0 0 0;
}

.boldemphasize {
	font-weight:bold;
	font-style:italic;
	color:#660000;
}

.emphasize {
	font-style:italic;
	color:#660000;
}

.contrast {
	color:#336699;
}

.boldcontrast {
	font-weight:bold;
	color:#336699;
}

.p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:16px;
	line-height:1.6em;
}

.error {
	color:#990000;
	font-weight:bold;
}

.nospacing {
	margin:0;
	padding:0;
}

.nocontent>* {
	display:none;
}

.justify {
	text-align:justify;
}

.border-bottom {
	border-bottom:#003366 dashed 3px;
}

.border-bottom-red {
	border-bottom:#660000 dashed 3px;
}

.border-bottom-thin {
	border-bottom:#003366 solid 1px;
}

.bb-button {
	padding:3px;
	cursor:pointer;
	text-align:left;
}

.bb-button>span {
	float:left;
}

.smfont {
	font-size:14px;
}

.imgRight {
	float:right;
	margin:0 0 0 10px;
}

.imgLeft {
	float:left;
	margin:0 10px 0 0;
}

.imgBorder {
	border:#000033 solid 2px;
}

.f16 {
	font-size:16px;
}


/* ------------------------------------------------------------- IDS */