/*~~~~~~~~~~~~ [regular classes/selectors definitions] ~~~~~~~ */

BODY, PRE, TD, LI, UL, FORM, INPUT, OL, DL, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
	vertical-align: top;
	color: #464646;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

a {
	color: #016e81;
}

/*
a:visited {
	color: #a2c2c8;
}
*/

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	text-transform: uppercase;
	font-size: 14pt;
	font-weight: normal;
	color: #8c0000;
}

h1.csc-firstHeader {
	display: inline;
	background: url('img/h1-bg.gif') no-repeat right 50%;
	padding-right: 12px;
}

h2 {
}

h3{
	color: #c4084a;
}

h4 {
	color: #c4084a;
	font-size: 100%;
	font-weight: bold;
}

h6 {
}

blockquote {
		border: 1px solid #afafaf;
		background: #ddd;
		padding: 5px 10px;
}