body {
	background-color: #E2F3EB;
	margin: 0px;
}
.leftborder {
	background-color: #E2F3EB;
	background-image: url(images/leftborder.jpg);
	background-repeat: repeat-y;
}
.rightborder {
	background-color: #E2F3EB;
	background-image: url(images/rightborder.jpg);
	background-repeat: repeat-y;
}
.mainbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9e9e9e;
	background-color: #FFFFFF;
}
a {
	font-weight: bold;
	color: #A70000;
}
a:hover {
	color: #335EA8;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
select {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
textarea {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
.dataview {
	background-color: #f1f1f1;
	border: 1px dashed #d4d5cf;
	color: #808080;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
.boldword {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.sidebar_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #604f49;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9e9e9e;
}
.sidebar_subtext {
	font-size: 10px;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}

