body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}

#container {
	width: 100%;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
} 

body  a:link, body a:visited {
	color: #E60000;
	text-decoration: none;
	font-weight: bold;
}

body a:active {
	color: #66CCFF;
	text-decoration: none;
	font-weight: bold;
}

body a:focus, body a:hover {
	color: #6699FF;
	font-weight: bold;
}

#header {
	background-color: #2c4760;
	color: #CCCCCC;
	text-align: right;
	padding-bottom: 3px;
	padding-right: 10px;
	font-size: 65%;
	padding-top: 3px;
}

#header a:link, #header a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

#header a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#header a:focus, #header a:hover {
	color: #FFFFFF;
	text-decoration: overline;
    font-weight: bold;
}

#logo {
	background-color: #7590ae;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#nav {
	background-color: #3D5C7A;
	color: #CCCCCC;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding-bottom: 2px;
}

#nav a:link, #nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

#nav a:active {
	color: #3D5C7A;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF99;
}

#nav a:focus, #nav a:hover {
	color: #3D5C7A;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFFCC;
}

a img {
	border: none;
}

#sidebar {
	float: right;
	width: 255px;
	font-size: 70%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#sidebar p {
	margin-top: 3px;
}

#sidebarAlt {
	float: right;
	width: 230px;
	font-size: 70%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.redhighlight {
	color: #FF0000;
}



#main {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 80%;
	margin-right: 290px;
	padding-right: 10px;
} 


#main p {
	margin-top: 3px;
}

#mainAlt {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 80%;
	margin-right: 255px;
	padding-right: 10px;
}
.bluecoolness {
	color: #0066CC;
}


h1 {
	color: #7590ae;
	font: bold 130% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


h2 {
	color: #3D5C7A;
	font: bold 110% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h2 p {
	margin-bottom: 5px;
}

h3 {
	color: #CC0000;
	font: normal 120% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#subNav {
	color: #333333;
	text-align: center;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 70%;
	margin-bottom: 0px;
	background-color: #A0A0A0;
	font-weight: bold;
}


#subNav p {
	margin-top: 0px;
	margin-bottom: 0px;
}



#subNav a:link, #subNav a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

#subNav a:active {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

#subNav a:focus, #subNav a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

.bigger {
	font-size: 130%;
}

.smaller {
	font-size: 85%;
}

#bottomTable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 70%;
}
#bottomTable .borderleft p {
	margin-bottom: 5px;
}


.tableNewsHeader {
	font-size: 120%;
	font-weight: bold;
	color: #7590ae;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-right: 12px;
	padding-left: 15px;
}

.noborderleft {
	padding-right: 12px;
	padding-left: 13px;
}

#footer {
	padding: 0 15px;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
} 


#footer p {
	margin: 0;
	padding: 3px 0 6px;
	color: #000000;
	font-size: 60%;
}


#footer a:link, #footer a:visited, #footer a:active {
	color: #0000FF;
	font-weight: normal;
}

#footer a:focus, #footer a:hover {
	color: #CC0000;
	font-weight: normal;
}

#credits {
	background-color: #2C4760;
	color: #B6B6B6;
	text-align: center;
	font-size: 60%;
	padding-top: 2px;
	padding-bottom: 2px;
}


#credits a:link, #credits a:visited {
	color: #FF6600;
	text-decoration: none;
}

#credits a:active {
	color: #FF6600;
	text-decoration: none;
}

#credits a:focus, #credits a:hover {
	color: #FDC51C;
	text-decoration: none;
}

.floatright {
	float: right;
	margin-left: 8px;
}

.floatleft {
	float: left;
	margin-right: 8px;
}

.clearall {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.minitip {
	border-bottom: 1px dotted #FF0000;
	cursor: wait;
}

a.tooltip {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	cursor: help;
}

a.tooltip span {
	display:none;
	padding:3px 5px;
	margin-left:5px;
	width:250px;
	font-weight: normal;
}

a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#2C4760;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 85%;
}

#bottomTable p {
	margin-top: 3px;
}
.blubox {
	border: 1px solid #C0C0C0;
	padding: 10px;
	background-color: #EBEEF1;
}

.pspaceLR {
	padding-right: 8px;
	padding-left: 15px;
}

.imgover {
position: relative;
}

.ovlink:hover {
background-color: transparent;
}

.ovlink span {
	position: absolute;
	left: -1000px;
	visibility: hidden;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 452px;
	padding-top: 3px;
}

.ovlink span img {
	padding: 2px;
}

.ovlink:hover span {
	visibility: visible;
	top: -55px;
	left: 200px;
	z-index: 50;
}

#msdsTable a:link, #msdsTable a:visited {
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}

#msdsTable a:active {
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}

#msdsTable a:focus, #msdsTable a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight:normal;
}
