body {font-size: 100%;
margin: 0;
padding: 0;
background-color: #085C84;
 }
 
 .bodyblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
	
.bodyred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #993333;
}

.bodyredsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #993333;
}

 A.bodyredsmall:link {
	font-family:  Arial, Helvetica;
	font-size: 10px;
	color: #993333;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
A.bodyredsmall:active {
	font-family:  Arial, Helvetica;
	font-size: 10px;
	color: #993333;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
A.bodyredsmall:visited {
	font-family:  Arial, Helvetica;
	font-size: 10px;
	color: #993333;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
A.bodyredsmall:hover   {
	font-family:  Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #993333;
	cursor: hand;
	line-height: 15px;
	text-decoration: underline;
}
	 
 A:link {
	font-family:  Arial, Helvetica;
	font-size: 11px; /* DV */ 
	color: #993333;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
A:active {
	font-family:  Arial, Helvetica;
	font-size: 11px; /* DV */ 
	color: #993333;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
A:visited {
	font-family:  Arial, Helvetica;
	font-size: 11px; /* DV */ 
	color: #993333;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
A:hover   {
	font-family:  Arial, Helvetica;
	font-size: 11px; /* DV */ 
	font-weight: normal;
	color: #993333;
	cursor: hand;
	line-height: 15px;
	text-decoration: underline;
}

  .bluelink_box {
	font-family:  Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #085C84;
	padding: 3px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
 
 A.bluelink_box:link {
	font-family:  Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
A.bluelink_box:active {
	font-family:  Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
A.bluelink_box:visited {
	font-family:  Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
A.bluelink_box:hover   {
	font-family:  Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: hand;
	line-height: 15px;
	text-decoration: none;
	background-color: #0079AA;
}

.clearboth { clear: both; }

#Wrapper {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 10px;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 1;
	visibility: visible;
}

#HorizontalBar {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 38px;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 2;
	height: 170px;
	background-color: #0079AA;
}


#SubWrapper {
	clear: none;
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	z-index: 3;
	visibility: visible;
	left: 0px;
	top: 0px;
	height: 100%;
}

.Header {
	width: 800px;
	background-image: url(images/menu1.gif);
	background-repeat: no-repeat;
	height: 38px;
}

#HeaderMenu {
	clear: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	z-index: 4;
	visibility: visible;
	left: 0px;
	top: 0px;
}

.HeaderMenuWrapper {
	width: 800px;
	float: left;
}

.HeaderMenuWrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #E88032;
	line-height: 16px;
	text-align: center;
	margin-top: 12px;
}

A.headermenu:link {
	font-family:  Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}       /* unvisited link */
A.headermenu:active {
	font-family:  Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}   /* visited links */
A.headermenu:visited {
	font-family:  Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}    /* active links */
A.headermenu:hover   {
	font-family:  Arial, Helvetica;
	font-size: 13px;
	color: #E88032;
	text-decoration: none;
	cursor: hand;
	line-height: 16px;
	font-weight: normal;
}


.HeaderImage1 {
	background-image: url(images/header1.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 170px;
	float: left;
}

.HeaderImage2 {
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 170px;
	float: left;
}

.HeaderLogo {
	background-image: url(images/headerlogo.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 170px;
	float: left;
}

#PrintControl {
	position: absolute;
	width: 493px;
	z-index: 5;
	visibility: visible;
	left: 3px;
	top: 208px;
	text-align: right;
}

.LatestArticleList {
	width: 250px;
	float: left;
}

.LatestArticleList p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-color: #E4E4EC;
	margin: 8px 8px 0px;
	cursor: hand;
	font-weight: normal;
	padding: 12px 12px 0px;
}

A.articlelist:link {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}       /* unvisited link */
A.articlelist:active {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}   /* visited links */
A.articlelist:visited {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}    /* active links */
A.articlelist:hover   {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: underline;
	cursor: hand;
	line-height: 15px;
	font-weight: bold;
}

.articlelist_date {
	font-family:  Arial, Helvetica;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 17px;
	font-weight: normal;
}

.LatestArticleListHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.LatestInsightLinksList {
	width: 250px;
	float: left;
}

.LatestInsightLinksList p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 0px 8px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	cursor: hand;
	font-weight: normal;
}

A.insightlinkslist:link {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}       /* unvisited link */
A.insightlinkslist:active {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}   /* visited links */
A.insightlinkslist:visited {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}    /* active links */
A.insightlinkslist:hover   {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: underline;
	cursor: hand;
	line-height: 15px;
	font-weight: bold;
}

.insightlinkslist_date {
	font-family:  Arial, Helvetica;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 17px;
	font-weight: normal;
}

.LatestInsightLinksListHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.Search {
	width: 297px;
	float: left;
}

.Search p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 12px;
	margin-top: 16px;
	margin-left: 25px;
	background-repeat: no-repeat;
	margin-right: 23px;
	background-image: url(images/library.gif);
	background-color: #993333;
	background-position: center;
	margin-bottom: 8px;
}

A.library:link {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
}       /* unvisited link */
A.library:active {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
}   /* visited links */
A.library:visited {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
}    /* active links */
A.library:hover   {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #FFFFFF;
	text-decoration: underline;
	cursor: hand;
	line-height: 15px;
	font-weight: normal;
}

.SearchBox {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	height: 20px;
	width: 166px;
	text-decoration: none;
	text-indent: 4px;
	vertical-align: middle;
}

.SearchButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	text-align: center;
	height: 20px;
	background-color: #E88032;
	width: 48px;
	vertical-align: middle;
}

.DownloadButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	text-align: center;
	height: 30px;
	background-color: #E88032;
	width: 210px;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px;
	border: 2px solid #993300;
}

.LatestReportList {
	width: 297px;
	float: left;
}

.LatestReportList p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px 23px 8px 25px;
	cursor: hand;
	font-weight: normal;
	padding: 12px 12px 0px;
	border: 1px solid #000000;
}

