A:link {
	text-decoration: none;
	color: blue;
}

A:visited {
	text-decoration: none;
	color: purple;
}

A:active {
	text-decoration: none;
	color: purple;
}

A:hover {
	text-decoration: none;
	color: white;
	background: purple;
}

BODY {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px solid white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
	vertical-align: top;
	color: white;
	background: white;
}

H1 {
	font-size: 36 pt;
}

H2 {
	font-size: 24 pt;
}

DIV, SPAN {
	font-size: 24 pt;
}

TABLE {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px solid white;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
	vertical-align: top;
	empty-cells: hide;
	background: white; 
}

TD {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

HR {
	height: 0px;
	border: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
}

TABLE.box {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid black;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	text-align: justify;
	vertical-align: top;
	background: white; 
}

TD.box {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

TD.page {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

TABLE.panel {
	width: 600px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	vertical-align: top;
	background: white;
}

TH.panel {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	font-weight: bold;
	font-size: 12pt;
	font-height: 12pt;
	text-align: center;
	color: black;
	background: #ddd;
}

TD.panel {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: normal;
	font-size: 10pt;
	font-height: 10pt;
	text-align: left;
	color: black;
	background: white;
}

INPUT, SELECT, OPTION, TEXTAREA {
	color: black;
}

.title {
	font-size: 16pt;
	font-height: 16pt;
	font-weight: bold;
}

.member {
	font-size: 12pt;
	font-height: 12pt;
	font-weight: bold;
	color: purples;
}

.copyright {
	font-size: 8pt;
	font-height: 8pt;
}

.comment {
	font-size: 8pt;
	font-height: 8pt;
	color: cyan;
}

.field {
	color: #ff7;
}

.context {
	font-size: 16pt;
	font-height: 16pt;
	padding: 0px;
}

.text_context {
	color: blue;
}

.heading {
	font-size: 24pt;
	font-height: 24pt;
	font-weight: bold;
}

.error {
	font-size: 16pt;
	font-height: 16pt;
	font-weight: bold;
	color: #f11;
}

.notify {
	font-size: 16pt;
	font-height: 16pt;
	font-weight: bold;
	color: blue;
}

.succeed {
	font-size: 16pt;
	font-height: 16pt;
	font-weight: bold;
	color: purple;
}

.sideways {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
}

A.banner:link {
	text-decoration: none;
	color: transparent;
}

A.banner:visited {
	text-decoration: none;
	color: transparent;
}

A.banner:active {
	text-decoration: none;
	color: transparent;
}

A.banner:hover {
	text-decoration: none;
	background: transparent;
	color: transparent;
}

#wdsb-service-pin_any {
	margin-top: 0px !important
}

* {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 16pt;
	font-height: 16pt;
	color: black;
	text-decoration: none;
}
