﻿@charset "utf-8";

body 
{
	margin: 10px;
	padding: 0px;
	color: #000;
	font-size: 16px;
	line-height: 200%;
	background-color: transparent;
}

h1{
	color: #fff;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 0px;
	background-color:#444;
}

p{
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 0.1ex;
}

table
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}


td
{
	padding: 0px;
	font-size: 16px;
	line-height: 200%;
}

a:link, a:visited
{
	color: #00c;
	text-decoration:none;
}


a:hover{
	color: #3cc;
	text-decoration:none;
}

.str
{
	color: #d00;
	font-weight: bold;
	line-height: 200%;
}

h3
{
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin: 40px 0px 30px 0px;
	padding: 5px 0px 5px 15px;
	color: #000;
	background-color: #fff;
	border-color: #999;
	border-width: 0px 0px 1px 15px;
	border-style: solid;
}

.bordertable{
	border: #009 1px solid;
}

.bordertable td{
	border: #009 1px solid;
	padding: 3px 5px;
}


.bordertable .bordertableheader{
	border: #009 1px solid;
	background-color: #66c;
	color:#fff;
	font-weight:bold;
	padding: 3px 5px;
	text-align: center;
}



#menu
{
	background-color:#609;
	border-bottom:#fff 10px solid;
}

#menu td{
	font-size:14px;
	padding: 1px 10px;
	font-weight: bold;
}

#menu a:link
{
	color: #fff;
	text-decoration: underline;
}

#menu a:visited
{
	color: #fff;
	text-decoration: underline;
}

#menu a:hover{
	color: #6FF;
	text-decoration: underline;
}


