body {
	margin: 0;
	background: #F1EFDA;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body, td, div, p {
	font-size: 13px;
}

a {
	color: #00529E;
}
a:hover {
	color: red;
}

h1, h2, h3, h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1, h2 {
	color: white;
	text-transform: uppercase;
	background-image: url(/images/blue.jpg);
	background-repeat: repeat-x;
	padding: 12px 5px 10px 45px;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
}

select {
	border: 0;
}

.button {
	border: 0px;
	background-color: #00529E;
	vertical-align: middle;
	color: white;
}

form { margin: 0px; }

.error 
{
	width: 100%;
	color: red;
	margin-bottom: 5px;
}

td.left {
	width: 50%;
	background-image: url(/images/bg_left.jpg);
	background-color: #ffffff;
	background-position: right;
}

td.right {
	width: 50%;
	background-image: url(/images/bg_right.jpg);
	background-color: #ffffff;
	background-position: left;
}

#body {
	padding: 5px 0px 0px 0px;
}

.newsBlock {
	margin-bottom: 5px;
}

.newsBlock a {
	text-decoration: none;
}

.newsBlock p {
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 10px;
	font-size: 9pt;
	text-align: justify;
}

h3 {
	background-image: url(/images/tr.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #00529E;
	text-transform: uppercase;
}

div.tr2 p {
	background-image: url(/images/tr2.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	margin-top: 0px;
}

ul {
	margin-top: 5px;
	list-style-image: url(/images/tr2.gif);
}

img.b {
	border: 1px solid #D4CEC3;
}

.capt {
	font-weight: bold;
}

.fw {
	width: 100%;
}	

div#title {
	width: 33%;
}

div.text {
	padding: 0px 10px 20px 20px;
}

div.text p {
	text-align: justify;
	margin: 5px 0px 0px 0px;
}

div#bottom p {
	margin: 0px;
}	

h4 {
	font-size: 14px;
}	