/* CSS Document */
body        {
        background-color:white;
        background-repeat:repeat-y;
        background-image: url(../images/corporate_tile.gif)
        }
        
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;

}
.VrdGrySm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
}
.VrdBlk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a.VrdBlk:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #990000;
}
.VrdRd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #990000;
}
.VrdGry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #666;
}
.VrdRed {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #990000;
}
a.VrdWht:hover {
	color: #ff6600;
	text-decoration: underline;
}
.VrdWht {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	right: 20px;
	top: 10px;
	width: 525px;
	height: 500px;
}
#body {
	position: relative;
	width: 550px;
	left: 0px;
	top: 0px;
}
#Recent_Press {
	position:relative;
	left: 0px;
	top: 10px;
	width: 540px;
	height: 200px;
	overflow: auto;
	border-left:  solid 1px #CCCCCC;
	border-bottom:  solid 1px #CCCCCC;
	border-top:  solid 1px #CCCCCC;
	z-index: 3;
}
#Press_Release {
	position:relative;
	left: 0px;
	top: 10px;
	width: 540px;
	height: 125px;
	overflow: auto;
	border-left:  solid 1px #CCCCCC;
	border-bottom:  solid 1px #CCCCCC;
	border-top:  solid 1px #CCCCCC;
	z-index: 3;
}

