/*

	Old, crappy stylesheet for the Ergolife website.

*/

HTML, BODY
{
	margin:			0px;
	padding:		0px;
}

.text, a
{
	font-family:		Verdana, Serif;
	font-size:		11px;
}

.header
{
	font-family:		Arial, Serif;
	font-size:		18px;
	color:			#CC3300;
	background-color:	transparent;
	font-weight:		bold;
}

.menu
{
	color:			transparent;
	background-color:	#000000;
}

.menu_link
{
	color:			#FFFFFF;
	background-color:	transparent;
}

a
{
	text-decoration:	none;
	font-weight:		bold;
	color:			#CC3300;
	background-color:	transparent;
}

.fix_form
{
	height:			135px;
}

.prod
{
	font-family:		Arial, sans-serif;
	font-size:		14px;
	font-weight:		bold;
}
