body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#000;
}


#tabs {
	background:transparent url(/images/bg-tabs.jpg) no-repeat bottom right;
	height:391px;
}



#tabs a {
	display:block;
	width:45px;
	height:118px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: -135px 0px;
	margin-bottom:2px;
}

#tabs a img {
	display:none;
}

#tabs a:HOVER {
	background-position: -90px 0px;
}

#tabs a.selected {
	background-position: 0px 0px;
}

#tabs a.selected:HOVER {
	background-position: -45px 0px;
}



td {
	font-size : 12px;
	font-family : verdana,arial,helvetica,sans-serif;
}

a:link {
 color : #663300;
 text-decoration : none;
 font-weight : bold;
}

a:hover {
 color : #FF6600;
 font-weight : bold;
}

a:visited {
 color : #663300;
 text-decoration : none;
 font-weight : bold;
}

a.white {
 color : #CCCC99;
 text-decoration : none;
 font-weight : bold;
}

a.white:hover { 
text-decoration : underline; 
font-weight : bold; 
color : #CCCC99; 
}

a.white:visited { 
color : #CCCC99; 
text-decoration : none; 
font-weight : bold; 
}




.smallwhite {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
color: #CCCC99;
}

.title {
	font-size : 15px;
	font-family : verdana,arial,helvetica,sans-serif;
 	font-weight : bold;
}

.quotes {
	font-size : 10px;
	font-family : verdana,arial,helvetica,sans-serif;
	padding : 7px;
	text-align : justify;
}

.small {
	font-size : 9px;
	font-family : verdana,arial,helvetica,sans-serif;
}

p.leftcol {
	font-size : 9px;
	font-family : verdana,arial,helvetica,sans-serif;
 	color : #CCCC99;
	padding : 7px;
	text-align : justify;
}

