* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
	background-image: url(../images/bgr.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 10px; /* sets all fonts to 10px to help with em styling*/
	font-family: Arial, sans-serif;
}
#wrap {
	background-color: #F2F2F2;
	width: auto;
	background-image: url(../images/mainbarbgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 50px;
}

#logobar {
	padding: 0px;
	height: 106px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #05446b;
	background-image: url(../images/logobarbgr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#mainnav {
	padding: 0px;
	height: 36px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 19px;
	margin-left: auto;
	width: 980px;
}

/*--CSS Sprites - Default State--*/
ul#topnav {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
	width: 980px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	z-index: 40;
}

/*--CSS Sprites - Default State--*/
ul#topnav li a {
	float: left;
	height: 36px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left top;
}

/*--CSS Sprites - Hover State--*/
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left -36px;
}

/*--Assign an image and width to each link--*/
ul#topnav a.home {
	background-image: url(../images/home_a.jpg);
	width: 79px;
	display: block;
}
ul#topnav a.about {
	background-image: url(../images/about_a.jpg);
	width: 98px;
}

ul#topnav a.products {
	background-image: url(../images/products_a.jpg);
	width: 105px;
}
ul#topnav a.projects {
	background-image: url(../images/projects_a.jpg);
	width: 103px;
}
ul#topnav a.application {
	background-image: url(../images/application_a.jpg);
	width: 169px;
}
ul#topnav a.markets {
	background-image: url(../images/markets_a.jpg);
	width: 99px;
}
ul#topnav a.news {
	background-image: url(../images/news_a.jpg);
	width: 118px;
}
ul#topnav a.careers {
	background-image: url(../images/careers_a.jpg);
	width: 96px;
}
ul#topnav a.contact {
	background-image: url(../images/contact_a.jpg);
	width: 113px;
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 36px;
	right: 0;
	z-index: 99999;
	background: #d7d7d7;
	float: left;
	font-size: 11px;
	display: none; /*--Hidden for those with js turned off--*/
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
ul#topnav li .sub2 {
	position: absolute; /*--Important--*/
	top: 36px;
	left: 0;
	z-index: 99999;
	background: #d7d7d7;
	float: left;
	font-size: 11px;
	display: none; /*--Hidden for those with js turned off--*/
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 170px;
	float: left;
}
ul#topnav li ul .sub3 {
	float: left;
}
ul#topnav li .sub2 ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #727272;
	padding: 2px;
}

ul#topnav .sub2 ul li {
	width: 100%; /*--Override parent list item--*/
	color: #727272;
}

ul#topnav .sub2 ul li.project {
	color: #05446b;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 10px;
}

ul#topnav .sub2 ul li.project a { 
	color: #05446b;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: bold;
	background-image: none;
}

ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #727272;
	padding-left: 15px;
	background-image: url(../images/navlist_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
ul#topnav .sub2 ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #666666;
	padding-left: 20px;
	background-image: url(../images/navlist_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	padding-bottom: 5px;
}
ul#topnav .sub ul li a:hover {
	color: #05446B;
}
ul#topnav .sub2 ul li a:hover {
	color: #05446B;
}

.language {
	padding: 0px;
	float: left;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	height: 30px;
}
.mainlogo {
	padding: 0px;
	float: right;
	height: 27px;
	width: 205px;
	margin-top: 27px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainlogo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#marketswrap {
	height: 296px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	/*background: url(../images/tempmiddleimage.jpg);*/

}
#markets {
	height: 296px;
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#contentwrap {
	width: 988px;
	margin-top: 19px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding: 0px;
}
#top {
	height: 8px;
	width: 988px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottom {
	padding: 0px;
	height: 8px;
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: left;
}
#content {
	width: 988px;
	background-image: url(../images/content_whitebgr.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.leftcontent {
	width: 319px;
	float: left;
	height: auto;
	margin-left: 26px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 0px;
}
.leftcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05446B;
	font-weight: bold;
}

.middlecontent {
	width: 319px;
	float: left;
	height: auto;
	margin-left: 26px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 0px;
}
.middlecontent img {
	margin: 0px;
	padding: 0px;
}
.middlecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.middlecontent ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.middlecontent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-right: 26px;
}
.middlecontent ul li .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05446B;
	line-height: 19px;
}


.middlecontent ul li a {
	color: #333333;
}
.middlecontent  .bottom    {
	border-bottom-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 26px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.middlecontent ul li a:hover {
	color: #05446B;
}




.rightcontent {
	width: 246px;
	float: left;
	height: auto;
	margin-left: 26px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rightcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #507c97;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightcontent h1 .light {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #507c97;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: lighter;
}
#brochuredownload {
	padding: 0px;
	height: 92px;
	width: 246px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #05436C;
}
#brochuredownload a {
	background-attachment: scroll;
	background-image: url(../images/home_brochure.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 92px;
	width: 246px;
}




