body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: Black;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width:770px;
	padding:5px;
	border:1px solid #117197;
}

td.border {
	border-color: #117197;
	border: 1px;
	border-style: solid;
	border-right: 0px;
}

td.borderleft {
	border-color: #117197;
	border: 1px;
	border-style: solid;
	border-right: 0px;
	border-left: 0px;
}

.on, td.on a:link, td.on a:hover, td.on a:visited {
	background-color:#454547;
	color: white;
	text-decoration: none;
}

.off, td.off a:link, td.off a:hover, td.off a:visited {
	color: white;
	text-decoration: none;
}

h1 {
	margin-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

h3 {
	font-weight: normal;
}



td.main {
	padding: 0 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#FFFFFF;
}

td.contact {
	padding-right: 20px
}

a:link, a:visited {
	color: #3E5C80;
	text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.picture {
	margin-left: 2px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding:6px;
    border:1px solid #DEDEDE;
}

.picture2 {
	margin-left: 15px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 15px;
	padding:6px;
    border:1px solid #DEDEDE;
}

a.normal,a.normal:visited {
	font-weight: normal;
	color: #000000;
}
a.normal:hover {
	text-decoration: underline;
}

a.blinks,a.blinks:visited {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.blinks:hover {
	text-decoration: underline;
}

h3 a {
color: Red !important;
}

h3 a:hover {
text-decoration: underline;
color: Gray;
}

#footer{
	padding:10px;
	color:#CCCCCC;
	font-size:10px;
	text-align:center;
}

#footer  a{
	text-decoration:none;
}

.copyright {
	color: #999999;
	font-size: 10px;
}

.border {
	padding:6px;
    border:1px solid #DEDEDE;
}