html {
}
body {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
}
div {
	font-family: tahoma, verdana, arial, sans-serif;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
	vertical-align: bottom;
}
form {
	padding: 0px;
	margin: 0px;
}
input {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
}
table {
	border: 0px;
	font-size: 100%;
}
td {
	font-size: 100%;
}
h1 {
	font-size: 230%;
	font-family: "Geneva", "Arial", sans-serif;
	font-weight: normal;
	color: #143A5A;
}
h2 {
	font-size: 200%;
	font-family: "Geneva", "Arial", sans-serif;
	font-weight: normal;
	color: #143A5A;
}
h3 {
	font-size: 180%;
	font-family: "Geneva", "Arial", sans-serif;
	font-weight: normal;
	color: #143A5A;
}
a {
	text-decoration: underline;
	color: #517EA3;
}
a:hover {
	text-decoration: underline;
	color: #143A5A;
	background-color: #DFE8EF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #DFE8EF;
}
fieldset {
	border: 0;
	padding: 0;
}
fieldset label {
	font-size: 100%;
	/*color: #143A5A;*/
}
fieldset span {
	font-size: 80%;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #517EA3;
}
fieldset span a.menu_item {
	text-decoration: underline;
	background-color: transparent;
	color: #517EA3;
}
fieldset span a.menu_item:hover {
	color: #143A5A;
	background-color: transparent;
	text-decoration: underline;
}
fieldset.right_collum {
	margin-bottom: 10px;
}
fieldset.right_collum p {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;	
	width: auto;
}
fieldset.right_collum p.submit {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 8px;	
	width: auto;
	text-align: right;
}
textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  13px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}
select {
	width: 15.5em;
}
select:focus, input:focus, textarea:focus {
	background-color: #E0E1E2;
}
input.send {
	background-color: #517EA3;
	border: 0;
	color: white;
	cursor: pointer;
}
input.send:hover {
	background-color: #104470;
}
input.checkbox {
	width: auto;
	cursor: pointer;
	background: none;
	border: 0;
}
.right {
	text-align: right;
}
.cen {
	text-align: center;
}
.centered {
	width: auto;
	text-align: center;
}
.cen_2 {
	margin-left: auto;
	margin-right: auto;
}
table.main_table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	_font-size: 0.9em;
}
table.main_table td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
div#infofield {
	margin: 1em;
	background-color: #f1f1f3;
	padding: 1em;
	width: auto;
	color: #104470;
	text-align: left;
}