.leftcontent img {
	margin: 0px;
	padding: 0px;
}
.leftcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#footerwrap {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/footerbgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 340px;
}
.footerleft {
	padding: 0px;
	float: left;
	width: 187px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 26px;
}
.footerleft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.footerleft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.footerleft ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footerleft ul li {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
.footerleft ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.footerright {
	padding: 0px;
	float: left;
	width: 85px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 26px;
	margin-left: 26px;
}
.footerright h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.footerright ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footerright ul li {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
.footerright ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.footerleft ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footerright ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer2 {
	padding: 0px;
	width: 936px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	height: 130px;
}
#footer2 ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 936px;
	height: 30px;
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer2 img {
	float: left;
}

#footer2 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	float: left;
	padding-right: 5px;
}
#footer2 ul li a {
	color: #999999;
	text-decoration: none;
}
#footer2 ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#cycle {
	height: 260px;
	width: 703px;
	overflow: hidden;
	float: left;
	background-color: #06446B;
}
#selectoptions {
	width: 277px;
	height: 260px;
	float: left;
	background: url(../images/selectedbg2.jpg) no-repeat;
}

.homedrop {
	width: 238px;
	margin-left: 0px;
	padding-left: 0px;
}

#selectdropswrap {
	margin-left: 20px;
	padding-top: 10px;
}
.selectdrops {
	width: 238px;
	padding-bottom: 10px;
	border-bottom: 1px solid #022E4B;
	border-top: 1px solid #4D7694;
}
.selectdrops p {
	color: #B4C7D3;
	font-size: 10pt;
	margin: 0px;
}

.selecttitle {
	padding-top: 12px;
	padding-bottom: 5px;
}
.selectitle span {
	font-size: 8pt;
	color: #6189a2;
}

.fadeimage img {
	border: none;
}

#bottomnav {
	width: 980px;
	height: 36px;
	clear: both;
	float: left;
}

#fadenav { 
	float: left;
	padding: 0px;
	margin: 0px;
	height: 36px;
}

#fadenav li {
	float: left;  
	list-style: none;
	height: 36px;
	}
	
#fadenav li a {
	text-decoration: none;
	z-index: 10;
	color: #C7C7C7;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	display: block;
	padding-top: 10px;
}

#fadenav .standard  {
	background: url(../images/navbg.jpg) repeat-x;
	width: 106px;
	padding-bottom: 12px;
	border-left: 1px solid #666666;
	border-right: 1px solid #999999;
}

/*#fadenav .nopadding  {
	padding-top: 3px;
	height: 21px;
}*/

.curveright  {
	background: #626264 url(../images/curveright.jpg) no-repeat left;
	border-left: 1px solid #666666;
	width: 106px;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 12px;
}

#fadenav a.activeSlide.curveright {
	background: #003358 url(../images/curverightalt.jpg) no-repeat left;
	border-left: 1px solid #003366;
	width: 106px;
	padding-bottom: 12px;
}

.curveleft  {
	background: #626264 url(../images/curveleft.jpg) no-repeat left;
	border-right: 1px solid #999999;
	width: 106px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 12px;
}
#fadenav a.activeSlide.curveleft {
	background: #003358 url(../images/curveleftalt.jpg) no-repeat left;
	border-right: 1px solid #154d7e;
	width: 106px;
	padding-bottom: 12px;
}

#fadenav a.activeSlide { 
	background: #003358 url(../images/navbgalt2.jpg) repeat-x;
	padding-bottom: 12px;
 }
 
#fadenav a.activeSlide.standard {
	border-right: 1px solid #154d7e;
	border-left: 1px solid #003366;
	padding-bottom: 12px;
}
 
 #fadenav a.activeSlide span {
	display: inline;
	
}

