html {
	font-size:medium;
}

body {
	/*background-color:#f0f0f0;*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size: 70%;
	background-image: url(img/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: top; 
	background-color: #0075ba; /* #022070 */ 
}

body, td {
	color:#333;
	font-family:Verdana, Arial, sans-serif;
}

td  { 
	vertical-align:top;
}

form {margin:0 0 0 0}
input, select, textarea {font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif}
input, textarea {padding:2px 4px 2px 4px; border:1px solid #666}
img,table {border:none}
table {border-collapse:collapse}
img.fr {float:right; clear:right; margin:0 0 10px 12px;}
img.fl {float:left; clear:left; margin: 0 12px 10px 0;}
img.brd {border:1px solid gray}
img.r {float:right; border:1px solid #3366FF}
img.l {float:left; border:1px solid #3366FF}
.error {font-weight:bold; color: red}
.message {font-weight:bold; color: #ff6600;margin-top:10px; margin-bottom:20px;}

a:link {text-decoration:underline; color:#09097F}
a:visited, a:active {text-decoration:underline; color:#09097F}
a:hover {text-decoration:none; color:#2B2BCD}

p {margin-top:0px;margin-bottom:0; margin-left:30px;}

h1,h2,h3,h4 {margin-left:10px;}
p.t0 {margin-top:0}

h1 {
font-size:130%;
margin-bottom: 0px;
}
h2 {
font-size:115%;
}
h3 {font-size:100%}

strong, .strong {font-weight:bold}
em, .em {font-style:italic}

table.t {margin-top:10px}
table.t th {background-color:#333}
table.t td, table.t th {border:1px solid #666;padding:2px 4px 2px 4px;}