A.reportlist:link {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}       /* unvisited link */
A.reportlist:active {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}   /* visited links */
A.reportlist:visited {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}    /* active links */
A.reportlist:hover   {
	font-family:  Arial, Helvetica;
	font-size: 11.5px; /* DV */ 
	color: #993333;
	text-decoration: underline;
	cursor: hand;
	line-height: 15px;
	font-weight: bold;
}

.reportlist_date {
	font-family:  Arial, Helvetica;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 17px;
	font-weight: normal;
}

.LatestReportListHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

/* ------------------- */

A.topiclist:link {
	font-family:  Arial, Helvetica;
	font-size: 12.5px; /* DV */ 
	color: #616D7E;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}       /* unvisited link */
A.topiclist:active {
	font-family:  Arial, Helvetica;
	font-size: 12.5px; /* DV */ 
	color: #616D7E;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}   /* visited links */
A.topiclist:visited {
	font-family:  Arial, Helvetica;
	font-size: 12.5px; /* DV */ 
	color: #616D7E;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}    /* active links */
A.topiclist:hover   {
	font-family:  Arial, Helvetica;
	font-size: 12.5px; /* DV */ 
	color: #616D7E;
	text-decoration: underline;
	cursor: hand;
	line-height: 20px;
	font-weight: bold;
}

.TopicListHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

/* ------------------- */


.AllArticles {
	width: 500px;
	float: left;
	height: 1030px;
}

.AllArticles p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 10px;
	width: 468px;
	margin-right: 16px;
	margin-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.SingleArticle {
	width: 500px;
	float: left;
	margin-top: 36px;
}

.SingleArticle_Extended {
	width: 500px;
	float: left;
	margin-top: 36px;
	height: 1030px;
}

.SingleArticle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-right: 16px;
	padding-left: 16px;
	margin: 0px;
}

.SingleArticle_Extended p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-right: 16px;
	padding-left: 16px;
	margin: 0px;
}

.SingleArticle li  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	text-decoration: none;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
}

