/***** START: common syle *****/
body, table, div, span, a, u, i, b, form, input, file, textarea, option, select,
.comment, .label, .smalltitle, .description, .title, .menu, .boxlook, .edit
{
  font-family: Verdana, Sans-Serif;
	font-size: 11px;	
	line-height: 13px;	
	color: #6F3900;
}

body
{
  background-image: url('./images/background_light.gif');
  background-attachment: scroll;
}

a 
{
  font-weight: bold;
	color: #1010FF; 
	text-decoration: none;
	line-height: 14px;
}

a:hover 
{
	text-decoration: underline;

}

.comment
{
	font-size: 10px;
	line-height: 10px;
}

.label 
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

.smalltitle 
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

.description 
{
 	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

.title 
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

.menu
{
	font-family: Arial, Sans-Serif;
  font-style: italic;
  font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}

.img 
{
	border: 0px;
	vertical-align: middle;
}

.boxlook 
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; 
	background-color: #6F3900; 
	border: #6F3900; 
	border-color: #6F3900;
	border-style: solid; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-right-width: 2px; 
	border-left-width: 2px;
}

.footer 
{
 }

.edit 
{
	color: #999999;
}

select
{
	font-family: Verdana, Sans-serif;
	font-size: 10px;
}

input
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
}

td, ul, li
{
	color: #000000;
	text-decoration: none;
}

