/* CSS Document */
	body,td,th {
		font-family:Verdana;
		/*font:Arial;*/
		font-size: 12px;
		color:#000000;
	}

	a:link {
		font-family:Verdana;
		text-decoration: none;
		color:#990000;
	}
	a:visited {
		text-decoration:none;
		color:#FF8080;
	}
	a:hover {
		text-decoration: underline;
	}
	a:active {
		text-decoration: none;
	}
	a {
		font-family:Verdana;
		font-size: 12px;
		font-weight:100;
	}
	
	.topl {
		background-image:url(images/topl_bg.png);
		background-repeat:repeat-x;
		background-position:center;
		text-align:right;
		font:"Courier New", Courier, mono;
		font-size: 16px;
		text-align:right;
		color:#FFCC00;
		padding-right:7px;
		padding-top:3px;
		padding-bottom:3px;
	}
	
	a.bottomlinks:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	a.bottomlinks:visited {
		text-decoration:none;
		color:#CCCCCC;
	}
	a.bottomlinks:hover {
		text-decoration: underline;
	}
	a.bottomlinks:active {
		text-decoration: none;
	}
	a.bottomlinks {
		font-family:Verdana;
		font-size: 12px;
		font-weight:bold;
		color:#000000;
		text-align:center;
	}

	a.tBodyText:link {
		text-decoration: none;
		color:#000000;
	}
	a.tBodyText:visited {
		text-decoration:none;
		color:#333333;
	}
	a.tBodyText:hover {
		text-decoration: underline;
	}
	a.tBodyText:active {
		text-decoration: none;
	}
	a.tBodyText {
		font-family:Verdana;
		font-size: 12px;
		color:#000000;
		text-align:left;
	}
	
	a.leftlinks:link {
		text-decoration: none;
		text-align:left;
		color: #000000;
	}
	a.leftlinks:visited {
		text-decoration:none;
		color: #111111;
	}
	a.leftlinks:hover {
		border-width:thin;
		border-color:#990000;
		border-style:dashed;
		text-decoration:none;
		display:block;

	}
	a.leftlinks:active {
		text-decoration: none;
	}
	a.leftlinks {
		font-family:Verdana;
		font-size: 12px;
		font-weight:700;
	}
	
	
	h1 {
		color:#FFFFFF;
		font-family:Verdana;
		font-size:18px;
		font-weight:bold;
		padding-left: 3px;
		padding-right: 3px;
		padding-bottom:2px;
		padding-top:2px;
		margin: 0px;
	}
	
	h2 {
		color:#000000;
		font-family:Verdana;
		font-size:13px;
		font-weight:bold;
		padding-left:2px;
		padding-right:0px;
		padding-top:3px;
		padding-bottom:0px;

	}

	h3 {
		color:#FFFF00;
		font-family:Verdana;
		font-size:12px;
		font-weight:bolder;
		padding: 0px;
		margin: 0px;

	}
	
	
.header_bg
{	
	height:125px;
	background-image:url(images/header_bg.png);
	background-repeat:no-repeat;
	background-position:center;
}

.bodyTextSimple
{	
	color:#FFFF00;
	font-family:Verdana;
	vertical-align:top;
}

.bodyTextBlack
{	
	color:#000000;
	text-align:justify;
	font-family:Verdana;
	font-size:11px;
	font-weight:300;
	vertical-align:top;
	padding: 2px;
}

.bodyTextBlack2
{	
	text-align:justify;
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	font-weight:300;
	vertical-align:top;
	padding: 2px;
}

.bodyTextBlackB
{	
	text-align:justify;
	color:#000000;
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
	padding: 2px;
}

.tBodyText
{	
	color:#000000;
	font-family:Verdana;
	vertical-align:top;
	padding-left:3px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	white-space:nowrap;

}

.tHeadBg
{
	background-image:url(images/h2_bg.png);
	background-position:center;
	background-repeat:repeat-x;
	height:30px;
}

.tCell
{
	height:100px;
	width:182px;
	background-image:url(images/table_cell_bg.png);
	background-repeat:repeat-x;
	background-position:center;
}

.tCell2
{
	height:225px;
	width:364px;
	background-image:url(images/table_cell_bg2.png);
	background-repeat:repeat-x;
	background-position:center;
}

.lmenuClass_bg
{
	background-image:url(images/lmenu_bg.png);
	background-repeat:repeat-y;
}

.marqueClass
{
	font-family:Verdana;
	color:#FFFF00;
	font-weight:bold;
	
}

.bottomlinks_td
{
	background-color:#990000;
	text-align:center;
	color:#FFFFFF;
	padding: 3px;
	background-image:url(images/blinks_bg.png);
	background-repeat:repeat-x;
}

.footerText
{
	font-family:Verdana;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding: 5px;
	
}

.footer_bg
{
	background-image:url(images/blinks_bg2.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
	padding: 5px
}


/* Chapter link START */
a.chlinks:link {
	text-decoration: none;
	color:#990000;
}
a.chlinks:visited {
	text-decoration:none;
	color:#660000;
}
a.chlinks:hover {
	text-decoration: underline;
}
a.chlinks:active {
	text-decoration: none;
}
a.chlinks {
	font-family:Verdana;
	font-size:12px;
	font-weight:500;
	color:#990000;
	text-align:left;
}

/* Chapter link END */
