html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
body {
	margin:0;
	background: #f2f2f2 url(images/common/background.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#topBar {
	width: 907px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 23px;
	text-align: right;
}
#wrapper {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
#contentPanel {
	width: 890px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	font-size: 11px;
}
td {
	background-color: #f2f2f2;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.redText {
	color: #ff0000;
}
.blueText {
	color: #005cba;
}
h1 {
	font-size: 16px;
	color: #ba0000;
}
a {
	color: #005cba;
}
#footer {
	text-align: right;
	width: 930px;
	margin-top: 10px;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	color: #808080 !important;
}
#footer a:link {
	color: #808080 !important;
	text-decoration:none;
}
#footer a:hover {
	color: #808080 !important;
	text-decoration:underline;
}
#footer a:visited {
	color: #808080 !important;
	text-decoration:none;
}
#footer a:visited:hover {
	color: #808080 !important;
	text-decoration:underline;
}