/* page */
body	         {
	font-family: arial;
	font-size: 12px;
	margin: 0 0 0 0;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-indent: 6px;
}

/* header - txt & headline */
.txt11	         		{ font-family: arial; font-size: 11px; color: #000000;	}
.txt11White	       		{ font-family: arial; font-size: 11px; color: #ffffff;	}
.txt11DarkGrey     		{ font-family: arial; font-size: 11px; color: #696e70;	}
.txt12	         		{ font-family: arial; font-size: 12px; color: #424242;	}
.txt12Orange       		{ font-family: arial; font-size: 12px; color: #FF6000;	}
.txt16Orange			{  font-family: Arial; font-weight: bold; text-decoration: none; font-size: 16px; color: #ff6000;	}
.FooterTxt12			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; }
.FooterFriends12		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F2F2F2; }

/* Link's */
a.lnk11:link		{  font-family: Arial; text-decoration: none; font-size: 11px; color: #000000;	}
a.lnk11:active		{  font-family: Arial; text-decoration: none; font-size: 11px; color: #000000;	}
a.lnk11:visited		{  font-family: Arial; text-decoration: none; font-size: 11px; color: #000000;	}
a.lnk11:hover	   	{  font-family: Arial; text-decoration: none; font-size: 11px; color: #99CF16;	}

a.lnk11Orange:link		{  font-family: Arial; text-decoration: none; font-size: 11px; color: #ff6000;	}
a.lnk11Orange:active	{  font-family: Arial; text-decoration: none; font-size: 11px; color: #ff6000;	}
a.lnk11Orange:visited	{  font-family: Arial; text-decoration: none; font-size: 11px; color: #ff6000;	}
a.lnk11Orange:hover	   	{  font-family: Arial; text-decoration: none; font-size: 11px; color: #000000;	}

a.lnk16Orange:link		{  font-family: Arial; font-weight: bold; text-decoration: none; font-size: 16px; color: #ff6000;	}
a.lnk16Orange:active	{  font-family: Arial; font-weight: bold; text-decoration: none; font-size: 16px; color: #ff6000;	}
a.lnk16Orange:visited	{  font-family: Arial; font-weight: bold; text-decoration: none; font-size: 16px; color: #ff6000;	}
a.lnk16Orange:hover	   	{  font-family: Arial; font-weight: bold; text-decoration: underline; font-size: 16px; color: #000000;	}

/* IMG */
.imgBorder	{
	border: #ff6000 2px solid;
}

/* Padding */
.mainContent		{ padding: 0px 5px 20px 5px; }
.LeftPadd7			{ padding-left: 7px; }
.RightPadd8			{ padding-right: 8px; }

/* forma */
form				{  margin: 0px 0px 0px 0px; }
.login_form	 		{  font-family: arial; font-size: 11px; color: #5D5D5D; background-color: #ffffff; border: 1px #D5D5D5 solid; height:18px; }
.area_form	 		{  font-family: arial; font-size: 11px; color: #5D5D5D; background-color: #ffffff; border: 1px #D5D5D5 solid; width: 252px; }
.searchForm			{  font-family: arial; font-size: 11px; color: #000000; border: 1px #ffffff solid; height:16px; width: 91px; }

/*Background */
.mainBack { background-color: #F2F2F2; }

/* Menu_Left */
#list-menu 			{ width: 178px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
#list-menu ul 		{ margin: 0; padding: 0; list-style-type: none; }
#list-menu li 		{ margin: 0px 0 0; height: 15px; }
#list-menu a 		{ display: block; width:189px; height: 15px; background: #919699; text-decoration: none; }
#list-menu a:link, #list-menu a:active, #list-menu a:visited { color: #F2F2F2; }
#list-menu a:hover 	{ background: #F2F2F2; color: #696E70; }

/* Orange */
.orange,
.orange a:active,
.orange a:visited,
.orange a:link  {
	font-family: Tahoma;
	font-size: 10px;
	color: #F2F2F2;
	text-decoration: none;
}
.orange a:hover {
	color: #ff6600;
	text-decoration: none;
}
