html {
	height: 100%; /* for Mozilla */
	margin: 0;  /* for Opera */
	padding: 0; /* for Opera */
}

body {
	height: 100%;
	margin: 0px auto; /* align body block to center */
	padding: 0px 30px;
        background-image: url(../img/takebar.gif);
        background-color: #660;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 11pt;
	color:#000;
	text-align: center;
}

a:link {
        color: #220;
}

a:hover {
        color: #F00;
}

a:active {
        color: #F00;
}

a:visited {
        color: #909;
}
a{color:#30462c;text-decoration:none;} 
a:link{color:#30462c;text-decoration:none;}
a:visited{color:#30462c;text-decoration:none;}
a:hover{color:#d3f4dd;text-decoration:underline}
.contents {
	width: 800px;
	margin: 0;
	text-align: left;
	position: relative;
}

.title{
	height: 100px;
        background-image: url(../img/takebar_2.gif);
        background-position: top;
        background-repeat: repeat-x;
        background-color: #C93;
        border-top: solid 3px #C93;
        border-left: solid 3px #300;
        border-right: solid 3px #906437;
        border-bottom: solid 3px #000;
	color: #FFF;
}

.title h1 {
        padding-left: 20px;
        padding-top: 15px;
        font-size: 30px;
}

.title h2 {
        position: absolute;
        font-size: 12pt;
        top: 60px;
        left: 25px;
}

.main {
	width: 580px;
	float: left;
        border-top: solid 3px #C93;
        border-left: solid 3px #300;
        border-right: solid 3px #906437;
        border-bottom: solid 3px #000;
        background-color: #CC9;
	line-height: 120%;
}

.main h3 {
        font-size: 13pt;
        color: #000;
        background-image: url(../img/takebar_2.gif);
        background-position: top;
        background-repeat: repeat-x;
        margin-top: 10px;
        padding-top: 3px;
        padding-left: 10px;
}

.menu {
	width: 170px;
        float: right;
        border-top: solid 3px #C93;
        border-left: solid 3px #300;
        border-right: solid 3px #906437;
        border-bottom: solid 3px #000;
        background-color: #E6B86E;
	font-size:9pt;
        padding-left: 10px;
        padding-right: 10px;
}

.menu h3 {
	background-image: url(../img/takebar_2.gif);
        background-repeat: repeat-x;
	color: #000;
        font-size: 12pt;
	margin: 0;
        padding-left: 5px;
        padding-top: 3px;
}

.calendar table {
        text-align: center;
        font-size: 9px;
        color: #000;
}

.multi {
	border-bottom: solid 3px #993;
        background-color: #AA6;
        margin-left: 20px;
        margin-right: 20px;
}

.multiarticle{
	border-bottom: dotted 1px #FFF;
        font-size: 9pt;
        color: #000;
        margin: 0;
        padding-left: 5px;
        padding-right: 3px;
}

.multiinfo {
        background-color: #CC6;
	text-align: right;
	font-size: 8pt;
        padding-right: 3px;
}

.comments{
	font-size: 9pt;
        padding: 3px;
}

.comments h3 {
        font-size: 13pt;
        color: #000;
	margin: 0;
}

.comments h4 {
        font-size: 10pt;
        color: #000;
}

.comment {
	border-bottom: solid 1px #CCC;
        font-size: 10pt;
}

.tbs {
	font-size: 9pt;
}

.tbs h3 {
        font-size: 13pt;
        color: #000;
	margin: 0;
}

.tb {
	border: solid 1px #999;
	font-weight: bold;
        font-size: 10pt;
	background-color: #CCC;
	padding: 3px;
}

.excerpt {
	margin: 1px;
	padding: 3px;
	border: solid 5px #999;
	font-weight: lighter;
	background-color: #F1F1F1;	
}

.single {
	border-bottom: solid 3px #993;
        background-color: #AA6;
        margin-left: 20px;
        margin-right: 20px;
}

.single h2 {
        font-size: 13pt;
        color: #000;
        background-image: url(../img/takebar_2.gif);
        background-position: top;
        background-repeat: repeat-x;
        margin-top: 10px;
        padding-top: 3px;
        padding-left: 10px;
}

.singlearticle {
	border-bottom: dotted 1px #FFF;
        font-size: 9pt;
        color: #000;
        margin: 0;
        padding-left: 5px;
        padding-right: 3px;
}

.signature {
	clear: right;
        float: right;
        width: 170px;
	height: 30px;
	color: #000;
        border-top: solid 3px #C93;
        border-left: solid 3px #300;
        border-right: solid 3px #906437;
        border-bottom: solid 3px #000;
        background-color: #E6B86E;
	text-align: center;
        margin-top: 5px;
	padding: 5px;
}
.ranking {
	text-align:center;
}

.ranking table{
	font-size: 9pt;
	color: #000;
	border:solid 2px #000;
	border-collapse: collapse; 
	padding: 3px;
}

.ranking th {
	background-color: #B0402A;
	color: #000;
	border:solid 1px #000;
}
.ranking td {
	border:solid 1px #000;
}

.rankingcount {
	background-color: #B0402A;
	border: double 4px #000;
}

.rankingcount a {
	text-decoration: none;
	margin: 4px;
}

.rankingcount a:link {
	color: #000;
}
.rankingcount a:visited {
	color: #000;
}
.rankingcount a:hover {
	color: #666;
	background-color: #FFF;
}
