body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000E79;
}
body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #000E79;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #000E79;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #BED1F1;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #BED1F1;
	font-weight: bold;
}
hr {
	background-color: #BED1F1;
	border: thin solid #BED1F1;
	width: 80%;
}
.borders {
	background-color: #000E79;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;

}
.borders a:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
.borders a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
.borders a:hover {
	text-decoration: none;
	color: #BED1F1;
	font-weight: bold;
}
.borders a:active {
	text-decoration: underline;
	color: #BED1F1;
	font-weight: bold;
}
.title {
	font-size: 21px;
	font-weight: bold;
}
.contentBlock {
	padding: 5px;
}
.rightColumnTitle {
	background-color: #BED1F1;
	padding: 2px 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000E79;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8DEFF;
	border-bottom-color: #5041B5;
	font-weight: bold;
	height: 10px;
}
.rightColumnBlock {
	padding: 5px;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5041B5;
	border-left-color: #000E79;
	text-align: center;
	height: 10px;
}
.smallComment {
	font-size: 10px;
}
.subTitle {
	font-size: 16px;
	font-weight: bold;
	color: #5789DB;
}
.form_input {
	font-size: 12px;
	background-color: #BED1F1;
}
