/* utk link */
a:link {text-decoration: underline;color:blue}
a:visited {text-decoration: underline;color:purple}
a:hover {text-decoration: underline;color:red}
a {text-decoration: none; color:black;}

/* banner ------*/
td.banner { background-image:  url(../klcs.org.my/img/BMbanner.jpg)}

/* background color */ 
body { background-color: white; }
td.darkblue { background-color: white;}
td.blue { background-color: white;}
td.main { background-color: white;}
td.footer { background-color: #0099FF;}

/* background color 
body { background-color: #0000CC; }
td.darkblue { background-color: #000099;}
td.blue { background-color: #0000CC;}
td.main { background-color: #0000CC;}
td { background-color: #000099;}*/

/* paragraph */
p	
	{ 
	  	font: normal 12pt times;
  		color: black;
  	}
  
p.menu1 
	{
		font: normal 12pt times;
    	color: black;
		text-indent: 0.5cm;
	}
	
p.menu2 
	{
		font: normal 12pt times;
    	color: black;
		text-indent: 1cm;
	}
	
p.menu3 
	{
		font: normal 12pt times;
    	color: black;
		text-indent: 1.5cm;
	}

p.menu4 
	{
		font: normal 12pt times;
    	color: black;
		text-indent: 2cm;
	}
/* table specfication */
table.border
	{
		border-top-style: solid;
		border-right-style: solid;
		border-left-style: solid;
		border-bottom-style: solid;
		border-width: 1px
	}

table.border1
	{
		border-top-style: solid;
		border-right-style: solid;
		border-left-style: solid;
		border-bottom-style: solid;
		border-width: 1px
	}

.borderup
	{
		border-top-style: solid;
		border-right-style: solid;
		border-left-style: solid;
		border-bottom-style: solid;
		border-width: 1px
	}
	
td.borderight
	{
		border-top-style: solid;
		border-right-style: solid;
		border-width: 1px
	}
	
/* for separete small pic into main view */

td.rightonly
	{
		border-right-style: outset;
		border-color:black;
		border-width: 4px
	}

td.bottomonly
	{
	border-bottom-style: outset;
	border-color:black;
	border-width: 4px;
	line-height: normal;

	}

td.botright
	{
		border-bottom-style: outset;
		border-right-style: outset;
		border-color:black;
		border-width: 4px
	}

td.topright
	{
		border-top-style: outset;
		border-right-style: outset;
		border-color:black;
		border-width: 4px
	}
	
td.toponly
	{
		border-top-style: outset;
		border-color:black;
		border-width: 4px
	}
	`
td.on
	{
		border-top-style: outset ;
		border-left-style: outset ;
		border-bottom-style: outset;
		border-color:black;
		border-width: 4px
	}
	
td.borderbottom
	{
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-width: 1px
	}

td.borderbottomleft
	{
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-width: 1px
	}
	
p.yellow { color:black;}


/* heading */ 	
h1, h3 { color:black;}

ul	
	{ 
	  	font: normal 12pt times;
  		color: black;
  	}
