/* CSS Document */
body{margin:0}
.black {
	font-weight: bold;
	color: #000000;
}

.topmenu {background-color: #707070;}

.topmenu a
{   color: #FFFFFF;
font: 0.8em   Tahoma, Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
	font-size:11px;
    padding-left:10px;
	padding-right:10px;
    background-color: #707070;
   height:20px;
   background-position:center;
   padding-top:3px;  
	}
	.topmenu a:link,.topmenu a:visited,.topmenu a:active
	{	color:#FFFFFF;
}
.spacer
{
    width:781px; height:2px; background-color:White; display:block; font-size:1px;
}

.topmenu a:active
{border-width:thin;
border-color:#FFFFFF;}
.topmenu a:hover
{
    background-color: #999977;
	color:#000000;
}
a{color:#979575; text-decoration:none; font-weight:bold;}
a:link{color:#979575; text-decoration:none; font-weight:bold;}
a:visited{color:#979575; text-decoration:none; font-weight:bold;}
a:active{color:#979575; text-decoration:none; font-weight:bold;}
a:hover{color:#979575; text-decoration:none; font-weight:bold;}

h1
{
    font-size:20px;
    font-weight:normal;
    letter-spacing: 1px;
    color: #979575;
    font-family: Times New Roman;
    padding-top:0px;
	line-height:23px;
}
	
body, td, th {
	font-size:11px;
	font-family:Arial;
	color: #646464;
	line-height:20px;
	letter-spacing: 0.04em;
}

.small {
    font-size:9px;
    font-family:Arial;
    color: #646464;
    line-height:13px;
}
.big {
    font-size:13px;
    font-family:Arial;
    color: #646464;
    line-height:17px;
}
.expanded {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}
