/*
Global styles - these are the styles attached to all pages
*/
/*
Global styles:
body - the style applied to the body of each page
td - the style applied to all table cells
p - the style applied to all paragraphs
a &amp; a:hover - the styles applied to links
*/
body
{
font-family: Arial, Helvetica;
font-size: 12px;
margin: 0px;
border: 0px;
background-color: #FFFFFF;
}
td
{
font-family: Arial, Helvetica;
font-size: 12px;
}
p
{
font-family: Arial, Helvetica;
font-size: 16px;
}
a
{
text-decoration: underline;
color: #000000;
}
a:hover
{
text-decoration: none;
color: #000000;
}

/*
    Auto scroll content
*/
#autoscroll
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#autoscrollinner
{
	position: relative;
	left: 0px;
	top: 0px;
}
