/* main.css */

body {
	font-family: Verdana, Arial, sans-serif;
	color: #595959;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer;
}

a img { 
	border:none; 
}

#header #header_right #menu a {
	color: #333333;
	text-decoration: none;
}

#body #body_center a {
	color: #0e2f7b;
	text-decoration: underline;
}

#body #body_menu a {
	color: #333333;
	text-decoration: none;
}

#body #body_right a {
	color: #0e2f7b;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

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

h1.csc-firstHeader {
	margin-bottom: 0px;
}

.image_caption {
	float: right;
}

.detail {
	color: #333333;
}

.bodytext {
	line-height: 18px;
}

.orange {
	color: #e06b15;
}

.orange-qsc {
	color: #ff7c00;
}

/* aligns */

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