.SingleArticle b  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.SingleArticle i  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-style: italic;
	text-align: left;
	color: #000000;
	text-decoration: none;
}

.SingleArticleItalicParagraph  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-style: italic;
	text-align: left;
	color: #000000;
	text-decoration: none;
	width: 465px;
}

.SingleArticleBoldParagraph  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-style: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	width: 465px;
	font-weight: bold;
}

.single_article_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}

.single_article_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.single_article_published_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.single_article_published_author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.single_article_published_in {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.ContentWrapper {
	width: 800px;
	background-color: #FFFFFF;
}

.ContentWrapperNarrow {
	width: 797px;
	background-color: #E88032;
	float: left;
}
.ContentWrapperLeft {
	width: 500px;
	background-color: #FFFFFF;
	float: left;
}

.Content1 {
	width: 250px;
	float: left;
}

.Content1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding: 0px 8px 0px 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.Content2 {
	width: 500px;
	float: left;
}

.Content2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px 16px;
}

.Content2_Extended {
	width: 500px;
	float: left;
}

.Content2_Extended p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 75%;
	padding: 8px 16px;
}

.Content3 {
	width: 250px;
	float: left;
}

.Content3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px 16px;
}

.Content3_Extended {
	width: 250px;
	float: left;
}

.Content3_Extended p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 70%;
	padding: 8px 16px;
}

.Content4 {
	width: 250px;
	float: left;
}

.Content4 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding: 8px 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.Content5_forms {
	width: 250px;
	float: left;
}

.Content5_forms form {
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.Content5_forms p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
}

.form_boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-color: #FFCC66;
	border: 1px solid #000000;
	width: 230px;
	padding: 2px;
	height: 20px;
}

.form_boxes_tall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-color: #FFCC66;
	border: 1px solid #000000;
	width: 230px;
	padding: 2px;
	height: 45px;
}

.content_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.content_sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.PromotionsList {
	width: 297px;
	float: left;
	background-color: #E88032;
}

.PromotionsList p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

A.promotions_link:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}       /* unvisited link */
A.promotions_link:active {
	font-family:  Arial, Helvetica;
	font-size: 11px; /* DV */ 
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}   /* visited links */
A.promotions_link:visited {
	font-family:  Arial, Helvetica;
	font-size: 11px; /* DV */ 
	text-decoration: none;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}    /* active links */
A.promotions_link:hover {
	text-decoration: underline;
	cursor: hand;
	border: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}

.PromotionsBox {
	width: 297px;
	float: left;
}

.PromotionsBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #000066;
	width: 100px;
	border: 1px solid #FFFFFF;
	height: 100px;
}

.Footer {
	width: 800px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.FootMenuWrapper {
	width: 800px;
	float: left;
}

.FootMenuWrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

A.footmenu:link {
	font-family:  Arial, Helvetica;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
}       /* unvisited link */
A.footmenu:active {
	font-family:  Arial, Helvetica;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 11px;
	font-weight: normal;
}   /* visited links */
A.footmenu:visited {
	font-family:  Arial, Helvetica;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 11px;
	font-weight: normal;
}    /* active links */
A.footmenu:hover   {
	font-family:  Arial, Helvetica;
	font-size: 9px;
	color: #E88032;
	text-decoration: none;
	cursor: hand;
	line-height: 11px;
	font-weight: normal;
}

a img, :link img, :visited img {border: none}
.bodyblackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* DV */ 
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.SubscribeButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	text-align: center;
	height: 30px;
	background-color: #E88032;
	width: 180px;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px;
	border: 2px solid #993300;
}
#BlogRSS {
	position: absolute;
	width: 240px;
	z-index: 5;
	visibility: visible;
	left: 525px;
	top: 382px;
	text-align: right;
}
.bodytextlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.LineSpace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #000000;
}
