body {
	margin: 0;
	background: #19124d url(../img/bg.jpg) repeat-x;
	font: 14px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
	height: 100%;

}

p, ul li, ol li, blockquote, th, td{
	font: 12px Verdana, Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #ffffff;
	font-weight:100;
	text-decoration: none;
	text-align: justify;
	line-height: 22px;
	font-weight: 100 !important;
}
strong{
	color: #006699;
	font-weight: bold;
}
p:first-letter{
	font-size: 16px; 
	font-weight: bold;
}
html {
	height: 100%;
}
	a {
		color: #cccccc;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
		color: #006666;
		border-top: #999999 1px solid;
		border-bottom: #999999 1px solid;
	}
#page {
	min-height: 100%;
	min-width: 980px;
	position:relative;
}
#header{
	background: url(../img/HEADER_BG.png) no-repeat right;
	height: 230px;
}
#footercontainer {
	background: url(../img/footer.png) repeat-x bottom;
	width: 100%;
	color: #cccccc;
	font-size: 11px;
	height: 55px;
    position: relative;
    bottom: 0;
}
	#footer {	
		width: 60%;
		margin: 0 auto;
		padding-top: 35px;
		font-family: Arial, Tahoma, Verdana,  sans-serif;
		font-size: 9px;
	}
	#footercontainer a{
		color: #cccccc;
	}
#content{
	margin-top: 5px;
	width: 99%;
	margin-bottom: 35px;
}

h1, img {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
h2{
	text-align: left;
	color: #ffffff;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	width: 380px;
	text-align: center;
	font-weight: bold;
	line-height: 52px;
	background: url(../img/h3.png) no-repeat center;
}
.langflag{
	border:none;
	padding: 3pt;
	padding-right: 0pt;
}
.menu_button{
	border: none;
}
#query{
	float: left;
	margin-top: 15px;	
	margin-left: 20px;
	width: 160px;
	border: none;
	background: none;
}
#mform{
	background: url(../img/search1.png) no-repeat top;
	float: left;
	width: 204px;
	height: 59px;
	margin: 0;
	padding: 0;
}
#mform:hover{
	background: url(../img/search2.png) no-repeat top;
}
hr{
	border: none;
	margin-top: 40px;
	margin-bottom: 50px;
}
#myscroller div {
  visibility:hidden;
 }
 #myscroller, #myscroller div.default {
   width:160px;
   height:120px;
   overflow:hidden;
   visibility:visible;
 }
 #myscroller table tr td div {
  visibility:visible;
}
.top{
	font-size: 9px !important;
	color: #cccccc !important;
}


