/* best.css */

.navi  {
	font-family : arial,helvetica,sans-serif;
	font-size : 12px;
	line-height: 19px;
	font-weight : normal;
	color : #999999;
	letter-spacing : 1,5;
}
.navi A:link {font-weight : normal; color : #6D3B3A; text-decoration : none;}
.navi A:visited {font-weight : normal; color :#6D3B3A; text-decoration : none;}
.navi A:hover {font-weight : normal; color : #6D3B3A; text-decoration : underline;}

.navie  {
	font-family : arial,helvetica,sans-serif;
	font-size : 12px;
	line-height: 19px;
	font-weight : normal;
	color : #FFFFFF;
	letter-spacing : 1,5;
}
.navie A:link {font-weight : normal; color : #999999; text-decoration : none;}
.navie A:visited {font-weight : normal; color :#999999; text-decoration : none;}
.navie A:hover {font-weight : bold; color : #999999; text-decoration : none;}

.text  {
	font-family : arial,helvetica,sans-serif;
	font-size : 11px;
	line-height: 18px;
	font-weight : normal;
	color : #000000;
	letter-spacing : 1,5;
}
.text A:link {font-weight : normal; color : #F29439; text-decoration : none;}
.text A:visited {font-weight : normal; color :#F29439; text-decoration : none;}
.text A:hover {font-weight : normal; color : #F29439; text-decoration : none;}
.text B {font-size : 12px; font-weight : bold; color : #F29439; text-decoration : none;}
.text I {font-style : italics; font-size : 11px; font-weight : normal; color : #C0C0C0; text-decoration : none;}

.title  {
	font-family : arial,helvetica,sans-serif;
	font-size : 20px;
	line-height: 35px;
	font-weight : normal;
	color : #CCCCCC;
	letter-spacing : 1,5;
}
.titlesmall  {
	font-family : arial,helvetica,sans-serif;
	font-size : 12px;
	line-height: 16px;
	font-weight : bold;
	color : #ffffff;
	letter-spacing : 1,5;
}
.titlesmall A:link {font-weight : normal; color : #D1B18D; text-decoration : none;}
.titlesmall A:visited {font-weight : normal; color :#D1B18D; text-decoration : none;}
.titlesmall A:hover {font-weight : bold; color : #D1B18D; text-decoration : none;}


