@charset "utf-8";
/* CSS Document */

body {

	background: url(/images/backgrounds/striped.png);
	margin: 0px;

}

.left {

	background: url(/images/backgrounds/bright-blue.png);

}

.right {

	background: url(/images/backgrounds/blue.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;

}

.searchField {

	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 14pt;
	color: #333333;
	border: 1px solid black;

}

.topRight {

	background: url(/images/backgrounds/dark-blue.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;

}

.boldArial10 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
}

.arial10 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;

}

.arial11 {

	font-size: 11pt;
	line-height: 16pt;
	font-family: Arial, Helvetica, sans-serif;

}

a:link {
	color: #0b0083;
	text-decoration: underline;
}
a:visited {
	color: #0b0083;
	text-decoration: underline;
}
a:hover {
	color: #0b0083;
	text-decoration: none;
}
a:active {
	color: #0b0083;
	text-decoration: none;
}

.bottom {

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}

.ulClass {

	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;

}