body { 
	margin: 0px;
	padding: 0;
	color: white;
	background-color: #263270;
	background-image:url('./graf/bg1.jpg');
	background-position: top;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	text-align: justify; 
}

td {
	color: white;
	font-family: Georgia, "Times New Roman", serif;
	/*font-size: 12px;*/
	text-align: justify; 
}

.hr_line {
	height: 1px; 
	background-image:url("./graf/line.gif"); 
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
}

.title, .title16, .pagetitle{
	font-family: Georgia, serif;
	font-size: 22px;
	color: #AB8A49;
}

.pagetitle{
	font-variant: small-caps;
}

.title16 {
	font-size: 16px;
}

#td_content{
	padding: 20px; 
	padding-top: 0; 
	width: 910px; 
	text-align: justify; 
	background-image:url(./graf/content-bg.jpg);	
	background-position: top; 
	background-repeat: no-repeat;
}

#div_content{
	padding: 20px; 
	padding-top: 0; 
	background-image:url(./graf/bg80.png);
}

#bottom_margin{
	height: 105px;
}

#bottom-bar-left-shadow{
	width:20px;
	background-image: none;
}

#bottom-bar-right-shadow{
	width:20px;
	background-image: none;
}

#bottom-bar-cell1,  #bottom-bar-cell2,  #bottom-bar-cell3,  #bottom-bar-cell4, #bottom-bar-cell5 {
	background-image: url(./graf/bg80-2.png);
}

#LOGO {
	display: block;
}

#LOGOIE6{
	display: none;
}

a { 
	color: #99a1cb;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}