body{
	margin: 0px;
	padding: 0px;
	background-color: #AFAEAE;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.contenCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

.contentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:700;
	color: #333333;
}

.leftCellContent {
	background-image: url(../images/cellBG.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: 700;
	text-align: center;
}

.curveTop {
	vertical-align: bottom;
}

.curveBottom {
	vertical-align: top;
}

.odd {
	padding: 5px;
	background-color: #EBEBEB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.even {
	padding: 5px;
	background-color: #E4E7F6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.divLine {
	background-image: url(../images/divLine.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.divLine2 {
	background-image: url(../images/divLine2.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.topBGLine {
	background-image: url(../images/topBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottomBGLine {
	background-image: url(../images/bottomBG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.centerAlign {
	text-align:center;
}
.copyTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding: 5px 7px;
}
a:link, a:visited, a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
.holder {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #035C70;
	text-align: center;
	letter-spacing: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2D8599;
	text-align: center;
	letter-spacing: normal;
	margin-top: 5px;
	margin-bottom: 2px;
}
.topbar {
	margin-right: 5px;
	margin-left: 5px;
	height: 1px;
	color: #FF0000;
}

#review a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #035B70;
	text-decoration: underline;
}

#review a:hover{
	font-weight: 700;
	color: #0489AA;
	text-decoration: none;
}
.vertDivLine {
	background-image: url(../images/vertDivLine.gif);
	background-repeat: repeat-y;
}
