/*
	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-style: italic;
}
h2 {
	font-family: Times New Roman, Verdana, Arial;
	font-size: 19px;
	font-style: italic;
}	
td.header {
	font-size: 14px;
	font-style: bold;
	color: white;
	border : 1 px. Black;
	background-color : Maroon;
	vertical-align : top;

}
td.content {
	font-size: 12px;
	color: black;
	vertical-align : top;
}
.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: Times New Roman,Verdana,Arial;
	font-size: 19px;
	font-weight: bold;
	font-style: Italic;
}
.Permission {
	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: #4B0082;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
a:hover.TopLink {
	color: #000080;
	text-decoration: underline;
	font-weight: normal;
}
.SideLink-Head {
	color: #000080;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
.SideLink-Head-Active {
	color: #000080;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover.SideLink-Head-Active {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
.SideLink {
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;

	text-decoration: none;
}
a:hover.SideLink {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}
.SubSideLink {
	color: WHITE;
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}
a:hover.SubSideLink {
	color: #FFE4C4;
	text-decoration: none;
	font-weight: bold;
}
.Copyright {
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
}
.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;
}

