@font-face {
font-family: "Eurostile";
src: url("../fonts/EurostileLTStd.otf")
}

body{
	font-family: "Eurostile", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	background: #333333 url(../images/bg_grad1.jpg) repeat-x;
	text-align:center; 
}

.listlinks li{
	/*font-family: sans-serif;*/
	font-size: 12pt;
	padding: 10 0;
	margin-left: -20;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.listlinks li a{
	color: #666666;
	text-decoration: none;
}

.listlinks li a:hover{
	color: #000000;
	text-decoration: none;
	border-bottom: 2px dotted;
}

.listlinks li.selected a{
	color: #339999;
	font-weight: bold;
}

.listlinks li.selected a:hover{
	color: #339999;
	text-decoration: none;
	border: 0;
}

.content {
	font-size: 12pt;
	color: #333333;
}

.title {
	font-size: 18pt;
	color: #003366;
}

.content h1 {
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
	background-color: #003366;
	padding: 3pt;
}

.tab {
	font-size: 10pt;
	color: #000000;
	background-repeat: repeat-x;
}

.tab h {
	font-size: 50pt;
	text-decoration: none;
}

.tab h a:hover {
	text-decoration: underline;
}

.tab h1 {
	font-size: 12pt;
	color: #222222;
	text-decoration: none;
}

.tab p {
	font-size: 12pt;
	text-indent: 40px;
	text-align: justify;
}

.tab img {
	border: 1px solid #333333;
}
