/* CSS Document */

body { 
		    font-size: 8pt; 
		    font-family: Verdana, Arial, Helvetica; 
		    
		    margin: 0px; 
		    padding: 0px; 
		    
		    background-color: #CCCCCC;
		 }

html, body	{ height:100%; }

A					{ text-decoration: none; }
A:link		{ color: #000000; }
A:active	{ color: #000000; }
A:visited	{ color: #000000; }
A:hover		{ text-decoration: underline; color: #FF0000; }

#maxsize	{ height:100%; width: 100%;}
#flashcontent {background-color: #F0F0F0; border: 1px solid black; width: 850px;}

