/* body settings, links settings for all webpages */

body
	{
	padding: 0px;
	margin: 0px;
	background-color: #ffffee;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif
	}
table
	{
/*	width: 100%; */
	font-weight: normal;
	font-size: 10pt;
	color: black
	}
.header
	{
	background-color: #ffffff; /* default setting */
	}
thead
	{
	/* setting for background-color is in colourconfig.inc */
	/* setting for height is in colourconfig.inc */
	font-size: x-small;
	text-align: center;
	color: black;
	font-weight: bold;
	line-height: 1.1em
	}
th
	{

	}
.smallText
	{
	font-weight: normal;
	color: #000000;
	font-size: 8pt
	}
.stdText
	{
	font-weight: normal;
	color: #000000;
	font-size: 9pt
	}
.stdTextbold
	{
	font-weight: bold;
	color: #000000;
	font-size: 9pt
	}
.stdTextTitle
	{
	font-weight: normal;
	color: #000000;
	font-size: 9pt
	}
.size1Text
	{
	font-weight: bold;
	color: #000000;
	font-size: 20pt
	}
.size2Text
	{
	font-weight: bold;
	color: #000000;
	font-size: 16pt
	}
.size3Text
	{
	font-weight: bold;
	color: #990000; /* red */
	font-size: 13pt
	}
.size3aText
	{
	font-weight: bold;
	color: #006600; /* green */
	font-size: 13pt
	}
.size3bText
	{
	font-weight: bold;
	color: #000000; /* black */
	font-size: 13pt
	}
.stdnameText
	{
	font-size: 10pt;
	font-weight: normal;
	color: #990000
	}
.nameText
	{
	font-size: 16pt;
	font-weight: bold;
	color: #990000
	}
.bigText
	{
	font-weight: bold;
	font-size: larger;
	color: #990000
	}
.tinyText
	{
	font-weight: bold;
	font-size: xx-small;
	color: #000000
	}
h1
	{
	line-height: 1.2em;
	font-weight: normal;
	font-size: medium;
	color: #000000;
	text-align: center
	}
h2
	{
	line-height: 1.1em;
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	text-align: center
	}
p
	{
	font-weight: normal;
	font-size: xx-small;
	color: #000000;
	text-align: left
	}
.advert
	{
	font-weight: bold;
	font-size: xx-small;
	color: #000000;
	text-align: center
	}


/* link settings */
.link
	{
	font-weight: normal;
	font-size: xx-small
	}
a
	{
	text-decoration: none;
	font-weight: normal;
	color: #0000ff
	}
a:hover
	{
	/*background-color: #CCCCCC;*/
	text-decoration: underline;
	font-weight: normal;
	color: #0000ee
	}

ul.forumicon
	{
	list-style-image: url(../images/admin/forumicon.gif)
	}

#forumicon
	{
	PADDING-LEFT: 0px; MARGIN-LEFT: 0px; LIST-STYLE-TYPE: none
	}

#forumicon li
	{
	PADDING-LEFT: 20px;
	BACKGROUND-IMAGE: url(../images/admin/forumicon.gif);
	PADDING-BOTTOM: 10px;
	BACKGROUND-REPEAT: no-repeat
	/*list-style-image: url(../images/admin/forumicon.gif);*/
	}

#newsicon ul
	{
	LIST-STYLE-TYPE: none
	}

ul.newsicon
	{
	list-style-image: url(../images/admin/newsicon.gif)
	}

#newsicon
	{
	PADDING-LEFT: 0px; MARGIN-LEFT: 0px; LIST-STYLE-TYPE: none
	}

#newsicon li
	{
	PADDING-LEFT: 10px;
	BACKGROUND-IMAGE: url(../images/admin/newsicon.gif);
	PADDING-BOTTOM: 0px;
	BACKGROUND-REPEAT: no-repeat
	/*list-style-image: url(../images/admin/newsicon.gif);*/
	}

#newsicon ul
	{
	LIST-STYLE-TYPE: none
	}