/* standard elements */
a {
	color: #990;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
body {
	color: #444;
	font: normal 70% "Arial,Helvetica",sans-serif;
}
input {
	color: #555;
	font-weight: normal;
	font-family: "Lucida Sans Unicode",sans-serif;
}
p,cite,code {
	font-size: 1.2em;
	padding-bottom: 12px;
	line-height: 18px;
}
* html th {
	font-size: 0.8em;
        vertical-align: top;
        text-align: left;
        
}
* html td {
	font-size: 0.6em;
        vertical-align: top;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #828254;
	padding-top: 6px;
	padding-bottom: 6px;
}
* html h2 {
	font-size: 1.4em;
}
.csc-sitemap ul {
	padding: 0px 0px 2px 0px;
	margin: 0px;
	line-height: 18px;
	list-style-type: none;
}
.csc-sitemap li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.csc-sitemap ul li ul {
	margin: 0px 0px 0px 20px;
}
.csc-sitemap a {
	font-size: 1.2em;
}

.clearer {
	clear: both;
}
.footer_print {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	font-size: 1.2em;
}
