/* CSS Document */
.boxtext	{font-family: verdana, helvetica, sans-serif;
					 font-size: 8pt;
					 color: #333333;
					 font-weight: bold;
					 text-transform: uppercase;
					 }
					 
.boxtextlarge	{font-family: verdana, helvetica, sans-serif;
					 font-size: 10pt;
					 color: #CC6600;
					 font-weight: bold;
					 text-transform: uppercase
					 }

.topnav				{font-family: verdana, helvetica, sans-serif;
					 font-size: 10pt;
					 color: #333333;
					 }
					 
.topnavlink			 {text-decoration: none;
					color: #333333;}
		 
.sansserifsmall		{font-family: verdana, helvetica, sans-serif;
					 font-size: 8pt;
					 }

.sansserifmedium	{font-family: verdana, helvetica, sans-serif;
					 font-size: 10pt;
					 }
					 
.title				{font-family: verdana, helvetica, sans-serif;
					 font-size: 60pt;
					 color: #ececec;
					 }
					 
.menu				{font-family: verdana, helvetica, sans-serif;
					 font-size: 10pt;
					 color: #000000;
					 text-decoration: none;
					 padding: 3px;
					 }
					 
.menuover			{font-family: verdana, helvetica, sans-serif;
					 font-size: 10pt;
					 color: #333333;
					 text-decoration: none;
					 padding: 3px;
					 }

.background			 {font-family: verdana, helvetica, sans-serif;
					 font-size: 10pt;
					 color: #000000;
					 background: ffffff;
					 }