/* Orbitae Trading | Hotsite | CSS */

/* Corpo do site */

body{
	background:#ffffff;
}

#body_menu{
	background:#ffffff url(images/backimage_menu.gif) no-repeat;
}

#body_menu_position{
	margin-top:46px;
}

#body_text_bottom{
	padding-right:15px;
}

/* Classes */

.text{
	color:#333333;
	font:12px Trebuchet MS;
	padding-top:8px;
	padding-left:15px;
	text-align:justify;
	
}

.text_bold{
	color:#333333;
	font:bold 12px Trebuchet MS;
}

.text_bottom{
	color:#333333;
	text-align:right;
	font:10px Trebuchet MS;
}

.text_bottom_blue{
	color:#257ea2;
	font:10px Trebuchet MS;
	padding-top:5px;
}

.text_italic{
	color:#333333;
	font:italic 12px Trebuchet MS;
}

.text_menu{
	color:#ffffff;
	font: bold 11px Trebuchet MS;
	padding-left:30px;
}

.text_title{
	color:#257ea2;
	font:12px Trebuchet MS;
	padding-left:15px;
}

.text_title_good{
	color:#257ea2;
	font:bold 12px Trebuchet MS;
	padding-bottom:15px;
	padding-left:15px;
}

/* Links */

a:link{
	text-decoration: none;
	color:#ffffff;
}
a:visited{
	text-decoration: none;
	color:#ffffff;
}
a:hover{
	text-decoration:underline;
	color:#ffffff;
}
a:active{
	text-decoration: none;
	color:#ffffff;
}