body {
   color: #000000;
   background-color: #87aee7;
}

A:link {
        color: #000000;
	text-decoration:none;
}
A:visited {
        color: #000000;
	text-decoration:none;
}
A:active {
        color: #000000;
	text-decoration:none;
}
A:hover {
        color: #000000;
	text-decoration: underline;
}

table.main {
	width: 700px;
	background-color: #87aee7;
	border-color: #326bbf;
	border-style: solid;
	border-width: 1px;
	border-spacing: 3px;
}

td.mainhead {
	background-color: #3d55b8;
	border-color: #326bbf;
	border-style: solid;
	border-width: 1px;
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	}

td.content {
	background-color: #a0c9f5;
	border-color: #326bbf;
	border-style: solid;
	border-width: 1px;
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
}

td.content_centered {
	background-color: #a0c9f5;
	border-color: #326bbf;
	border-style: solid;
	border-width: 1px;
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
}

td.content_home {
	background-color: #a0c9f5;
	border-color: #326bbf;
	border-style: solid;
	border-width: 1px;
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}

td.menu {
	background-color: #a0c9f5;
	border-color: #326bbf;
	border-style: solid;
	border-width: 1px;
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}

table.invisible {
	border-style: none;
	border-spacing: 0px;
	padding: 0px;
}

td.invisible {
	border-style: none;
	padding: 0px;
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

td.invisible_centered {
	border-style: none;
	padding: 0px;
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.subtitle { padding-top: 15px;
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-decoration: none;
	text-decoration: none;
}

.small {
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-decoration: none;
}

.content {
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
