/**
 *	+-----------------------------------------------------------------------------------------+
 *	mi-Trace Public Site CSS Style
 *	+-----------------------------------------------------------------------------------------+
 */
 
/**
 *	+-----------------------------------------------------------------------------------------+
 *	Body & Layout
 *	+-----------------------------------------------------------------------------------------+
 */
body {
	background-color:				#b8b8b8;
	margin-left: 					0;
	margin-right: 					0;
	margin-top: 					0;
	margin-bottom: 				0;
	padding: 						0;
}
a 
{
	text-decoration:				none;
	color:							#0000FF;
}
a:hover
{
	text-decoration:				underline;
	color:							#d87702;
}

#left_panel
{
	background-image:				url(../images/panel_left_bg.jpg);
	background-position:			center top;
	background-repeat:			repeat-x;
}

#submenu
{
	visibility: 					hidden;
	position:						absolute;
	top: 								166px;
	left:								524px;
	width:							120px;
}

/**
 *	+-----------------------------------------------------------------------------------------+
 *	Text
 *	+-----------------------------------------------------------------------------------------+
 */
.languages
{
	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:						9px;
	color:							#666666;
}

.txt_general_blue, .txt_general_gray
{
	font-family:					Verdana, Arial, Helvetica, sans-serif;
	font-size:						11px;
}
.txt_general_blue
{
	color:							#225691;
}
.txt_general_gray
{
	color:							#333333;
}