/* background colour and property of sliding bar (IE6) */
BODY {
	background: #0033CC ; SCROLLBAR-FACE-COLOR: #0033CC; SCROLLBAR-HIGHLIGHT-COLOR: #0033CC; SCROLLBAR-SHADOW-COLOR: #0066CC; SCROLLBAR-3DLIGHT-COLOR: #CCCCCC; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #0000CC; SCROLLBAR-DARKSHADOW-COLOR: #999999; SCROLLBAR-BASE-COLOR: #ff0000
}
/* menu navigation features */
.menuDiv {
	border-right: 1px dotted #CCCCCC;
	padding-right: 12px;
}
.menuDivHeader {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 11px;
	color: #999999;
	font-family: Tahoma;
	font-weight: plain;
	cursor: pointer;
}
.menuButBlank{
	margin-right: 6px;
}
.menuButPlus {
	background-image:  url(../../images/menplus.gif);
	margin-right: 6px;
}
.menuButMinus {
	background-image:  url(../../images/menminus.gif);
	margin-right: 6px;
}
.menuMarker {
	margin-right: 0px;
}
.subLinks {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 11px;
	font-family: Tahoma;
}
.subLinks a:link {
	text-decoration: none;
	color: #CCFF00;
}
.subLinks a:active {
	text-decoration: none;
	color: #CCFF00;
}
.subLinks a:hover {
	text-decoration: none;
	color: #FF0000;
}
.showIt {
	display: block;
}
.hideIt {
	display: none;
}
.expBlank   { 
	display: none;
}
.expBlank2 { 
	display: none;
}
.expandIt { 
	background-image:  url(../images/expall1.gif); 
	cursor: pointer; 
	display: block;
	background-repeat: no-repeat
}
.expandIt2 {
	background-image:  url(../images/closeall1.gif);
	cursor: pointer;
	display: block;
	background-repeat: no-repeat
}
.controlP {
	margin-top: 0px; 
	margin-bottom: 0px;
}

/* font and size relating to the basic tags */
TD {
	FONT:  12px Tahoma, Verdana, Arial, sans-serif;
	FONT-COLOR: #FFFFFF
}
P {
	FONT:  12px Tahoma, Verdana, Arial, sans-serif;
	COLOR: #FFFFFF	 
}
DIV {
	FONT:  12px Tahoma, Verdana, Arial, sans-serif
}

/* property of hyperlinks*/
A {
	COLOR: #FFCC00; CURSOR: hand; FONT: 11px Tahoma, Verdana, Arial, sans-serif; TEXT-DECORATION: none
}
A:hover {
	COLOR: #FF0000; CURSOR: hand; 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 : #FFCC00;
	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 : 0;
	border-style : solid;
	border-color : none;
	background-color : #E9E9E9;
	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: #999999
}


.hrred { margin-top: 7px; margin-bottom: 7px; background-color: #ff0000}
.hrblue { margin-top: 7px; margin-bottom: 7px; background-color: #005980}
.hrgrey { margin-top: 7px; margin-bottom: 7px; background-color: #999999}