/**
 *	+-----------------------------------------------------------------------------------------+
 *	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;
}

#body_bg_left
{
	background-image:				url(../images/body_bg_left.png);
	background-repeat:			repeat-y;
	background-position:			right;
}

#body_bg_right
{
	background-image:				url(../images/body_bg_right.png);
	background-repeat:			repeat-y;
	background-position:			left;
}

#news_panel
{
	background-image:				url(../images/news_panel_bg.png);
	background-position:			center top;
	background-repeat:			repeat-x;
}



/**
 *	+-----------------------------------------------------------------------------------------+
 *	Links
 *	+-----------------------------------------------------------------------------------------+
 */
a 
{
	text-decoration:				none;
	color:							#0000FF;
}
a:hover
{
	text-decoration:				underline;
	color:							#d87702;
}



/**
 *	+-----------------------------------------------------------------------------------------+
 *	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;
}
