*{
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}
html, body{
	background-color:#ffffff;
	color: #000000;
	height:100%;
}
p, div, td {line-height:120%;}

p{
	margin-bottom:10px;
}

ul {
  list-style-type: square;
  padding-left:20px;
}

h1{
	font-size:14px;
	font-weight:bold;
	background:url(../img/h1.gif) top left no-repeat;
	padding:18px 7px 0px 7px;
	margin-bottom:20px;
	color: #535353;
}

h2{
	font-size:11px;
	font-weight:bold;
	color: #0E2B8D;
}

h3{
	font-size:10px;
	font-weight:bold;
}
h4{
	font-size:9px;
	font-weight:bold;
}
/*Basic Links*/

a:link, a:visited {color:#0E2B8D;text-decoration:none;}

a:hover {color: #8695C6;text-decoration:none;}

a.img{border:0;}

/*Begin Index*/

#index{
	width: 388px;
	height: auto !important; 
	height: 100%; 
	min-height: 100%; 
	margin-left: auto;
	margin-right: auto;
	background:url(../img/background.gif) top left repeat-y;
}

#index #header{
	height: 200px;
	width: 100%;
	background: url(../img/header.jpg) top left no-repeat;
}
#index #middle{
	height: 93px;
	width: 100%;
	background:url(../img/middle.jpg) top left no-repeat;
}
#index #footer{
	height: 180px;
	width: 388px;
	background: url(../img/footer.jpg) bottom left no-repeat;
}

#index #intro{
	margin:30px 40px;
	color: #9B9B9B;
}

#index #middle .content{
	padding-top:21px;
	text-align:center;
	color: #9B9B9B;
}

#index .content{
	padding: 5px 10px;
}	
#index #select{
	width:84px;
	margin-left:auto;
	margin-right:auto;
}

#index .language{
	float:left;
	color:#0E2B8D;
}

#index #footer .content{
	padding-top:165px;
	padding-bottom:0px;
}
/*End Index*/

#copyright{
	color: #9B9B9B;
	font-size: 9px;
}
#copyright a:link, #copyright a:visited {color:#9B9B9B;text-decoration:none;}

#copyright a:hover {color: #9B9B9B;text-decoration:underline;}
