/* 

Title: CSS for Sabah.Net Website
File Name : global-style.css
Date Created : 27 December 1999
Last Updated : 27 December 1999

*/


/* General Styles */
BODY, TD, DIV
{
	font-family: "Arial", "Tahoma", "MS Sans Serif", "Helvetica";
	font-size: 12px;
	color: #000000;
}

A
{
	color:#000099;
}

A:Hover
{
	text-decoration: None;
}

/* Global Header Styles */
/* This is used in P */
.date
{
	text-indent: 0.5cm;
	font-weight: Bold;
}

/* Main Page Content Styles */
/* This is used in A or SPAN for the announcements */
.announcehead
{
	font-size: 13px;
	font-weight: Bold;
	color:#00005b;
}

/* This is used in SPAN for the announcements */
.announcedate
{
	font-size: 10px;
}

/* This is used in SPAN or TD for the randomiser */
.randomiser
{
	font-family: "MS Sans Serif", "Tahoma", "Verdana", "Arial", "Helvetica";
	font-size: 10px;
	font-weight: Bold;
	color: #000000;
}

/* Footer Styles */
/* This can be used in SPAN or TD */
.footer
{
	font-family: "Tahoma", "Verdana", "Arial", "MS Sans Serif", "Helvetica";
	font-size: 10px;
	color: #999999;
}
/* Footer Styles */
/* This can be used in SPAN or TD */
.lefthand
{
	font-family: "Tahoma", "Verdana", "Arial", "MS Sans Serif", "Helvetica";
	font-size: 11px;
	font-weight: Bold;
	color: #ffffff;
	text-indent:0.5cm;
}
.leftfont
{
	font-size: 11px;
	color: #04649C;

}
.leftfont2
{	
	font-size: 11px;
	color: #000059;

}
.leftfont3
{
	text-indent:0.5cm;
	font-size: 11px;
	color: #04649c;

}
.centert
{
	font-family: "Tahoma", "Verdana", "Arial", "MS Sans Serif", "Helvetica";
	font-size: 13px;
	font-weight: Bold;
	color: #ffffff;
}
.centerfont
{
	text-indent:0.5cm;
	font-size: 12px;
	color: #04649C;

}

/* Date on the header */
.txtDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	
	font-weight: bold;
}
a.linkBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-decoration: none;
	color : darkblue;
	
}
a.linkBoldBlue:Hover {
	text-decoration: underline;
}