@charset "utf-8";
/* CSS Document */

/*###### Tags ######*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

p {
	text-align: justify;
	line-height: 17px;
	margin-top: 0px;
	padding-top: 0px;
}

h1 {
	font-size: 18px;
	color: #0055A5;
	font-weight: bold;
}

h2 {
	color: #0055A5;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color: #0055A5;
	font-weight: bold;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #0055A5;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

ul {
	padding-left: 20px;
	list-style-type: square;
}

/*###### Classes ######*/

.pagetitle {
	font-size: 18px;
	color: #0055A5;
	font-weight: bold;
}

.subheading {
	color: #0055A5;
	font-weight: bold;
}

.formtitles {
	color: #0055A5;
	font-weight: bold;
	font-size: 12px;
}

.formoptions {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}

/*###### Forms ######*/

fieldset {
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 2px;
}

input {
	background-image: url(../images/input_background.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}

textarea {
	background-image: url(../images/input_background.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}

.table {
}

.tableheader {
	background-color: #0170C1;
	color: #FFFFFF;
	font-weight: bold;
}

.tablecell1 {
	background-color: #CCCCCC;
}

.tablecell2 {
	background-color: #E6E6E6;
}

.googlemap {
	border: 1px solid #0055A5;
}
