/*
	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;
}
.MainBody {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
}
.ParaHead {
	font-family: Times New Roman,Verdana,Arial,sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
h1 {
	font-family: Times New Roman,Verdana,Arial;
	font-size: 25px;
	font-weight: bold;
	font-style: Italic;
}
.Title {
	font-family: Times New Roman,Verdana,Arial;
	font-size: 25px;
	font-weight: bold;
	font-style: Italic;
}
h2 {
	font-family: Times New Roman,Verdana,Arial;
	font-size: 19px;
	font-weight: bold;
	font-style: Italic;
}
.SubTitle {
	font-family: Times New Roman,Verdana,Arial;
	font-size: 19px;
	font-weight: bold;
	font-style: Italic;
}
.PageLink {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	color: blue;
	text-decoration: none;
}
.Copyright {
	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: white;
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}
a:hover.TopLink {
	color: yellow;
	text-decoration: none;
}
.SideLink {
	color: yellow;
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;

	text-decoration: none;
}
a:hover.SideLink {
	color: White;
	text-decoration: none;
}
.SubSideLink {
	color: Yellow;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
a:hover.SubSideLink {
	color: White;
	text-decoration: none;
}
.WebSiteLink {
	color: Blue;
	text-decoration: none;
}
a:hover.WebSiteLink {
	color: Maroon;
	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;
}
.PartnerWindow {
	position: absolute;
/*
	left: 50px;
	top: 365px;
*/
	left: 750px;
	top: 25px;
	width: 100px;
	height: 100px;
}
.PartnerItem {
	position: absolute;
	visiblity: hidden;
}
