@charset "iso-8859-1";

/* BLOCK STYLES */

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 22px 0px;
}

#content_field_right h1 {
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-align: right;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 12px 0px;
	clear: left;
}

#content_field_right h2 {
	color: white;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0px 0px 5px 0px;
}

#content_field_right h3 {
	color: white;
}

h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin: 0px 0px 8px 0px;
}

.csc-firstHeader {
	margin-top: 0px;
}

p {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

#content_field_right p {
	color: #ffffff;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: disc;
	margin: 0px 0px 15px 15px;
}

li, ul li ul li {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;

}

#content a:link, #content a:visited {
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
#content_field_right a:link, #content_field_right a:visited {
	color: white;
}

#content a:hover {
	font-weight: normal;
	color: #e42225;
}

#content .csc-textpic-image a:link, #content .csc-textpic-image a:visited, #content .csc-textpic-image a:hover {
	border-bottom: 0;
}

table {
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 12px;
	margin-bottom: 15px;
}

tr {
	background-color: #FFC9CA;
}

tr.odd {
	background-color: #FF9396;
}

th {
	text-align: left;
	font-weight: bold;
	background-color: #e6281e;
	color: white;
	padding: 2px;
}

td {
	padding: 2px;
}

td p {
	padding: 0;
	margin: 0;
}

form {
	font-size: 12px;
}
