body {
	background-color: silver;
	color: black;
	font-size: 12px;
}
a {
	color: #591332;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #660033;
}
a:visited {
	text-decoration: none;
}
/* added items */
.left {
	background-image: url(images/left22.gif);
	background-repeat: no-repeat;
}
/*
.top {
	background-image: url(images/top22.gif);
	background-repeat: repeat-x;
}
*/
.middle {
	background-image: url(images/middle22a.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.right {
	background-image: url(images/right22.gif);
	background-repeat: no-repeat;
}
/* added items end */
h1 {
	color: #000080;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
}
h2 {
	color: #000080;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: large;
	font-weight: bold;
}
h3 {
	color: #000080;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: medium;
	font-weight: bold;
}
h4 {
	color: #000080;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: medium;
	font-style: italic;
}
.centered {
	text-align: center;
}
.tab { font-family: Tahoma, Verdana, sans-serif; font-size: 11px;
	/* added items */
	vertical-align: top;
	/* added items end */
	/*background-color: #e7ebeb;*/
	color: black; background-color: #ebebeb; }
.square_list {
	list-style-type: square;
}
.left_text {
	color: black;
	text-align: left;
	font-size: 14px;
}
.dark_text {
	color: black;
}
p {
	color: black;
}
.dashed-line {
	background-image: url(images/dashhor.gif);
}
.form_label {
	font-weight: bold;
	font-size: 10pt;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	color: black;
}

