﻿body 
{
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	background-color: White;
    margin: 0;
    font-size: x-small; /* base size for IE5 Windows */
	    voice-family: "\"}\""; 
	    voice-family: inherit;
    font-size: small; /* base size for other browsers */
}
html>body { 
    font-size: small; /* base size for Opera */
   /* ideally, we would adjust the following for opera, but it looks like firefox picks this up too and this is wrong for firefox
   margin: -10px; */
}
img 
{ 
    border: 0;
	behavior: url("includes/pngbehavior.htc");
}
#default
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}
#content
{
   font-size: 10pt;
	border-style: solid;
	border-color: Black;
	border-width: 1px;		
	width: 75%;
	margin-top: 50px;
	margin-left: 75px;
	padding: 10px;
}
#download
{
	font-size: 10pt;
	background-color: #FFFFEF;
	border-style: solid;
	border-color: Green;
	border-width: 1px;
	height: 35px;
	padding-top: 10px;
	width: 100%; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}