.sideL {
	background-image: url(images/searchL.jpg);
	background-repeat: repeat-y;
}
.sideR {
	background-image: url(images/searchR.jpg);
	background-repeat: repeat-y;
}
.result_sideL {
	background-image: url(images/resultL.jpg);
	background-repeat: repeat-y;
}
.result_sideR {
	background-image: url(images/resultR.jpg);
	background-repeat: repeat-y;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h1 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000066;
}
h2 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000066;
	font-weight: normal;
}
h3 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000066;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}
.tenPoint {
	font-size: x-small;
	line-height: 120%;
	margin: 5px 0px;
}
th {
	color: #FFFFFF;
	font-size: x-small;
	background-image: url(images/red_lines.gif);
	background-repeat: repeat;
}
a:link {
	color: #990000;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}
.error {
	color: #FF0000;
	margin-bottom: 12px;
}
.red {
	font-weight: bold;
	color: #CC0000;
}
.tenPointBlue {
	font-size: x-small;
	font-weight: bold;
	color: #000099;
	line-height: 120%;
}
.blank {
	background-color: #DDDDDD;
}
.noPad {
	margin: 0px;
}
.blueBorder {
	border-top: 5px solid #726DBD;
	border-right: 1px solid #726DBD;
	border-bottom: 1px solid #726DBD;
	border-left: 1px solid #726DBD;
}
.blueBorderNew {
	border-top: 6px solid #726DBD;
	border-right: 0px solid #726DBD;
	border-bottom: 1px solid #726DBD;
	border-left: 0px solid #726DBD;
	background-image: url(images/box_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.redBorder {
	border-top: 5px solid #C96974;
	border-right: 1px solid #C96974;
	border-bottom: 1px solid #C96974;
	border-left: 1px solid #C96974;
}
.redBorderNew {
	border-top: 5px solid #C96974;
	border-right: 0px solid #C96974;
	border-bottom: 1px solid #C96974;
	border-left: 0px solid #C96974;
	background-image: url(images/box_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
ol {
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: lower-roman;
}
.greyBorder {
	border: 1px solid #AAAAAA;
}
.twelvePoint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
ul {
	line-height: 150%;
}
li {
	margin-bottom: 8px;
}
form {
	margin: 0px;
}
.tiny {
	font-size: xx-small;
	color: #666666;
}
.hilight {
	background-color: #FFFFCC;
}
.grey {
	color: #999999;
}
.blue {
	color: #000066;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
