/* background colour and property of sliding bar (IE6) */
BODY {
	background: #999999 url(../images/forum_bgd.gif) repeat; 
	SCROLLBAR-FACE-COLOR: E9E9E9;
    SCROLLBAR-HIGHLIGHT-COLOR: 666666; 
    SCROLLBAR-SHADOW-COLOR: 666666; 
    SCROLLBAR-3DLIGHT-COLOR: E9E9E9; 
    SCROLLBAR-ARROW-COLOR: 666666; 
    SCROLLBAR-TRACK-COLOR: E9E9E9; 
    SCROLLBAR-DARKSHADOW-COLOR: E9E9E9;
}

/* font and size relating to the basic tags */
TD {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}
P {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}
DIV {
	FONT:  11px Tahoma, Verdana, Arial, sans-serif
}

/* property of hyperlinks*/
A {
	COLOR: #ff0000; CURSOR: hand; FONT: 11px Tahoma, Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: none; background-color : none
}
A:active {
	COLOR: #ff0000
}

/* these classes are related to the form tags ( input, select )*/
.form  {
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : #000000;
	border-width : 1;
	border-style : solid;
	border-color : #999999;
	background-color : #E9E9E9;
}
.comic  {
	font-size : 11px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : #ff0000;
	border-width : 1;
	border-style : solid;
	border-color : #000000;
	background-color : #ffffff;
	cursor : hand;
}



/*  this class is related to the edges and to the background colour of the tables */
.tablemenu  {
	border-width : 1;
	border-style : solid;
	border-color : #999999;
	background-color : none;
}


.red {
	COLOR: #ff0000
}


.grey{
	COLOR: #E9E9E9
}


.hrred { margin-top: 7px; margin-bottom: 7px; background-color: #ff0000}
.hrblue { margin-top: 7px; margin-bottom: 7px; background-color: #005980}