﻿@charset "utf-8";
/* CSS Document */
* {
    margin:0px;
    padding:0px;
    position:relative;
}
body{
	font-size: 11pt;
	color: #333333;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
}

body * {
	font-family: inherit;
}

p {
    margin:3px 0 3px 0;
}

h1{
	font-size: 14pt;
	font-weight: bold;
	color: #8E0609;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

h2{
	font-size: 13pt;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 3px 0 5px 0;
}
h3, h3 a:link, h3 a:visited{
	color: #3F3F3F;
	font-size: 11pt;
	text-decoration:none;
}

h4{
	font-size: 9pt;
	font-style:italic;
	text-align: right;
	font-weight: normal;
}



h5{
	line-height: 20px;
	background-color: #FFCC66;
	display: block;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-position: center;
	text-align: center;
	font-size: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


.right{
	margin: 5px;
	float: right;
	border: 1px solid #CCCCCC;
}
.right2{
	float: right;
}

.right3{
	margin: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.center {
	text-align: center;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#rightnav img, #left img, #content img {
	padding: 5px;
}
ul { margin: 0; padding: 10px 0 10px 25px; }
li {}


a img { border: none;}

table#training {
	border:solid 1px gray;
	}


table#training td {
	padding:10px;
	}
