body {
	background-color: #AEBDCE;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	margin: 10px 10px;
}
.tabback {
	background-color: #E0E6EC;
}
.menuback {
	background-image: url(/images/menu_bak.gif);
	background-repeat: repeat-x;
}
.whiteback {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #AEBDCE;
	border-right-color: #AEBDCE;
	border-bottom-color: #AEBDCE;
	border-left-color: #AEBDCE;
}
.smallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}
.bigheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
.line {
	background-image: url(/images/line.gif);
	background-repeat: repeat-x;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.dblline {
	background-image: url(/images/dbl_line.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.smallheaderwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a.whitel:link {
	color: #ffffff;
	text-decoration: none;
}
a.whitel:visited {
	color: #ffffff;
	text-decoration: none;
}
a.whitel:hover {
	color: #ffffff;
	text-decoration: underline;
}




