/* hide from ie on mac \*/
html 
{
	height: 100%;
}

#flashcontent 
{
	float: none;
	height: 100%;
}

#noflashcontent 
{
	float: none;
}
/* end hide */

/* element defaults */

body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input, textarea, select, body, a
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: xx-small;
	font-weight : normal;
}

body 
{
	height: 100%;
	color: #000000;
	background-color: #FFFFFF;
}

a 
{
	color: #333333;
}

a:hover 
{
	color: #999999;
}

/* custom styles */