BODY {
	margin-top: 0px;
	color: black;
	background-color: #D1DAE3;
}

DIV.bodyMain {
	color: black;
	border: none;
/*	background-color: #C8D7DC; */
/*	background-color: transparent; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

DIV.narrowText {
	width: 500px;
}

DIV.bodyLeft {
	color: Black;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

IMG {
	border: none;
}

A, A:LINK, A:VISITED A:MAILTO {
/*
	color: #a9c7ec;
*/
	color: #6693B6;
	background-color: transparent;
}

A:HOVER {
	color: 6693B6;
	background-color: #a9c7ec;
}

H1 {
	font-size: 14pt;
	font-weight: bold;
	color: #006;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
}

INPUT,TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}

.error {
	color: Red;
	font-weight: bold;
	background-color: transparent;
}

DIV.menuItem {
	color: Yellow;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;

}

DIV.menuItemHilite {
	color: Red;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;

}

DIV.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top:10px;
	margin-bottom:5px;
}

.bodyMain tr td{
	padding-left:20px;
}

.bodyMain tr{
	padding-top:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


TD, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Added by Sandra Wolfe, M Squared Inc., www.msquaredinc.com, swolfe@msquaredinc.com, to format table on logo page 2-8-2010*/
.logo_table {
	padding:0;
	margin:0;
	background-color: #FFF;
	cellspacing:0;
}
.logo_table td {
	text-align: center;
	height: 90px;
	width: 172px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #efefef;

}tbody {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.row td{
	padding-top: 10px;
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 11px;
}

tr.row:hover, .row:hover{
	background-color: #FFF;
} 