<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// --> 
</script>
A.blue{
	color:#0000FF;
	text-decoration:none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.blue:hover{
	color:#FF0000;
	text-decoration:underline;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.blue:visited{
	color:#0000CC;
	background:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}
A.maroon{
	color:#990000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
A.maroon:hover{
	color:#990000;
	background:none;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
A.red10{
	color:#FF0000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
A.red10:hover{
	color:#0000FF;
	background:none;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	}
	A.red10:visited{
	color:#990000;
	background:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	}
A.red{
	color:#FF0000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
A.red:hover{
	color:#0000FF;
	background:none;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}
	A.red:visited{
	color:#990000;
	background:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}
A.yellow{
	color:#FFFF00;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
A.yellow:hover{
	color:#FFFF00;
	background:none;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}
	A.yellow:visited{
	color:#FFFFCC;
	background:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}
	A.white{
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
A.white:hover{
	color:#FFFFFF;
	background:none;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}
	A.white:visited{
	color:#CCCCCC;
	background:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.tablebluewhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 2px solid #0000FF;
}
.tablemarooncream {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFDDC;
	border: 2px solid #990000;
}
.tablebluecream {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFDDC;
	border: 2px solid #0000FF;
}
.tablegreyacross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECEEF1;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D2D3D6;
	border-left-color: #D2D3D6;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D2D3D6;
}
.tablegrayright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECEEF1;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D2D3D6;
	border-right-color: #D2D3D6;
	border-left-color: #D2D3D6;
}
.tablegrayleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECEEF1;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D2D3D6;
	border-left-color: #D2D3D6;
}
.tablebottomright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECEEF1;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D2D3D6;
	border-bottom-color: #D2D3D6;
	border-left-color: #D2D3D6;
	border-top-width: 2px;
	border-top-color: #D2D3D6;
}
.tablebottomleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECEEF1;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2D3D6;
	border-bottom-color: #D2D3D6;
	border-left-color: #D2D3D6;
}
.tablegraymiddle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECEEF1;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D2D3D6;
	border-right-color: #D2D3D6;
	border-bottom-color: D2D3D6;
	border-left-color: #D2D3D6;
}
.tablegraybottommid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECEEF1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D2D3D6;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D2D3D6;
	border-left-color: #D2D3D6;
}
.tablegraytopaccross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECEEF1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D2D3D6;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #D2D3D6;
	border-right-width: 2px;
	border-right-color: #D2D3D6;
}
.tablegraybtmaccross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECEEF1;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #D2D3D6;
	border-right-width: 2px;
	border-right-color: #D2D3D6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2D3D6;
}
.graybar {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D2D3D6;
	border-bottom-color: #D9DADC;
	background-color: #ECEEF1;
}
.tablelines {
	background-color: #DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7E8084;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
.tablelines4top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #DDDDDD;
}
.body12pxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.background {
	background-color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/bg-template.png);
	background-repeat: repeat-x;
}
.skiatext {
	font-family: Skia;
	font-size: 24px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.tabelgreytopandbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECEEF1;
	border: 2px solid #D2D3D6;
}
.mainborder {
	border: 3px solid #990000;
}
.maingraybarNEW {
	background-color: ECEEF1;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
.blackborder {
	border: 2px solid #000000;
}
