/* CSS Text Document */
.menu_link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: orange;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
text-decoration:bold;
color:white;
background-color:inherit;
}
.img_link {
	border:0;
}
.body_main {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: white;
	background-color:inherit;
	text-decoration: none;
}
.body_main2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: green;
	background-color:inherit;
	text-decoration: none;
}
.body_main3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: red;
	background-color:inherit;
	text-decoration: none;
}
.main_link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: orange;
	background-color:inherit;
	text-decoration: none;
}
.main_link:hover
{
text-decoration:bold;
color:white;
background-color:inherit;
}
.footer_main {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: white;
	background-color:inherit;
	text-decoration: none;
}
.footer_link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: white;
	background-color:inherit;
	text-decoration: none;
}
.footer_link:hover
{
text-decoration:bold;
color:orange;
background-color:inherit;
}