#ratewrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: .7em;
}
#ratewrapper div .TablesWrapper {
	padding: 10px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid 003399;
}
#ratewrapper div .AnchorTable {
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ratewrapper div .AnchorYear {
	font-size: 1.5em;
	font-weight: bold;
	color: #003399;
}
#ratewrapper div .AnchorTable tr td a .UpArrow {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ratewrapper div .RequestWrapper {
	color: #003399;
	text-align: center;
}
#ratewrapper div .RequestWrapper a {
	color: #003399;
	text-decoration: none;
}
#ratewrapper div .RequestWrapper a:hover {
	text-decoration: underline;
}
#ratewrapper .SurveyTable {
	color: #003399;
	text-align: center;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #69c;
	border-bottom-color: #69c;
	font-size: 10px;
	border-collapse:collapse;
}
#ratewrapper .SurveyTable caption {
	font-size: 1.8em;
	font-weight: bold;
}
#ratewrapper .SurveyTable th {
	background-color: #b9c9fe;
	background-image: url(../images/gradhead.png);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 2px;
	width: 150px;
}
#ratewrapper .SurveyTable tbody tr td {
	background-color: #e8edff;
	background-image: url(../images/gradback.png);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-right: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size: 12px;
}
#ratewrapper .SurveyTable tr:hover td {
	background-color: #d0d8fd;
	background-image: url(../images/gradhover.png);
	background-repeat: repeat-x;
}
#ratewrapper div .TablesWrapper .SurveyTable tbody tr .CenterTD {
	font-size: 12px;
}

