html, body {
        background: #fff;
        margin: 0; padding: 0;
        color: #000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        line-height: 1.5em;
}
a {
	text-decoration: none;
}
a:link{
	color: #034A85;
}
a:visited{
	color: #034A85;
}
#top {
         font-family: Verdana, Arial, Helvetica, sans-serif;
         color: #aab08e;
         font-size: 0.8em;
         font-weight: bolder;
         border-bottom: solid 2px;
         padding-right: 12px;
}
#top a {
         color: #aab08e;
         text-decoration: none;
}
#left_column{
	border-right: solid 2px #aab08e;
	width: 22%;
	height: 440px;
	padding-left: 12px;
	padding-right: 24px;
	font-size: 0.8em;
	color: #aab08e;
}
.menu a {
	color: #aab08e;
}
.menu .submenu {
	padding-left: 12px;

}
hr {
	border: none;
}
.spacer{
	height: 2px;
	color: #aab08e;
	background: #aab08e;
}
#workingarea {
	padding: 0px 10px 20px 20px;
	height: 440px;
	font-size: 0.8em;
}
.answer {
	color: #363636;
}
.highlight {
	font-weight: bold;
}
.item_question {
	font-size: 120%;
	font-weight: bold;
}
.item_params {
	font-size: 80%;
}
.pt {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.4em;
        font-weight: bolder;
}
#f td {
        border-top: solid 2px #aab08e;
        font-size: 0.8em;
        font-weight: bolder;
        font-style: italic;
}
#copyright {
        color: #c55554;
        padding-left: 23px;
}
#copyright a{
        color: #c55554;
        text-decoration: none;
}
#comment {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        font-weight: bolder;
        font-style: italic;
        color: #5a81a2;
        padding-left: 43px;
}
#privacy a{
        color: #aab08e;
        text-decoration: none;
        font-style: normal;
        padding-right: 12px;
}

.pager {
		font-size: 85%;
		text-transform: uppercase;
		border: 1px solid #aab08e;
		background-color: #ffffff;
		padding: 2px 4px;
		margin: 2px;
}
.pager a{
		color: #aab08e;
		text-decoration: none;
}