/* CSS Document */

<!--

body {

	background-color: #ffffff;

	background: url(images/bluefade.gif) repeat-x;

}

.main {

	background: url(images/bluefade2.gif) repeat-x;

	}

	

	.mainhome {

	background: url(images/bluefade.gif) repeat-x;

	}



body,td,th {

	color: #666666;

}

h1 {

	color: #333333;

}

h2 {

	color:#333333;

}

.third h4 a {

	color:#333333;

}

h5 {

	color:#083D78;

}

h6 {

	color:#999999;

}



a {

	color:#333;

}

.third a {

	color:#006699;

}

.header {

	background:#ffffff;

}

.newsstory p, .newspanel p {

	color:#333333;

}

.buttonbox {

	border-top:1px solid #99ccff;

	border-right:1px solid #003366;

	border-bottom:1px solid #003366;

	border-left:1px solid #99ccff;

	background:#336699;

}

.corporate .row {

	border-bottom:1px dotted #ffcc00;

}

.corporate .contentholder .content .corptabs {

	background: url(images/corptab_corner.gif) right top no-repeat;

}

.corporate .contentholder .content .contentwindow {

	border-left:1px solid #ffcc00;

	border-right:1px solid #ffcc00;

	background: url(images/orangeback.gif) top left repeat-x;

}

.corporate .contentholder .content .contentbottom {

	background:url(images/contentbottom.gif) top right no-repeat;

}

.corporate a {

	color:#FF9900;

}

.corporate h4 a, .corporate h2 a {

	color:#333333;

}

.corporate .grid {

	border-bottom:0px dotted #ffcc00;

}

.corporate .contentholder .content .contentwindow .leftcol {

	border-right:0px dotted #ffcc00;

}

.corporate .contentholder .content .contentwindow .category {

	background:#ffdd99;

}

.corporate .contentholder .content .contentwindow .category h5 {

	color:#333333;

}



a:hover

{

    color:red;

    text-decoration: none;

}





.modalBackground {

	background-color:Black;

	filter:alpha(opacity=70);

	opacity:0.3;

}



.modalPopup {

	background-color:#ffffff;

	border-width:3px;

	border-style:solid;

	border-color:Gray;

	padding:3px;

	width:250px;

}



.alerts

{

    background-color: #f1f1f0;

    padding-right: 5px;

    padding-left: 5px;

    padding-bottom: 5px;

    padding-top: 5px;

    border-top: gainsboro 1px solid;

    border-right: gainsboro 1px solid;

    border-left: gainsboro 1px solid;

    border-bottom: gainsboro 1px solid;

}



.moresubtitle

{

 font-weight:bold;

 font-size:13px;  

}

-->