/* CSS Document */
/*============================================================================*/ 
/*                                  COLORS                                    */
/*============================================================================*/ 

/*1*/ body{background-color: #FFFFFF; }
 h1{font-size: 32px; text-align: center;}


/*============================================================================*/ 
/*                               NORMAL FONTS                                 */
/*============================================================================*/
/*Black*/		.blackFont {	font-family: Verdana,Sans-Serif;
						font-size: 16px; 
						color: #000000;
						font-weight: normal; }
/*============================================================================*/
/*Green*/			.skyblueFont {	font-family: Arial;
						font-size: 16px; 
						color: #395F0B;
						font-weight: normal; }
/*============================================================================*/
/*Red*/			.redFont {	font-family: Verdana,Sans-Serif;
						font-size: 16px; 
						color: #AA0000;
						font-weight: normal; }
/*============================================================================*/




/*============================================================================*/ 
/*                                LINK FONTS                                  */
/*============================================================================*/
/*Main Title*/	.mainTitle {	font-family: Arial;
						font-size: 20px;
						font-weight: normal; }
			.mainTitle a:link 	{color: #395F0B; text-decoration: none;}
			.mainTitle a:visited 	{color: #395F0B; text-decoration: none;}
			.mainTitle a:hover 	{color: #FFFFFF; text-decoration: none;}
/*============================================================================*/

/*Link Black */	.linkBlackFont {			font-family: Verdana,Sans-Serif;
								font-size: 16px; 
								font-weight: normal;
								text-decoration: none; }
			.linkBlackFont a:link 		{color: #000000; text-decoration: none;}
			.linkBlackFont a:visited 	{color: #000000; text-decoration: none;}
			.linkBlackFont a:hover 		{color: #AA0000; text-decoration: none;}
/*============================================================================*/
/*Link D.Red*/  .linkDRedFont {			font-family: Verdana,Sans-Serif;
								font-size: 12px; 
								font-weight: normal;
								text-decoration: none; }
			.linkDRedFont a:link 		{color: #550000; text-decoration: none;}
			.linkDRedFont a:visited 	{color: #550000; text-decoration: none;}
			.linkDRedFont a:hover 		{color: #000000; text-decoration: none;}
/*============================================================================*/
/*Link Red*/	.linkRedFont {			font-family: Verdana,Sans-Serif;
								font-size: 12px; 
								font-weight: normal;
								text-decoration: none; }
			.linkRedFont a:link 		{color: #AA0000; text-decoration: none;}
			.linkRedFont a:visited 		{color: #AA0000; text-decoration: none;}
			.linkRedFont a:hover 		{color: #000000; text-decoration: none;}
/*============================================================================*/
/*Link Green*/	.linkGreenFont {			font-family: Arial,Sans-Serif
								font-size: 14px; 
								font-weight: normal;
								text-decoration: none; }
			.linkGreenFont a:link 		{color: #000000; text-decoration: none;}
			.linkGreenFont a:visited 	{color: #000000; text-decoration: none;}
			.linkGreenFont a:hover 		{color: #FFFFFF; text-decoration: none;}
/*============================================================================*/

/*MAIN AD TABLE - HOME PAGE & VIEW GAME*/
#adcombo{ width:240px;height:70px;background-repeat:no-repeat;overflow:hidden;padding-top:1px; padding-bottom:1px;}
.adcombo .ae_table_vert { width:240px;height:70px; background-color:none; }
.adcombo .ae_td_vert { text-align:left; }
.adcombo .ae_bb_td_vert {}
.adcombo A.ae_title_vert {text-align:left;font-weight:bold; margin-bottom:-80px; padding-left:75px; font-size: 12px; text-transform: none; color:yellow; text-decoration: Underline; display:block; height:100px; width:240px; }
.adcombo .ae_desc_vert {text-align:left;margin-left:75px; font-size: 10px; display:block; color:FFFFFF; width:240px; overflow:hidden;}
.adcombo A.ae_title_vert:hover, A.ae_powered_vert:hover, A.ae_yourlink_vert:hover {cursor:pointer; color: FFFFFF;  text-decoration: Underline;}

#adwide{ width:147px;height:120px;background-repeat:no-repeat;overflow:hidden;padding-top:1px; padding-bottom:1px;}
.adwide .ae_table_vert { width:147px;height:120px; background-color:none; }
.adwide .ae_td_vert { text-align:center;}
.adwide .ae_bb_td_vert {}
.adwide A.ae_title_vert {text-align:center;font-weight:bold; padding-top:80px; font-size: 14px; text-transform: none; color:#AA0000; text-decoration: none; display:block; height:120px; width:150px; }
.adwide .ae_desc_vert {}
.adwide A.ae_title_vert:hover, A.ae_powered_vert:hover, A.ae_yourlink_vert:hover {cursor:pointer; color:#FFFFFF;  text-decoration: none;}