body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;



}
#container {
	text-align: left;
	margin: 0px;
	padding: 0px;

}
#leftrow {
	display: none;


}
#headerleft, #headerright {
	display: none;


}
#rightrow {
	display: none;


}
#main {
	text-align: center;
	word-spacing: 0.2em;
	width: 90%;

}
#header {
	text-align: center;
	height: 30px;
	display: block;
	font-size: 120%;
	letter-spacing: 0.15em;
	word-spacing: 0.25em;
	font-variant: small-caps;
}
#contentstart, #content {
	display: block;
	font-size: 80%;
	font-weight: normal;
}
#contentstart {
	text-align: center;
}
#content {
	text-align: left;
}
#content a, #content a:visited{
	text-decoration: none;

}
#content a:hover, #content a:active{
	text-decoration: none;
	background-color: #FFCC33;
	color: #000031;
}
#content table{
	width: 90%;



}
#content td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7A5C78;
	width: 50%;




}
#content ul {
	list-style-type: square;
	display: block;	
}
#content ol {
	list-style-type: decimal;
	display: block;
}
#content li {
	padding: 0px;
	line-height: 1.5em;
	display: list-item;
}
.tabula h2{
	text-align: center;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 75%;
	margin-top: 5px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	display: none;

}
