html{
	height: 100%;
	font-size:13px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color:white;
	background-color: #284976;
}

body{
	height: 100%;
	font-size:13px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color:white;
	font-size: 80%; 
	background-image: url(/i/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #284976;
}

table, td{
	font-size:13px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: white;
	vertical-align:top
}


.px11{
	font-size:11px;
}

h1{
	font-family: Europe, sans-serif;
	font-size: 27px;
	color:white;
	font-weight: 500;
	font-style: italic;
	line-height:100%;
}

.black{
	color: Black;
	text-decoration: none;
}
#block{
	margin-top:10px;
	position: relative;
	width:450px;
	height:163px;
	background: url(/i/index-block-bg.jpg) repeat-x center;
	text-align: center;
}

table.tsmall{
	border: 0px none;
	margin:5px 0px;
	padding:3px;
	border-collapse:collapse;
}

table.tsmall td{
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin:3px;
	padding: 0px 9px 0px 9px;
}

table.tsmall th{
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align:left;
	font-weight: normal;
	background-color: #899BB9;
	margin:3px;
	padding: 0px 9px 0px 9px;
}

#source{
	position: relative;
	width:218px;
	height:149px;
	text-align: center;
	color:white;
	vertical-align: middle;
}
.big{
	font-size:20px;
}

.bgwhite{
	background-color:white;
}

h2{
	font-family: Europe, sans-serif;
	font-size: 21px;
	color:white;
	font-weight: 500;
}

p{
	text-align: justify;
}

a{
	color:#B6CEEF;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-image: url(/i/li.gif);
}
table.main{
border-collapse: collapse;
border-spacing: 0.1em;
margin-bottom: 0em;
margin-top: 0em;
background-color:#46648C;
padding:5px;
font-size:12px;
vertical-align: middle;
}

table.main td{
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-color: #AEAEAE;
	padding: 8px 5px 8px 5px;
	text-align:left;
}

table.main th{
	font-weight:bold;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-color: #AEAEAE;
	background-color:#cccccc;
	padding: 5px;
	text-align:left;
	vertical-align: middle;
}