@charset "utf-8";
/*  ----------------------------------------------------------------------------------- */
/*  This is the text styles CSS file and should be used for all text styles             */
/*  ----------------------------------------------------------------------------------- */

/*  ------------------------------------------ */
/*  Sitewide Text Styles                       */
/*  ------------------------------------------ */
body, td, pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	background-color:#5d686f !important;
}
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: underline;
	color:#b1f119;
}

h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin-bottom: 15px;
}

h1 a, h2 a
{
	color:#FFF !important;
	text-decoration:none !important;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
ul {
	margin-left: 2.5em;
	list-style: disc;
}
ol {
	margin-left: 2.5em;
	list-style: decimal;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

/*  ------------------------------------------ */
/*  Specific Text Styles                       */
/*  ------------------------------------------ */
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

h1 a:link,
h1 a:visited, 
h1 a:active,
h1 a:hover,
h2 a:link,
h2 a:visited, 
h2 a:active,
h2 a:hover,
h3 a:link,
h3 a:visited, 
h3 a:active,
h3 a:hover {
	text-decoration: underline;
}

table.info-boxes-template {
	width:100%;
	border-collapse:collapse;
}

table.info-boxes-template td,
table.info-boxes-template th  {
	padding:3px;
	width:50%;
	text-align:left;
}
table.info-boxes-template th h2 {
	margin:0;
}


.green_text
{
	color:#B1F119;
}

/*  ------------------------------------------ */
/*  User Error & Success Messages              */
/*  ------------------------------------------ */
.user_message_error {
	color: #990000;
	font-weight: bold;
}
.user_message_success {
	color: #009933;
	font-weight: bold;
}

/*  ------------------------------------------ */
/*  Page Specific Layout Divs                  */
/*  ------------------------------------------ */
#info-boxes-template-header
{
	background-image:url("/cms_files/84/border.png");
	background-repeat:repeat-x;
	height:6px;
}

#info-boxes-template-container
{
	width:100%;
	margin:0px;
	padding:10px 0 0 0;
}
