body, td {
        font-size:12px;
        font-family: Verdana, Arial, Helvetica, sans-serif
}
#locationTd {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:17px;
	cursor:pointer;
	background-color: #EB2A23;
	margin: 3px;
	padding: 3px;
}
#addressTd {
	height:17px;
	margin-left: 10px;
	white-space: normal;
	color:#FFFFFF;
	background-color: black;
	vertical-align: top;
	padding-top:2px;
}
#addressTd a {
        color:#FFFFFF;
}
#contentTd {
        background-color:#FFFFFF;
        font-size:12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        vertical-align: top;
        margin: 10px;
        padding: 10px;
        width: 624px;
        line-height: 160%;
}
#contentTd td {
        line-height: 160%;
}
.boxTop {
        background-color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 0px;
}
.boxContent {
        color: #000000;
        background-color: #CDD1E2;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        padding: 3px;
        border: 1px solid #000000;
}
.searchBox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #000000;
        text-transform: uppercase;
}
.button {
	height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 4px;
	padding: 4px;
}
.button a { text-decoration: none; color: white; display: block; }
.button a:hover { color: #EB2A23; }
hr {
        border: 1px dashed #000000;
        height:1;
}
h1 {
        font-size:16px;
        font-weight: bold;
}
.Kop1 {
        font-size:16px;
        font-weight: bold;
}
h2 {
        font-size:14px;
        font-weight: bold;
}
.Kop2 {
        font-size:14px;
        font-weight: bold;
}
.appMessage {
        color: #FF0000;
}