@charset "utf-8";

/* reset padding and margins to 0 so IE and Firefox both remove padding */

/* * {
   padding:0 0;
   margin:0 0;
}
*/


/* Prevent FireFox from showing dotted border around swf objects or image links. */
* { outline:none; }




/* Avoid extra white space under swfs in non-IE browsers.
Note: disable this to preview flash inside of Dreamweaver.
Otherwise it always shows alternate content in Dreamweaver. */
object { display:block; }


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-left: 0px; // trying to remove extra spaces in Firefox between flash elements.
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



body {
	background-color: #666;
}

a:link {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #06F;
}
a:hover {
	text-decoration: none;
	color: #FF0600;
}
a:active {
	text-decoration: underline;
}


.centered {
	text-align: center;
}
.largeType {
	font-size: x-large;
}
