/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
body {  /* scroll bar on the right. For all */
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : #ffcc33;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #ffcc33;
	scrollbar-highlight-color : #99FF00;
	scrollbar-shadow-color : #C65946;
	scrollbar-track-color : #1285C2;
	}

a { /* for all linka. */
	text-decoration: none;
	color: #00FFFF;
}

a:hover {  /* background for text when hovered. All pages */
	background-color: #05578C;
	
}
a:visited {
	color: #009999;
}


table{  /* for all the texts in table. Size 12, light blue color, trebuchet text, no bold */
	font-size: 12px;
	color: #0099FF;
	font-family:  Trebuchet MS;
	font-weight: normal;
	
}



HR { /* when make the line, it is 1px */
	height: 1px;
}

.table{ /* tables on right. Lines around. coloured. font size 10 px. font colored white */
	
	border-width: 3px;
	border-color: #1E90FF;
	border-style:  solid;
	
	font-size: 10px;
	color: white;
}
.righttablebackground { /* for right tables, top row. colour will match the lines around. */
	
	background: #1E90FF;
}

.tablemiddlearticle{ /* for article page. Font size reduced to 10 px. */
	border-width: 1px;
	border-color:  #0098C8;
	border-style: groove;
	font-size: 11px;
	
}



.linearoundtable { /* lines, coloured, around table. can be used for all table */
	border-width: 1px;
	border-style: groove;
	border-color: 0098C8;
	
}


.subheadingrowbackground { /* top row background colour. white font, bold. Used for many tables */
	background-color:   #666633;
	font-weight: bold;
	color: white;
	font-size: 12px;
	
	}
	
.lineleft { /* white line on the left. Mainly in index.htm page. TO divide table.*/
	 border-left-width: 1px;
	border-style:  inset;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}
.dashedtable 
{ /* dark dashed line around a table. use in any table. Usually for poll.*/
	border-width: 1px;
	border-style: dashed;
	 border-color: #515151;
}



