body, td {
    color: #000000;
    margin: 0px;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding: 0px;
	spacing: 0px;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
}

img {border: 0px;}
a {text-decoration: none; color: #015FAA;}
a:hover {text-decoration: underline;}
div.menu_right a { color: #000000;}

div.head {
	background-color: #3F93ED;
	background-image: url('/img/head_bg.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 95px;
}

table.head{
	width: 970px;
	height: 95px;
}

table.head td.logo{
	text-align: right;
	vertical-align: top;
	width: 47%;
}

table.head td.logo h1{
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
	font-style: italic;
	font-weight: normal;	
    margin-top: 11px;
}

table.head td.delim{
	background-image: url('/img/logo_delim.gif');
	background-repeat: no-repeat;
	background-position: top center;
	width: 6%;

}

table.head td.ico{
	text-align: left;
	vertical-align: top;
	width: 47%;
}

table.head td.ico a{
	display:block;
	width: auto;
	float: left;
    margin-right: 30px;
    margin-top: 22px;
}

img.search{
	float: left;
    margin-right: 10px;
    margin-top: 22px;
}

form.search{
	padding: 0px;
	margin: 0px;
	float:left;
    margin-top: 15px;
}

form.search input.btn{
    margin-left: 7px;
	float:left;
}

form.search input.query{
	background-color: #FFFFFF;
	border: 1px solid #015FAA;
	float:left;
}

table.head td.menu{
	vertical-align: bottom;
	text-align: center;
}

table.head td.menu a{
	border-top: 1px solid #015FAA;
	border-bottom: 1px solid #015FAA;
	display:block;
	width: auto;
	float: left;
	background-color: #5BA4D7;
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 3px;
}

table.head td.menu a.active{
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #015FAA;
}

div.delim{
	height: 28px;
	width: 1px;
	background-color: #015FAA;
    background-image: url('/img/menu_delim.gif');
    background-repeat: no-repeat;
    background-position: top;
	float: left;
}

table.content{
	width: 970px;
}

td.top{
	vertical-align: top;
}

td.menu_right {
	width: 240px;
}

td.menu_center {
	width: 180px;
	text-align: center;
}

div.menu_right{
	padding: 0px 5px 10px 30px;
	font-size: 12px;
}

div.content {
	padding: 20px 20px 0px 30px;
	line-height: 1.4em;
}

div.content table {
	width: auto;
	border-collapse: separate;
	border-spacing: 1px;
}

div.content table td{
	padding: 4px;
}

div.content table th{
	padding: 10px;
}

h1{
	color: #015FAA;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;	
}
h2{
	color: #015FAA;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
	font-style: italic;
	font-weight: normal;	
	line-height: normal;	
}
a.h2{
	display: block;
	color: #015FAA;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
	font-style: italic;
	font-weight: normal;	
}

table.menu_bottom{
	width: 970px;
}

div.footer {
	background-image: url('/img/foot_bg.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 62px;
}

div.counter{
	margin: 10px 10px 10px 10px;
	float: left;
}

td.copyright{
	font-size: 80%;
	color: #FFFFFF;
	width: 240px;
}