@charset "utf-8";
/* CSS Document */
.topmenu{
 background:#6c653f;
    color: #CCCC99;
    font-family: tahoma,verdana,sans-serif;
    font-size: 11px;
    height: 30px;
    padding: 10px 30px 0;
	}
	.topmenu a
	{
	color:#cccc99;
	text-decoration:none;
	}
	.topmenu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
	.rec{
	color: #666633;
    font-family: tahoma,verdana,san-serif;
    font-size: 70%;
	}
	
	a{
	color: #663300;
    text-decoration: underline;
	}
	p
	{
	color: #663300;
    font-family: georgia,times,serif;
    font-size: 90%;
	text-align:justify;
	}
	p a {
    font-size: 100%;
}
	h1
	{color: #663300;
    font-family: georgia,times,serif;
    font-size: 180%;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 100%;
	}
	h2{
	border-bottom: 1px inset #999999;
    color: #663300;
    font-family: georgia,times,serif;
    font-size: 125%;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: lowercase;
	}
	.medium{
	 background: none repeat scroll 0 0 #999966;
    color: #333300;
    font-family: verdana,sans-serif;
    font-size: 70%;
    padding: 10px;
}
.copyright {
    color: #333300;
    font-family: tahoma,verdana,sans-serif;
    font-size: 11px;
    margin-right: 30px;
    text-align: right;
}
td.medium a {
    color: #333300;
    font-family: times,serif;
    font-size: 150%;
    font-weight: bold;
}
th {
    background: none repeat scroll 0 0 #8B0830;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    color: #FFFFFF;
    font-family: tahoma,verdana,sans-serif;
    font-size: 75%;
    font-weight: bold;
    padding: 6px;
}
.inputs {
    background-color: #FFFFFF;
    color: #333333;
    font-family: tahoma,verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.light {
    background: none repeat scroll 0 0 #CCCC99;
    color: #666666;
    font-family: tahoma,verdana,sans-serif;
    font-size: 70%;
    padding: 10px;
}
ul, ol {
    color: #663300;
    font-family: georgia,times,serif;
    font-size: 100%;
}
li {
    margin-left:-15px;
}

