body {
	background-image: url(./images/background1.gif);
	background-color: white;
	background-repeat: no-repeat;
	background-position: left bottom;
}

body, td, a {
	font-family: trebuchet ms, trebuchet, arial;
	font-size: 12px;
	color: #000000;
}

body.white, a.lightblue, td.lightblue {
	background-image: none;
	color: #4C8BCE;
}

ul, ol {
	margin-top: 0px;
}

li {
	padding-left: 0px;
}

.menu {
	color: #B2B2B2;
	font-weight: bold;
	text-decoration: none;

}

.menuThis {
	color: #FAA352;
	font-weight: bold;
	text-decoration: none;

}

.title {
	color: #123B86;
	font-weight: bold;
	font-size: 16px;
}
.subtitle {
	color: #123B86;
	font-weight: bold;
	font-size: 14px;
}


.subMenu {
	color: #4C8BCE;
	font-weight: bold;
	text-decoration: underline;
}

.titleImage {
	border-top: #123B86 1px;
	border-bottom: #123B86 1px;
}

input.input, textarea.textarea {
	width: 160px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
}

textarea.textarea {
	width: 290px;
}

.oddEven {
	background-color: #4C8BCE;
}

.line {
	border-bottom: 1px dotted gray;
}