@charset "utf-8";
body {
	font-family: Arial;
	font-size: 12px;
	background-color: #e6e6fa;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color:#f67420;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: darkblue;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: darkblue;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f67420;
	text-decoration: none;
}

.style1 {
	color: #F67420;
	font-weight: bold;
}
.style2 {
	color: darkblue;
	font-weight: bold;
}
.style3 {font-size: 9px; font-style: italic; }

 .style4 {
	font-size: 10px;
	font-weight: 900;
}
.style5 {font-size: 8px; font-style: italic; }

.table{
border:solid thin darkblue;
font:Arial, Helvetica, sans-serif;
font-size:12 px;
}

.insidetable{
border: 0px;
}

.bottom{
border-bottom: thin solid darkblue;
}

H2 {
position: relative;
top: 5px; 
left: 0px; 
font: 20px arial, sans-serif; 
color: #000000;
margin-left: 4px;
font-weight:900;
} 

H3 {
position:relative;
top: 5px; 
font: 20px Arial, sans-serif; 
color: #ffffff; 
margin-left: 0px; 
font-weight:900;
 }
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #FFFFFF;
	font-style:italic;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: darkblue;
	font-style:italic;
}
.style6 {
	text-decoration: underline;
}
.style7 {
	font: 20px Arial, sans-serif; 
	color: #ffffff; 
	font-weight:900;
}
td.header {
    border-right:1px solid darkblue;
    border-bottom:1px solid darkblue;
	color: darkblue;
	font-weight: bold;
}
table.training {
border-collapse:collapse;
border:1px solid darkblue;
}
table.training th {
	border: 1px solid darkblue;
	padding: 3px;
}
table.training td {
	border-right: 1px solid darkblue;
	padding: 3px;
}

th{
font-weight:bold;
border-bottom: 2px solid darkblue;
}
.style10 {
	font-weight: bold;
}


.even{
background:#B1BEE7;
}

li.history{
padding-bottom:20px;
}
hr{
width: 95%;
size:1;
color:darkblue;
}
.announcement {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: darkblue;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: darkblue;
	width:300px;
	padding-bottom:20px;
	padding-top:20px;
}

