* {
	font-family: Trebuchet, sans-serif; 
	font-size:12px;
	line-height: 17px; 
	color: #6D705A;
}

body {
	background-color: #E3E0D7;
	text-align:center;
}

p { 
 
}

.about p {

	margin: 0px 20px 0px 10px;
}

sup, sub { 
	font-size: 10px; 
}


h1 { margin-top: 5px;
	margin-bottom: 0px;
	font-size: 16px; 
	color: #929E1A; 
	font-weight: normal; 
	
}

h2 { margin-top: 5px;
	font-size: 13px; 
	color: #929E1A; 
	font-weight: normal; 
	font-style: italic;
}

h3 {
	margin: 8px 0px 8px 10px; 
	font-size: 12px; 
	color: #929E1A; 
	font-weight: normal;  
}

ul,ol { 	
}

li {
	line-height: 18px;  
}

a { 
	color: #929E1A; 
	text-decoration: none;
}

a:hover { 
	color: #6D705A; 
}


.credit {
	margin: 5px 10px 10px 182px;
	font-size: 10px;
	text-align: right;
}

.credit a {
	font-size: 10px;
}

.right { 
	float: right; 
	margin: 5px 0px 5px 10px;
}

.left{ 
	float: left; 
	margin: 0px 12px 6px 0px;
}

.lefttrend{ 
	float: left; 
	margin: 20px 12px 0px 0px;
}

.breadcrumb {
	font-size: 10px;
}

.breadcrumb a {
	font-size: 10px;
}

.evenrow {
	background-color: #F1F3F6;
}
.oddrow {
	background-color: white;
}

#mainbox {
	width:927px;
	margin:40px auto;
}

#contentbox {
	position: relative;
	text-align: left;
}

/* Press buttons */
a.press_bttn {
	display: block;
    width: 23px;
    height: 23px;
    background: url("images/press_bttn_bg.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 3px 0 0 0;
    text-align: center;
    font-size: 15px;
    color: #717465;
}

.press_bttn_holder {
	width: 23px;
	height: 23px;
	margin: 10px 10px 0 0;
	float: left;
}

a:hover.press_bttn {
    background-position: -23px 0;
}

a.press_bttn_on {
	display: block;
    width: 23px;
    height: 23px;
    background: url("images/press_bttn_bg.gif") 0 0 no-repeat;
    text-decoration: none;
    margin: 0;
    padding: 3px 0 0 0;
    text-align: center;
    font-size: 15px;
    color: #95968a;
}

.spacer {
	clear:both;
}
