body {
	margin: 0px;
	padding: 0px;
	background-color: #fcfcf4;
	font-family: arial;
	color: #434343;
	font-size: 12px;
	line-height: 18px;
}

td, th, p, h1, h2, h3, h4, .textbox, .textarea, .button, .select {
	font-family: arial;
	color: #434343;
	font-size: 12px;
	line-height: 18px;
}

a {
	text-decoration: none;
	border: none;
	color: #013879;
}

a:hover {
	color: #6e9f10;
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px 0px 18px 0px;
	text-align: justify;
}

h1 {
	margin: 0px 0px 18px 0px;
	padding: 0px 220px 0px 0px;
	font-size: 16px;
	text-transform: uppercase;
	background-image: url("../images/h1.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: bottom;
	font-weight: bold;
}

h2 {
	padding: 0px 0px 18px 0px;
	margin: 0px;
	font-size: 16px;
	color: #6e9f10;	
	font-weight: bold;
}

h3 {
	padding: 0px 0px 18px 0px;
	margin: 0px;
	font-size: 14px;
	color: #013879;	
	font-weight: bold;
}

h4 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #013879;	
	font-weight: bold;
}

ul {
	padding: 0px 0px 16px 5px;
	margin: 0px;
}

li {
	padding: 0px 0px 6px 12px;
	margin: 0px;
	list-style-type: none;
	background-image: url("../images/submenu_li.jpg");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #765858;
}

img.contentimg {
	margin: 0px 10px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #765858;
}

div.title {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	text-transform: uppercase;
	background-image: url("../images/h1_bg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: bottom;
	font-weight: bold;
}

div.subtitle {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #6e9f10;	
	font-weight: bold;
}

span.newstitle {
	font-size: 11px;
	text-decoration: underline;
	background-image: url('../images/news_li.jpg');
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 2px;
	color: #3c5e7a;
}
