BODY, TABLE, TD {

	color: black;
	font-size: 11px;
	font-family: Arial;

	scrollbar-face-color: #99CCFF;  
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #663399;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;

	border: none; 
}

INPUT {

	color: Blue;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.title1 {

	font-size: 50px;
	font-family: Arial;
	color: Black;
	line-height: 45px;
	font-weight: 600;
}

.title2 {

	font-size: 13px;
	font-family: Arial;
	color: black;
	font-weight: bold;
}

A:HOVER {

	color: Fuchsia;
	text-decoration : none;
}

A {
	text-decoration : underline; 
}


/*::::::: G E N E R A L :::::::*/

TABLE.login{
	font-size : 11px;
	width : 200px;
	font-family : Arial;
}

INPUT.password {
	color: Black;  /*=textcolor*/
	background-color: White;
	letter-spacing : 3px;	 /* IE4 */
}

INPUT.user {
	color: Black;  /*=textcolor*/
	background-color: White;
	letter-spacing : 1px;	 /* IE4 */
}

.small {
	font-size : 10px;
}

.middle{
	font-size: 13px;
}

.big {
	font-size: 15px;
	font-weight: bold;
}

.note {
	background-color : #E9E9E9;
	font-size: 11px;
	font-family : Arial;
	color : Black;
}

.caption {
	font-weight : bold;
	color : Black;
	font-size: 11px;
	font-family : Arial;
}

FONT.redDot {

	color:red;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

/*::::::: M E S S A G E :::::::*/

BODY.message { background-color: silver; }

TABLE.messageBorder, TD.messageBorder { background-color: black; }

TABLE.message, TD.message { background-color: CCCCCC; }

TD.messageTitle { 

	background-color: 6699CC;
	color: white;
	font-family: "Arial";
	font-weight: bold;
}

FONT.message { 

	font-family: "verdana, arial, sans-serif";
	font-size: "10px";
}

A.message { font-size: "15px"; }
