@CHARSET "UTF-8";

#center p.bodytext {
	font-size: 12px;
	color: #58585a;
}

#center ul.csc-bulletlist {
	padding-left: 12px;
}

#center ul.csc-bulletlist li {
	font-size: 12px;
	color: #58585a;
}

#center table.contenttable {
	font-size: 12px;
	color: #58585a;
}

#center h1 {
	font-size: 14px;
	color: #afca05;
}

#center a:link,
#center a:visited,
#center a:active {
	color: #5fc1e0;
	text-decoration: none;
}

#center a:hover {
	text-decoration: underline;
}

/* DEFINITION BOX */

#right .csc-frame-frame1 {
	border-left: 1px solid #c6c7c8;
	border-top: 1px solid #c6c7c8;
	border-bottom: 1px solid #c6c7c8;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#right .csc-frame-frame1 h3 {
	font-size: 12px;
	color: #58585a;
}

#right .csc-frame-frame1 p {
	font-size: 12px;
	color: #58585a;
}

#right .csc-frame-frame1 h2 {
	font-size: 14px;
	font-family: "Times New Roman", sans-serif;
	color: #009cce;
}

#contentblock .csc-bulletlist li {
	list-style-image: url(../img/list_type.gif);
}

#contentblock .csc-textpic-caption {
	font-size: 12px;
	color: #009cce;
}

/** LOGIN **/
.csc-mailform-field label {
	display: block;
	float:left;
	width:100px;
}

.csc-mailform-field {
	padding-bottom: 5px;
}

.csc-mailform-field input {
	border:1px solid #C6C7C8;
	padding: 2px 2px 2px 2px;

}

.csc-mailform-submit {
	background-color: #009CCE ;
	color: white;
}