/* CSS Document */

BODY, TABLE, TD, DIV
{
	color: #472E60;
}

A
{
	color: #0D149F;
	text-decoration: none;
}

A:hover
{
	color: #0D149F;
	text-decoration: underline;
}

td.title_bak
{
	background-image: url(../images/subpages/title_dot.gif);
	background-position: top;
	background-repeat: repeat-x;
}

span.page_title
{
	font-size: 36px;
	font-weight: bold;
	color: #9EB9E8;
}

span.page_subtitle
{
	font-size: 14px;
	color: #9EB9E8;
	font-weight: bold;
}

td.left_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000099;
}
td.right_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000099;
}
td.top_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
}
td.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

.sidebar {
	font-size: 11px;
	font-weight: bold;
	color: #472E60;
}
td.five_points {
	padding: 5px;
}
.content {
	background-color: #ECF4F7;
}
