body {
	background-color: #fff;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #033;
}
a:visited {
	text-decoration: none;
	color: #033;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #033;
}
	
#main {
	font-family: Verdana;
	font-size: 0.7em;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;

}


.dotten {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #056e4f;
	color: #056e4f;
	padding-bottom: 2px;
}

#main h2 a {
	text-decoration: none;
	color: #056e4f;
	font-weight: bold;

}


#main h4 {
	font-size: 1.2em;
	font-weight: normal;

}
#main h4 a {
	text-decoration: none;
	font-weight: bold;

}
#main .date {
	color: #999;
}
#main .head a {
	font-weight: bold;
	font-size: 1.1em;
}

#main .catalog {
	text-decoration: none;
	color: #056e4f;
	font-weight: bold;

}

#header {
	width: 100%;
	background-image: url(../images/bg.gif);
	height: 96px;
}

#main h3 {
	font-size: 13px;
	font-weight: bold;

}

#main ul {
	list-style-image: url(/images2/page2.gif);
	list-style-position: outside;
	padding-left: 120px;
	font-size: 13px;
}

#main ul a {
	color: #056e4f;
}



.details {
	text-align:right;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 8px;
	margin-bottom: 8px;
	font-style: italic;
	margin-right: 30px;
}
#main .details a {
	text-decoration: none;
}
#main img {
	margin-top: 5px;
	margin-right: 5px;
}

.newsimage {
	border: 1px solid #033;
}








/* ****************************** BLOCKQUOTE AND CODE STYLE - STYLE IS APPLICABLE FOR BOTH ENTRIES AND COMMENTS */
blockquote {
	padding: 2px 10px;
	background: #e6f9c9;
	color:#369;
	clear:both;
	border:1px solid #a9d26a;
	margin-bottom:10px;
}
code {
	color:#444;
	display:block;
}
blockquote p {
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 15px;
}
blockquote li {
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	line-height: 15px;
	color:#369;
}




.alignleft {
	float:left;
	margin-right:10px;
	margin-top:5px;
}
.alignright {
	float:right;
	margin-left:10px;
	margin-top:5px;
}
.aligncenter {
	margin:0 auto;
	display:block;
}