#fadenav span {
	display: none;
}
.hideme {
	display: none;
}
#wrap #mainnav #topnav .lihome {
	width: 79px;
}
#wrap #mainnav #topnav .liabout {
	width: 98px;
}
#wrap #mainnav #topnav .liproducts {
	width: 105px;
}
#wrap #mainnav #topnav .liprojects {
	width: 103px;
}
#wrap #mainnav #topnav .liapplication {
	width: 169px;
}
#wrap #mainnav #topnav .limarkets {
	width: 99px;
}
#wrap #mainnav #topnav .linews {
	width: 118px;
}
#wrap #mainnav #topnav .licarrers {
	width: 96px;
}
#wrap #mainnav #topnav .licontact {
	width: 113px;
}
ul#topnav .sub2 ul li.project2 {
	color: #05446b;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
}
ul#topnav li .sub3 {
	position: absolute; /*--Important--*/
	top: 36px;
	right: 0;
	z-index: 99999;
	background: #d7d7d7;
	float: left;
	font-size: 11px;
	display: none; /*--Hidden for those with js turned off--*/
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
ul#topnav li .sub3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 125px;
	float: left;
}
ul#topnav .sub3 ul li {
	width: 100%; /*--Override parent list item--*/
	color: #727272;
	padding: 2px;
}
ul#topnav .sub3 ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto;
	display: block;
	text-decoration: none;
	color: #727272;
	padding-left: 15px;
	background-image: url(../images/navlist_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
ul#topnav .sub3 ul li a:hover {
	color: #05446B;
}
#wrap #mainnav #topnav .limarkets .sub3 .small {
	width: 105px;
}
#wrap #mainnav #topnav .limarkets .sub3 .small2 {
	width: 110px;
}
#wrap #mainnav #topnav .limarkets .sub3 .small3 {
	width: 60px;
}

ul#topnav .sub2 ul li.project3 {
	color: #05446b;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#wrap  #mainnav  #topnav  .licarrers  .sub  .small {
	width: 130px;
}
#wrap #mainnav #topnav .licontact .sub .small {
	width: 140px;
}
#wrap #mainnav #topnav .licontact .sub .small2 {
	width: 140px;
}
#wrap #logobar .language #form #menu1 {
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #87a5b8;
	background-color: #376989;
	border: 1px solid #083551;
	padding-left: 3px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#topnav a.home#h {
	background-image: url(../images/home_a.jpg);
	width: 79px;
	display: block;
	background-position: 0px -36px;
}
ul#topnav a.about#h {
	background-image: url(../images/about_a.jpg);
	width: 98px;
	background-position: 0px -36px;
}
ul#topnav a.products#h {
	background-image: url(../images/products_a.jpg);
	width: 105px;
	background-position: 0px -36px;
}
ul#topnav a.projects#h {
	background-image: url(../images/projects_a.jpg);
	width: 103px;
	background-position: 0px -36px;
}
ul#topnav a.application#h {
	background-image: url(../images/application_a.jpg);
	width: 169px;
	background-position: 0px -36px;
}
ul#topnav a.markets#h {
	background-image: url(../images/markets_a.jpg);
	width: 99px;
	background-position: 0px -36px;
}
ul#topnav a.news#h {
	background-image: url(../images/news_a.jpg);
	width: 118px;
	background-position: 0px -36px;
}
ul#topnav a.careers#h {
	background-image: url(../images/careers_a.jpg);
	width: 96px;
	background-position: 0px -36px;
}
ul#topnav a.contact#h {
	background-image: url(../images/contact_a.jpg);
	width: 113px;
	background-position: 0px -36px;
}
#brochuredownload a:hover {
	background-attachment: scroll;
	background-image: url(../images/home_brochure.jpg);
	background-repeat: no-repeat;
	background-position: -246px 0px;
	text-indent: -3000px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 92px;
	width: 246px;
}
#exhibitons {
	padding: 0px;
	height: 87px;
	width: 246px;
	background-color: #05436C;
	margin: 0px;
}
#exhibitions a {
	background-attachment: scroll;
	background-image: url(../images/exhibition.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 87px;
	width: 246px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-indent: -3000px;
	padding: 0px;
}
#exhibitions a:hover {
	background-attachment: scroll;
	background-image: url(../images/exhibition.jpg);
	background-repeat: no-repeat;
	background-position: -246px 0px;
	display: block;
	height: 87px;
	width: 246px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px;
}
#signature {
	padding: 0px;
	height: 68px;
	width: 206px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#newscontent {
	margin-right: 26px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#newscontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #306585;
	margin: 0px;
	padding: 0px;
}
#newscontent h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B859E;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#newscontent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#newscontent p a {
	color: #333333;
}
#newscontent p a:hover {
	color: #05446B;
}
#newscontenttop {
	margin-right: 26px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 18px;
}
#newscontenttop h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #306585;
	margin: 0px;
	padding: 0px;
}
#newscontenttop h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B859E;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#newscontenttop p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#newscontenttop p a {
	color: #333333;
}
#newscontenttop p a:hover {
	color: #05446B;
}
#newscontentbottom {
	margin-right: 26px;
	margin-bottom: 15px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#newscontentbottom h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #306585;
	margin: 0px;
	padding: 0px;
}
#newscontentbottom h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B859E;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#newscontentbottom p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#newscontentbottom p a {
	color: #333333;
}
#newscontentbottom p a:hover {
	color: #05446B;
}

#newscontent h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #05446B;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#newscontenttop h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #05446B;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#newscontentbottom h1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #05446B;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
