	BODY, TABLE, TR, TD, OL, UL, TBODY {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		/*line-height: 14pt;*/
		color: #000000;
		overflow-x:none;
	}
	div.menu{
		position: relative;
		float: left;
		width: 130px;
	}
	div a{
		font: normal 9px Arial;
		color:#EAC55B;
		text-decoration: none;
		cursor: pointer;
	}
	div a:hover{
		font: normal 9px Arial;
		text-decoration: none;
		cursor: pointer;
	}
	div.mainbutton{
		width: 100%;
		height: 27px;
		font: normal 9px Arial;
		color:#EAC55B;
		text-align: center;
		border: solid 2px #ffffff;
		padding-top: 5px;
		background-color:#3B5382;
		cursor: pointer;
		letter-spacing: 1px;
	}
	div.menuItem{
		height: 420px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		clip: rect(0,0,0,0);
	}
	div.sharpWeather{
		cursor:	pointer;
	}
	a.subbutton{
		display: inline;
		float: left;
		width: 100%;
		padding: 5px 5px 7px 5px;
		border: solid 1px #ffffff;
		color:#ffffff;
		background-color: #3B5382;
		text-decoration: none;
		font: normal 9px verdana;
		text-align: left;
	}
	a.subbutton:hover{
		padding: 5px 5px 7px 5px;
		background-color:#EAC55B;
		text-decoration: none;
		font: normal 9px verdana;
		color:#3B5382;
	}
	a.external{
		background: url(/images/Icons/icon-globe.gif) center left no-repeat;
		padding-left: 15px;
	}
	.content {
		font-family: Arial, Helvetica, sans-serif;
		font-size:9pt;
		color:#000000;
		font-weight:normal;
	}
	.content a {
		font-family: Arial, Helvetica, sans-serif;
		font-size:9pt;
		color:#6699CC;
		font-weight:bold;
		text-decoration: none;
	}
	.content a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size:9pt;
		color:#6699CC;
		font-weight:bold;
		text-decoration: none;
	}

	.redborder_r_bot
	{
	border-color: red;
	border-width: 1px 1px;
	border-style : solid solid solid solid;
}

h1 { font-size: 115%; font-weight: bold; text-align: left; margin:0;}
h2 { font-size: 100%; font-weight: bold; text-align: center; }
h3 { font-size: 195%; font-weight: bold; text-align: center; }
h4 { font-size: 135%; font-weight:normal; text-align: center; }

.colorMain {
	background-color:#346702;
}

.colorTurquoiseBlue {
	background-color:#99FFFF;
}

.digStrong {
	font-weight:bold;
}