/*-----CSS CODING BY http://stargazer.netg.se -----*/
body {
	background-color: #FFFFF;
	background-image: url();
	background-repeat: repeat-x;
	text-align:center; /* for IE */
	margin: 0;
	font-family: trebuchet ms;
	font-size: 10px;
	color: #898683;
	line-height: 14px;
}

#centered
{
        width:819px;
        margin:0 auto; /* to center the div */
        text-align:justify; /* restore the body alignment */
        position:relative; /* because of "relative/absolute" content inside the div */
}

a.:link, a:active, a:visited {
	color: #80296E;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;	
	border-bottom: 1px dotted #9A8675;
	text-decoration: none;
}

a:hover {
	color: #C1AB97;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

a.1:link, a.1:active, a.1:visited {
	font-family: trebuchet ms;
	font-size: 10px;
	color: #898683;
	font-weight: bold;
	text-transform: uppercase;	
	text-decoration: none;
	border-bottom: 0px dotted #000;
}

a.1:hover {
	color: #9A8675;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 0px dotted #000;
}

a.3:link, a.3:active, a.3:visited {
	color: #9A8675;
	font-family: tahoma;
	font-size: 6pt;
	font-weight: bold;
	text-transform: uppercase;	
	border-bottom: 1px dotted #9A8675;
	text-decoration: none;
}

a.3:hover {
	color: #C1AB97;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

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

.main {
	background-color: #EFEAE5;
	padding: 10px;
	font-family: georgia;
	font-size: 10px;
	letter-spacing:0px; 
	line-height: 11pt; 
	color: #A09389;
	text-align: justify;
}

h1  
{
	color: #A09389;
	font-family: georgia;	
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	line-height:14px;
	padding: 0px;
	padding-left: 12px;
	margin-bottom: 4px;
	margin-top: 10px;
	border-bottom: 1px solid #A09389;
}

h2 {	
	background-color: #E4D3C6;
	font-family: tahoma;
	font-size: 6pt;
	color: #9A8675;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding: 3px;
	border-left: 9px solid #C1AB97;
	border-right: 9px solid #C1AB97;
	margin-top: 35px;
	margin-bottom: 10px;
}

h3 {	
	color: #9A8675;
	font-family: georgia;	
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	line-height:14px;
	padding: 0px;
	padding-left: 12px;
	margin-bottom: 4px;
	margin-top: 10px;
	border-bottom: 1px solid #CEC8C3;
}

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

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

#list-menu a 
{
	display: block;
	width: 180px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #C1AB97;
	background-color: #EAE4DE;
	text-decoration: none;
	filter:blendTrans(duration=0.5);
}

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

#list-menu a:hover 
{
	border: 1px solid #000;
	background: #80296E;
	color: #FFFFFF;
} 