body 
{
	background-color: #FFF6F1;
}

.reg_text
{
	font-family: Tahoma;
	font-size: 11px;
}

.text_white
{
	font-family: Tahoma;
	font-size: 11px;
	color: White;
}
	
}
* A Href */

a 
{
	font-family : Tahoma ;
	font-size : 11px;
}

a 
{
	color: Blue;
	text-decoration: none;
   font-family : Tahoma ;
	font-size : 11px;
}

a:hover 
{
	text-decoration: underline;
}

a.text 
{
	color: Blue;
	text-decoration: none;
   font-family : Tahoma ;
	font-size : 14px;
}

a.text 
{
	color: Blue;
	text-decoration: none;
}

a.text :hover 
{
	text-decoration: underline;
}

a.white 
{
	color: white;
	text-decoration: none;
   font-family : Tahoma ;
	font-size : 11px;
}

a.white 
{
	color: white;
	text-decoration: none;
}

a.white :hover 
{
	text-decoration: underline;
}

hr
{
	color: Black;
	height: 1px;
}