a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #ffff00;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


body {
	background-image: url("images/bg.gif");
	background-attachment: scroll;
	background-position: 0% 0%;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #c9cc95;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


div {
	margin: 0px;
	padding: 0px;
}
div.main {
	border-left: 2px dotted black;
	margin-left: 200px;
	padding-left: 20px;
	padding-right: 20px;
}
div.main p {
	text-align: justify;
	text-indent: 20px;
	margin-top: 0px;

}
div.main p:first-letter {
	font-weight: bold;
}


h1 {
	color: #c9cc95;
	text-align: center;
	font-family: Comic sans MS;
	font-size: x-large;
	padding-top: 20px;
	padding-bottom: 40px;
	margin: 0px;
}
h2 {
	
	font-family: Comic sans MS;
	font-size: large;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}
h3 {
	font-family: Comic sans MS;
	font-size: medium;
	margin-top: 0px;
	margin-bottom: -1em;
	text-align: center;
}
h3.normal {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

div.counters {
	font-size: xx-small;
	margin-top: 50px;
	text-align: center;
}
span.date {
	font-weight: bold;
	font-size: large;
}
img {
	border: none;
	vertical-align: middle;
}
img.ill_right {
	float: right;
	padding-left: 10px;
}
img.ill_left {
	float: left;
	padding-right: 10px;
}


p {
	font-size: small;
	text-indent: 2em;
}
p.ep {	
	font-size: x-small;
	margin-left: 30%;
	text-align: justify;
}
p.ep#author {
	font-weight: bold;
	margin-top: 0px;
	text-align: right;
}
li {
	font-size: small;
}


table.main {
	border-collapse: collapse;
	clear: right;
	font-size: small;
	margin-bottom: 2em;
	text-indent: 0px;
}
table.album {
	border-collapse: collapse;
	background-color: #d6d999;
	font-size: small;
	margin: auto;
	margin-bottom: 3em;
	text-indent: 0px;
	width: 600px;
}
td {
	border-bottom: 2px solid black;
	padding: 2px;
	text-align: justify;
}
td.doc {
	border-right: 1px dotted black;
	text-align: center;
	background-color: #d6d999;
	width: 120px;
}
td.file {
	background-color: #d6d999;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
	text-align: center;
	width: 100%;
}
td.prop {
	background-color: #d6d999;
	border-bottom: 1px dotted black;
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	vertical-align: bottom;
	width: 120px;
}
td.song {
	border-bottom: 1px dotted #000000;
	border-right: 1px dotted black;
	padding: 2px;
	text-align: left;
}
td.total {
	background-color: black;
	color: #c9cc95;
	font-size: small;
	text-align: center;
}


table.gb_main {
	border: none;
	border-collapse: collapse;
	font-size: small;
	margin: auto;
	padding: 0px;
	text-align: left;
}
table.gb_add {
	margin: auto;
	background-color: #d6d999;
	border: 1px dotted black;
	font-weight: bold;
}
table.gb_add tr td {
	border: none;
}
tr.gb {
	background-color: #d6d999;
}
td.gb {
	border-bottom: 1px dotted black;
	border-right: 1px dotted black;
	width: 100%;
}
td.gb_prop {
	border-bottom: 1px dotted black;
	font-size: x-small;
	padding: 0px 0px 2px 0px;
	text-align: center;
	width: 260px;
}


div.mainmenu {
	float: left;
	font-family: Comic sans MS;
	width: 200px;
}
div.mainmenu div#first {
	margin-top: -8px;
	padding: 0px 0px 0px 10px;
}
div.mainmenu div.mm {
	font-size: large;
	padding: 8px 0px 0px 10px;	
}
div.mainmenu div.sm {
	font-size: small;
	margin-top: -1px;
	padding: 0px 0px 0px 25px;	
}
div.mainmenu div:first-letter {
	font-weight: bold;
}
div.mainmenu div.mm:first-letter {
	font-size: x-large;
}


div.mainmenu a {
	font-weight: normal;
	text-decoration: none;
}
div.mainmenu a:link {
	color: #000000;
	text-decoration: none;
}
div.mainmenu a:active {
	color: #ffff00;
	
	text-decoration: none;
}
div.mainmenu a:visited {
	color: #000000;
	text-decoration: none;
}
div.mainmenu a:hover {
	color: #ffff00;
	text-decoration: none;
}


.center {
	text-align: center;
}


div.video {
	margin-bottom: 1em;
	text-align: center;
	font-size: x-small;
	width: 550px;
}
img.video {
	border: none;
}
ol.video {
	margin: 0px;
	margin-left: 23%;
	margin-top: 1em;
	text-align: left;
}
ol.video li {
	font-size: x-small;
}
span.video {
	font-size: x-small;
}
table.video {
	margin: auto;
	margin-top: 0px;
	text-align: center;
}
td.video {
	font-size: small;
	padding-top: 1em;
	text-align: center;
}
p.video {
	text-align: justify;
	padding: 0% 15%;
	text-indent: 2em;
}