body { 
	background: #FFF3F3 url(/images/background.jpg) repeat-x top left;
}

h1, h2, h3, h4, h5, h6 {
	color: #003399;
}

body, div, p, blockquote, ol, ul, dl, li, dt, dd, td form {
    font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
    color: #000000;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

th {
	background-color: #003399;
	color: #FFFFCC;
	height: 20px;
	text-align: left;
	padding: 2px;
}

a:link {
	color: #20227A;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #20227A;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #20227A;
	text-decoration: none;
	font-weight: normal;
}

.menuBar {
  background-color: #FFFFCC;
  border: 2px solid;
  border-color: #f0f0f0 #533A60 #533A60 #f0f0f0;
  padding: 4px 2px 4px 2px;
  text-align: center;
}
.menuBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.sideBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
a.sideBar,
a.sideBar:link,
a.sideBar:visited,
a.sideBar:active,
a.sideBar:hover {
	font-weight: normal;
	text-decoration: underline;
}

