/* Page Background and Scrollbar */
body			{ background-color: #F2F2F2; 
				  scrollbar-3d-light-color: #6880A0;
                  scrollbar-arrow-color: #C8AC70;
                  scrollbar-base-color: #000000;
                  scrollbar-dark-shadow-color: #4B6D89;
                  scrollbar-face-color: #507490;
                  scrollbar-highlight-color: #999999;
                  scrollbar-shadow-color: #4B6D89}

/* Default paragraph font */
p				{ font-size: 9pt; font-family: Verdana; color: #000000 }

/* Menu font */
p.menu			{ font-size: 8pt; font-family: Verdana; color: #000000 }

/* Footer font */
p.foot			{ font-size: 8pt; font-family: Verdana; color: #F2F2F2 }

/* Game Shark font */
p.shark 		{ font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 9; color: #000000;  }
TD.black 		{ font-family: Verdana,Arial,Helvetica,sans-serif; color: #000000; font-size: 9 }

/* Normal Links */
a:link		{ font-family: Verdana; font-size: 8pt; color: #000000; text-decoration:  
				font-weight: bold }
a:visited	{ font-family: Verdana; font-size: 8pt; color: #000000; text-decoration:  
				font-weight: bold }
a:active	{ font-family: Verdana; font-size: 8pt; color: #000000; text-decoration: underline; 
				font-weight: bold }
a:hover	{ font-family: Verdana; font-size: 8pt; color: #608098; text-decoration: underline; 
				font-weight: bold }


/* Menu Links */
a.menu:link		{ font-family: Verdana; font-size: 8pt; color: #000000;  
				font-weight: bold; text-decoration: none}
a.menu:visited	{ font-family: Verdana; font-size: 8pt; color: #000000;  
				font-weight: bold; text-decoration: none}
a.menu:active	{ font-family: Verdana; font-size: 8pt; color: #000000;  
				font-weight: bold; text-decoration: none}
a.menu:hover	{ font-family: Verdana; font-size: 8pt; color: #608098;  
				font-weight: bold; text-decoration: none}
/* List Links */
a.list:link	{ font-family: Verdana; font-size: 8pt; color: #000000;	font-weight: bold; text-decoration: none}
a.list:visited	{ font-family: Verdana; font-size: 8pt; color: #000000;	font-weight: bold; text-decoration: none}
a.list:active	{ font-family: Verdana; font-size: 8pt; color: #000000;	font-weight: bold; text-decoration: none}
a.list:hover	{ font-family: Verdana; font-size: 8pt; color: #608098;	font-weight: bold; text-decoration: none}

				
/* Small Links - ie, footer, bookmark us, etc */
a.sml:link		{ font-family: Verdana; font-size: 8pt; color: #F5F5F5; text-decoration: none; 
				font-weight: normal }
a.sml:visited	{ font-family: Verdana; font-size: 8pt; color: #F5F5F5; text-decoration: none; 
				font-weight: normal }
a.sml:active	{ font-family: Verdana; font-size: 8pt; color: #F5F5F5; text-decoration: none; 
				font-weight: normal }
a.sml:hover		{ font-family: Verdana; font-size: 8pt; color: #FFFFFF; text-decoration: underline; 
				font-weight: normal }