﻿@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #000;
	direction: ltr;
	text-align: center;
}

#wrapper{
	margin: 0;
	padding: 0;
	width: 812px; 
}

html>#wrapper{
	width: 812px;
} 

body {
	font: normal 14px/18px verdana, arial, helvetica, sans-serif;

}

h1 {
	color: #003471;
	font-size: 15px;
	line-height: 17px;
	padding: 18px 0 3px;
}

h2, h3 {
	color: #003471;
	font-size: 12px;
	margin: 0 0 7px;
}

h1 acronym, h2 acronym, h3 acronym {
	border: 0;
	cursor: text;
}

p {
  font: 400 14px/18px verdana, arial, helvetica, sans-serif;
	margin: 10px 0;
}


caption {
	display: none;
}

table {
	/* IE 5.x */
	voice-family: "\"}\"";
	width: 100%;
	voice-family: "\"}\"";
}

th {
	text-align: left;
}

td, th {
	empty-cells: show;
	font-size: 11px; /* IE 5.x */
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

acronym {
	border-bottom: 1px dashed;
	cursor: help;
	font-style: normal;
}

a {
	color: #003471;
	text-decoration: underline;
}

a img {
border: 0;
}
