body {
	background-color: white;
}
	
.layout {
    margin: 0;
    padding: 0;
    background-color: white;
}

table.layout {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

td.layout {
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

tr.layout {
    height: 100%;
    width: 100%;
}

.content {
    width: 600px;
    height: 400px;
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

div.content {
	border: 1px solid black;
}

td.layout_image_cell {
    width: 202px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0;
}

img.main_image {
	padding: 0;
    margin: 0;
    border: 0;
}

td.layout_link_cell {
    text-align: left;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0;
    padding-left: 25px;
}

table.layout_login {
    height: 100px;
    width: 200px;
}

td.layout_login {
    height: 25px;
    width: 100px;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 14px;
}

tr.layout_login {
    height: 25px;
    width: 100px;
}


p {
    font-family: sans-serif;
    font-size: 14px;
}

p.error {
    font-family: sans-serif;
    font-size: 14px;
    color: red;
}


a.link {
    color: black;
    text-decoration: none;
    margin-left: 4px;
    font-family: sans-serif;
    font-size: 14px;
}

a:hover.link {
    color: #ABABAB;
    text-decoration: underline;
}

.link_image {
    border: 1px solid black;
}

input.text_input {
    border: 1px solid black;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: normal;
}

textarea.textarea_input {
    border: 1px solid black;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: normal;
}

b.home_link {
	font-size: 9px;
}

a.home_link {
    color: blue;
    font-decoration: underline;
    font-size: 9px;
}

a:hover.home_link {
    color: red;
}

p.description {
	color: black;
	font-family: sans-serif;
	font-style: italic;
	font-size: 13px;
}

input.keyboard {
	border: 1px solid black;
	width: 25px;
	height: 25px;
	color: black;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 12px;
}

td.keyboard {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding: 1px;
}

.normal_bg {
	background-color: white;
}

h3.map_info_title {
	margin-top: 0;
	border-bottom: 1px solid black;
	vertical-align: center;
}

span.map_info_title {
	width: 100%;
	background-color: #ABABAB;
}