body{
	margin-left: 0px;
	margin-top: 0px;
}
.text_menu_black{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: Black;
	font-weight: lighter;
	text-decoration: none;
}
.text_menu_black a:link {
	text-decoration: none;
	color: Black;
}
.text_menu_black a:visited {
	text-decoration: none;
	color: Black;
}
.text_menu_black a:active  {
	text-decoration: none;
	color: Black;
}
.text_menu_black a:hover  {
	text-decoration: underline overline; color: red;
}
.text_menu_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: White;
	font-weight: lighter;
	text-decoration: none;
}
a.text_menu_white:hover{
	color: White;
}
.text_gray_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #707070;
	font-weight: bolder;
	text-decoration: none;
}
.text_gray{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smalls;
	color: #707070;
	font-weight: normal;
	text-decoration: none;
}
.text_gray a:link {
	text-decoration: none;
	color: #707070;
}
.text_gray a:visited {
	text-decoration: none;
	color: #707070;
}
.text_gray a:active  {
	text-decoration: none;
	color: #707070;
}
.text_gray a:hover  {
	text-decoration: underline overline; color: red;
}
.text_gray_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size : small;
	color: #707070;
	font-weight: normal;
	text-decoration: none;
}
.text_orange_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6C00;
	font-weight: bolder;
	text-decoration: none;
}
.text_orange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6C00;
	font-weight: bold;
	text-decoration: none;
}
.text_orange_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6C00;
	font-weight: lighter;
	text-decoration: none;
}
.text_orange_small a:link {
	text-decoration: none;
	color: #FF6C00;
}
.text_orange_small a:visited {
	text-decoration: none;
	color: #FF6C00;
}
.text_orange_small a:active  {
	text-decoration: none;
	color: #FF6C00;
}
.text_orange_small a:hover  {
	text-decoration: underline overline; color: red;
}
.text_blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #309EE3;
	font-weight: lighter;
	text-decoration: none;
}
.text_red_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DE0000;
	font-weight: bolder;
	text-decoration: none;
}
.text_red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DE0000;
	font-weight: bold;
	text-decoration: none;
}
.text_red_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DE0000;
	font-weight: lighter;
	text-decoration: none;
}