/* CSS Document */

BODY, TABLE, TD, DIV
{
	color: #472E60;
	font-size: 14px;
}

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

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

td.title_bak
{
	background-image: url(../images/subpages/ce_title_dot_bak.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #D7C1ED;
}

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

span.page_subtitle
{
	font-size: 24px;
	color: #FDFCFE;
	font-weight: bold;
	font-style: italic;
}
.list_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}


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

.sidebar {
	font-size: 13px;
	font-weight: bold;
	color: #472E60;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
td.five_points {
	padding: 5px;
}
.sidebar_lite {

	font-size: 13px;
	font-weight: normal;
	color: #472E60;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	margin-left: 10px;
}

.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #009900;
	margin-left: 10px;
}
