body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
body, table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #247a86;
}

body.home {
	background-image: url('../images/bg_home.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

body.inner {
	background-image: url('../images/bg_subpage.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}



a {
	text-decoration: none;
	color: #247a86;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #247a86;
}




input.text, textarea.text, select, option {
	color: #1b7481;
	font-size: 11px;
}
input.text, textarea.text, select {
	border: solid #ABDCC7 1px;
	padding: 1px 2px;
}


input.button {
	font-size: 11px;
	border: solid #008BAC 1px;
	background-color: #ABDCC7;
	font-weight: normal;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


h1 {
	font-weight: bold;
	font-size: 16px;
}


div#BREADCRUMBS {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #68B28F;
}
div#BREADCRUMBS a {
	text-decoration: none;
	color: #008BAC;
}
div#BREADCRUMBS a:hover {
	text-decoration: underline;
	color: #68B28F;
}


table.footermenu {
	font-size: 10px;
	margin-top: 16px;
}

table.copyright table {
	font-size: 10px;
}















