/*
	color: #F000000; or named color (red,green,aqua,blue,maroon,....);
	background-color: #F000000;
	font-weight: normal, bold;
	font-family: fontname;
	font-size: XXpt, XXpx;
	font-style: normal, italic;
	text-align: left, center, right;
	text-decoration: underline, none:	- For links
	overflow: auto,hidden,scroll
	cursor: hand,auto
	border: 1px solid blue;
		//
		// Link states
		//
	A:link {
		color:red
	}
	A:active {
		color:red
	}
	A:visited {
		color:red
	}
	A:color {
		color:red
	}
*/
Body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: Times New Roman,Verdana,Arial;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	color: #993300
}
h2 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #993300
}
.MainBody {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
}
.Title {
	font-family: Times New Roman,Verdana,Arial;
	font-size: 25px;
	font-weight: bold;
	font-style: Italic;
}
.SubTitle {
	font-family: Arial,Verdana;
	font-size: 17px;
	font-weight: bold;
	
}
.SmallPrint {
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
}
.TrainingQuote {
	font-family: Times New Roman,Verdana,Arial;
	font-size: 15px;
	font-style: Italic;
	color: #0000CD;
}
.LinkStyle {
	font-family: Verdana,Arial;
	font-size: 14pt;
	font-weight: bold;

	text-decoration: none;
}
a:hover.LinkStyle {
	text-decoration: underline;		
}
.TopLink {
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
a:hover.TopLink {
	color: #D2691E;
	text-decoration: none;
	font-weight: normal;
}
.TopTopLink {
	color: #4B0082;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
a:hover.TopTopLink {
	color: #4B0082;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
.SideLink {
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;

	text-decoration: none;
}
a:hover.SideLink {
	color: #D2961E;
	text-decoration: none;
}
.SubSideLink {
	color: #000080;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a:hover.SubSideLink {
	color: #FFFF00;
	text-decoration: none;
}
.WebSiteLink {
	color: blue;
	text-decoration: none;
}
a:hover.WebSiteLink {
	color: blue;
	text-decoration: underline;
}
.PageLink {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	color: blue;
	text-decoration: none;
}
a:hover.PageLink {
	color: blue;
	text-decoration: underline;
}
.TopBanner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 170px;
}
.TopLeftCorner {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 200px;
	height: 50px;
}
.LeftBar {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 200px;
	height: 300px;
}
.TopBar {
	position: absolute;
	left: 200px;
	top: 170px;
	width: 600px;
	height: 30px;
}
.HandCursor {
	cursor:hand;
}

