
body 
{
	background: #ffffff url(../scr/bgBody.gif) no-repeat center -10px;;

}

A 
{
//	color : #003399; 
	color : #275C8A; 

	text-decoration : none; 
	font-family : Arial; 
	font-size : 9pt;


} 
A:hover 
{
	color : #C0C0C0; 
	text-decoration : none;
}


FORM		{ margin: 0px; } 

TEXTAREA 
{
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: 1px solid; 
	COLOR: #274f70; 
	BORDER-BOTTOM: 1px solid; 
	FONT-FAMILY: arial, sans-serif; 
	BACKGROUND-COLOR: #f7f7f7; 
	border-style: solid; 
	border-width: 1px; 
/*	width: 400px;*/
}


INPUT
{
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: 1px solid; 
	COLOR: #274f70; 
	BORDER-BOTTOM: 1px solid; 
	FONT-FAMILY: arial, sans-serif; 
	BACKGROUND-COLOR: #f7f7f7; 
/*	high: 12px; width: 12px;*/
}

SELECT 
{
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: 1px solid; 
	COLOR: #274f70; 
	BORDER-BOTTOM: 1px solid; 
	FONT-FAMILY: arial, sans-serif; 
	BACKGROUND-COLOR: #f7f7f7
}
/*/////////////////////*/

/* * {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }*/
* {}
/* a:hover {background:#ffffff; text-decoration:none;} */
a:hover {background: text-decoration:none;} /* background: it needs for IE 6 */
a.tooltip span {display:none; padding:2px 10px; margin-left:20px; width:300px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}


