BODY {
	font-family : tahoma, verdana;
	font-size: 10pt;
	font-style : normal;
	text-decoration : none;
	color: #303030;
	background-color : #303030;
	margin: 0;
    padding: 0;
}

h1 {
    font-size: 18pt;
    color: #FFF;
    font-weight:100;
    letter-spacing: 0px;
}
h1#lefts {
    margin: 0px;
    padding: 0px 0px 0px 4px;
    background: #B3955F; 
    width: 160px;
}
h1#rights {
    margin: 0px;
    padding: 0px 10px;
    background: #B3955F;
}
div p {
    margin: 0;
    padding: 5px 8px 15px;
}
div#sameheight1 {
    border:2px solid #B3955F;
    background-color: rgb(30,30,30);
    width: 160px;
}
div#sameheight2 {
    border:2px solid #B3955F;
    background-color: rgb(255,255,255);
}
div#left{
    position: absolute;
    left: 0px;
    width: 160px;
    margin: 0px;
    padding:10px;
}
div#left tr {
    color: #FFFFFF;
}
div#right{
    position: absolute;
    right: 0px;
    left: 170px;
    margin: 0px;
    padding:10px;
}
div#right tr {
    font-size: 10pt;
}
div#header {
    text-align:center;
    background-color: #D3B57F;
    padding:2px 0px;
    margin: 10px;
}

h2 {
    font-size: 15pt;
    font-weight:100;
    letter-spacing: -1px;
    margin: 0;
    padding: 0 10px;
}

h3 {
    margin: 0;
    padding: 0 20px;
}

h3+p {
    padding: 10px 25px;
}

.SF {
	font-family : tahoma, verdana;
	font-size: 8pt;
	text-decoration : none;
}

A:Link  {
	color: #D44C4C;
	text-decoration : none;
}

li#one A:Link {
	color: #F46C6C;
	text-decoration: none;
}
li#one A:Hover {
	color: #FF8C8C;
	text-decoration: underline;
}

li#two A:Link  {
	color: #B42C2C;
	text-decoration : none;
}
li#two A:Hover {
	color: #FF2222;
	text-decoration: underline;
}

A:Visited  {
	color : #C3854F;
	text-decoration : none;
}

A:Active  {
	color : #C00000;
	text-decoration : none;
}

A:Hover  {
	color : #990033;
	text-decoration : none;
}

.item_head {
	background-color: #B3955F;
	color: #FFFFFF;
	height: 25px;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}

.item_head2 {
	background-color: #FFFFFF;
	height: 30px;
	font-weight: bold;
	vertical-align: bottom;
}

.item_content {
    font-size: 10pt;
	border-color: #E0E0E0;
}

.item_content2 {
	
}

.odd {
	background-color: #F6F0D5;
}

.even {
	background-color: #F0E4C5;
}

.dropshadow {
 margin: 4px 8px 8px 4px;
 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}
