/***********************************************/
/* Copyright 2006 Magico Software.             */
/* The Generic style sheet is used to remove   */
/* any default styling that browsers use.      */
/* This ensures that all browsers are at the   */
/* same starting point.                        */
/***********************************************/

*
{
	border:0px;
	margin:0px;
	padding:0px;
	font-family: Arial,sans-serif;
}


body
{
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5, h6 
{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
}


li
{
	list-style:none;
}

.clearboth
{
	clear:both;
}

