 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: {T_BODY_BGCOLOR};
	scrollbar-face-color: E7E2D5;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  {T_BODY_LINK};
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #000000; }
a:hover		{ text-decoration: underline; color : #FF0000; }
hr	{ height: 0px; border: solid #E7E2D5 0px; border-top-width: 1px;}





/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 25px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.title { font-weight: bold; font-size : 14px; }
.prod { font-weight: bold; font-size : 12px; }
.ttl { font-weight: bold; font-size : 16px; }
.gen { font-size : 11px; }
.genlarge { font-size : 13px; }
.gensmall { font-size : 9px; }
.genemp { font-size : 11px; font-weight: bold; color: #FF0000 }
.pt { font-size : 20px; font-weight: bold; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900;  }
.dynamic { font-weight: bold; font-size : 34px; color: #800000; }
.tanlg { font-weight: bold; font-size : 25px; color: #000000; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
