
	/********************************************
	'
	'	CSS Global
	'
	/********************************************/




/***** CSS Redefine HTML Tag *****/
Body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF; 
	color: #000000;
	font-family:  Verdana, Tahoma; 
	font-size: 8pt;
	}


Table {
	font-family: 1Tahoma , Verdana , Ms Sans Serif; 
	font-size: 8pt;
	color: #000000;
	}


Select , Textarea , Input { 
	font-family: Verdana , Tahoma ; 
	font-size: 8pt; 
	}


A { 
	color: #000000; 
	text-decoration: underline; 
	}

A:hover { 
	color: #000000; 
	text-decoration: none; 
	}

A:active { 
	color: #000000; 
	text-decoration: none;
	}
/***** End *****/






/***** CSS Class and ID (Top Menubar) *****/
.TopMenuBar {
	font-family: Tahoma , Verdana;
	font-size: 15pt; 
	color: #000000;
	}

.TopMenuBar a {
	color: #000000; 
	text-decoration: none; 
	}

.TopMenuBar a:hover {
	color: #000000; 
	text-decoration: underline; 
	}

.TopMenuBar a:active {
	color: #000000; 
	text-decoration: underline; 
	}



.TopMenuBarBgColor {
	background-color: #3399FF; 
	}


.TopMenuBarSubBgColor {
	background-color: #FBFBFB; 
	border-bottom:1px solid #CCE3F2;
	}
/***** End *****/







/***** CSS Class and ID (Content Menu) *****/
.MenuCenter {
	font-family: vahoma , Verdana;
	font-size: 8pt; 
	color: #000000;
	}

.MenuCenter a {
	color: #000000; 
	text-decoration: none; 
	}

.MenuCenter a:hover {
	color: #000000; 
	text-decoration: underline; 
	}

.MenuCenter a:active {
	color: #000000; 
	text-decoration: underline; 
	}
/***** End *****/




.TaradHelp {
	color: #000099;
	padding: 10px; 
	width: 100%; 
	background-color: #ECF3FB; 
	border: 1px solid #CDE1F5; 
	filter:progid:DXImageTransform.Microsoft.Gradient( GradientType=0, StartColorStr=#ECF3FB, EndColorStr=#FFFFFF );
}





/***** CSS Class and ID (Bottom Copyright , LabourBy) *****/
.BottomLineBorder {
	border-top:1px solid #CCE3F2;
	}


.Copyright {
	font-size: 8pt;
	color:#000099;
	}

.Copyright a { 
	color: #000099; 
	text-decoration: none; 
	}
.Copyright a:hover { 
	color: #999999; 
	text-decoration: underline; 
	}
.Copyright a:active { 
	color: #999999; 
	text-decoration: underline;
	}

.LabourBy {
	font-size: 8pt;
	color:#CCCCCC;
	}

.LabourBy a { 
	color: #CCCCCC; 
	text-decoration: none; 
	}
.LabourBy a:hover { 
	color: #CCCCCC; 
	text-decoration: underline; 
	}
.LabourBy a:active { 
	color: #CCCCCC; 
	text-decoration: underline;
	}
/***** End *****/