body {
	background-image: url('./gfx/bg.jpg');
	background-repeat: repeat;
	background-color: #EBEBEB;
	font-family: Tahoma;
	font-size: 10px;
	color: #808080;
	line-height: 14px;
	margin: 0;
}

h1  
{
	font-family: Tahoma;
	font-size: 14px;
	color: #808080;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	letter-spacing: 1px;
	padding: 3px;
	padding-left: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
}

h2  
{
	font-family: Tahoma;
	font-size: 10px;
	color: #808080;
	font-weight: normal;
	text-transform: none;
	padding: 5px;
	letter-spacing: 1px;
}

h3  
{
	font-family: Tahoma;
	font-size: 10px;
	color: #808080;
	font-weight: normal;
	text-transform: none;
	text-align: right; 
	padding: 0px;
	margin: 2px;

}

h4  
{
	font-family: Tahoma;
	font-size: 10px;
	color: #808080;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	letter-spacing: 1px;
	padding: 5px;
	margin: 0px;

}

h5  
{
	font-family: Tahoma;
	font-size: 14px;
	color: #808080;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
}

h6  
{
	font-family: Tahoma;
	font-size: 12px;
	color: #808080;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	letter-spacing: 1px;
	padding: 2px;
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

h7  
{
	font-family: Tahoma;
	font-size: 14px;
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
}

h8 
{
	font-family: Tahoma;
	font-size: 10px;
	color: #808080;
	font-weight: normal;
	text-transform: none;
	text-align: left; 
	letter-spacing: 1px;
	padding: 0px;
	margin: 2px;

}

.table
{
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.table1
{
	border-top: 6px solid #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.table2
{
	border-top: 6px solid #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.table3
{
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	padding: 0px;
	margin: 0px;
}

.movietab
{
	font-family: Tahoma;
	font-size: 12px;
	color: #808080;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
}

a:link, a:active, a:visited 
{
	color: #9A8675;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	color: #C1AB97;
	text-decoration: underline;
	font-weight: bold;
}

table, td, tr 
{
	font-size: 10px;
	text-align: justify;
}

a:link img, a:active img, a:visited img 
{
	border: 0px solid #cccccc;
} 

a:hover img 
{
	border: 0px solid #cccccc;
} 

#list-menu ul 
{
	margin: 0; 
	padding: 0;
	list-style-type: none;
} 

#list-menu li 
{
	margin: 2px 0 0;
} 

#list-menu a 
{
	display: block;
	width:160px;
	padding: 2px 2px 2px 30px;
	border: 1px solid #E4DBC3;
	background: #ECECEC;
	text-decoration: none;
	filter:blendTrans(duration=0.5);
	text-align: left;
	text-transform: uppercase;
	font-weight: lighter;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited 
{
	color: #C1AB97;
}

#list-menu a:hover 
{
	width:150px;
	padding: 2px 2px 2px 40px;
	border: 1px solid #C1AB97;
	background: #E2D09C;
	color: #FFFFFF;
	text-align: left;
	font-weight: lighter;
}