
body {
	background-color: #edbb68;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

p, b.bodytext {
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
	font-size: 1.0em;
}

h1 {
	font-size:		1.3em;
	clear: 			both;

	margin:			50px 0px 10px 0px;
	border-bottom:		1px solid #666;
}

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


h2 {
	font-size:		1.2em;
	margin:			10px 0px 7px 0px;
}


h3 {
	font-size:		1.1em;
	margin:			0px;
}

h4 {
	font-size:		1.1em;
}

h5 {
	font-size:		1.1em;
}


ul {
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 40px;
}

li {
	margin:			0px 0px 0px 0px;
}

.test1 {
	border:			1px solid red;
}

a:link, a:active, a:visited, a:hover {
	font-size:		1.0em;
	text-decoration:	underline;
	line-height: 		20px;
	color: 			#333333;
}

img {
	border:			0px;
}

