BODY {
	background : #E7F7F7;
	margin: 0px 0px 0px 0px;
}
TABLE.layout {
	width:100%;
	height:100%;
	border:none;
}
TD.cream{
	width : 50%;
	background: #FFF7EF;
}
TD.green{
	width : 50%;
	background : #E7F7F7;
}
A.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration : none;
	color: #FFF7EF;
	background-color: #005D5A;
	border-left : 2px solid #6BC7C6;
	border-top : 2px solid #6BC7C6;
	border-bottom : 2px solid #004D4A;
	border-right : 2px solid #004D4A;
	display: block;
}
A.button:HOVER {
	color: #FFFFFF;
	background : #219A9C;
	border-left : 2px solid #005552;
	border-top : 2px solid #005552;
	border-bottom : 2px solid #6BC7C6;
	border-right : 2px solid #6BC7C6;
}
.copyText{
	color:#007A7A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A.copy{
	color:#007A7A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}
A.copy:HOVER{
	color: #990033;
}
TD.buttonsSm{
	text-align : center;
	width:77px;
	line-height : 20px;
	vertical-align : middle;
}
TD.buttonsMed{
	text-align : center;
	width:82px;
	line-height : 20px;
	vertical-align : middle;
}
TD.buttonsLg{
	text-align : center;
	width:91px;
	line-height : 20px;
	vertical-align : middle;
}
.imageT{
	width:350px;
	height:267px;
}
.imageB{
	width:350px;
	height:65px;
}
.space{
	width:2px;
}
.halfSpace{
	width:1px;
}
.halfNavBarL{
	width:350px;
	vertical-align : top;
	border: none;
	background-color : #E7F7F7;
}
.halfNavBarR{
	width:350px;
	vertical-align : top;
	border: none;
	background-color : #FFF7EF;
}
.printInfo {
	color: #007A7A;
	font-size : 12px;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-style : normal;
   display: none;
   visibility: hidden;
}
