body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.header h1 { margin: 0; padding: 0; border: 0; }

td img {
	display: block;
}
.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.botbar {
	background-color: #EFEFEF;
	background-image: url(images/bot_bar.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #003366;
}
h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
	text-transform: uppercase;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #868483;
	padding-left: 10px;
}
h2 {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}
p {
	font-size: 85%;
	color: #333333;
}
a {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
ul {
margin: 0;
padding: 0;
}
li {
	font-size: 85%;
	color: #333333;
	margin: 0 0 0 15px;
	padding: 0;
}
.linebreak {
	background-image: url(images/linebreak_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.menuitems {
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(images/menubk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menuActuator a {
	font-weight:normal;
	color:#003366;
	text-decoration: none;
	font-size: 12px;
}
.menuActuator a:hover {
	font-weight:normal;
	color:#333333;
	text-decoration: underline;
}
.menu {
	font-family:verdana;
	color:#003366;

}
td div {
      position:relative;
}

.sidebar {
	font-size: 85%;
	font-weight: normal;
	color: #00467C;
	text-decoration: none;
}
.botlinks {
	font-size: 70%;
	color: #336699;
	text-decoration: none;
}
.title {
	font-size: 85%;
	font-weight: bold;
	color: #333333;
}
.content { margin-top: 10px; }
.formfield {
	color: #666666;
	background-color: #F4F4F4;
	border: 1px #999999 solid;
	padding: 2px;
	font-size: 85%;
}
.content .sideList {
	list-style-type: square;
}
.sideList li {
	margin-right: 10px;
	margin-bottom: 10px;
	font-style: italic;
	color: #336699;
}
.formTable { 
	font-size: 85%;
	color: #333;
}
.error {
	color: #FF0000;
	font-weight: bold;
}