.body			{	background-color: #FFFFFF;  
					margin: 10 0 10 0; }

.body2			{	background-color: #C6D7E0;  
					margin: 0 0 0 0; }


/* BACKGROUND */

.boxes1			{	background-image: url("imgs/boxes/gray.gif");
                    background-repeat: repeat-x;}

.boxes2			{	background-image: url("imgs/boxes/blue.gif");}

.deg			{	background-image: url("imgs/deg.jpg");}

.men			{	background-image: url("imgs/menu/menu_center.gif");}

.men2			{	background-image: url("imgs/menu/center.gif");}

.men3			{	background-image: url("imgs/menu/bar_cent.gif");}

.bak			{	background-image: url("imgs/bg.jpg"); 
				background-repeat: repeat-x; 
                        }

.ptn			{	background-image: url("imgs/points/point_2.gif");}

.ptn2			{	background-image: url("imgs/points/point_3.gif");}

.game			{	background-image: url("imgs/gamebar/tab_cen_off.gif");}

.game2			{	background-image: url("imgs/gamebar/tab_cen_on.gif");}


/* BORDE */
.br 			{	border-color: #9D9D9D;
					border-width: 1px;
					border-style: solid; }
/* Pagination */
.nav_pagination {
                    font-family:    Tahoma, Sans-serif, Verdana, Arial; 
					font-size:      10px; 
					color:          #000000; 
					line-height:    14px;
					text-decoration:none;
				}


.nav_pagination:hover	{	
                    text-decoration: underline; color:#A4392B; 
                }

.nav_pagination_active {
                    font-family:    Tahoma, Sans-serif, Verdana, Arial; 
					font-size:      10px; 
					font-weight:    bold;
					color:          #A4392B; 
					line-height:    14px;
					text-decoration:underline;
                }

.nav_next_prev  {
                    font-family:    Tahoma, Sans-serif, Verdana, Arial; 
					font-size:      12px; 
					color:          #000000; 
					line-height:    14px;
					text-decoration:none;
		        }


.nav_next_prev:hover	{	
                    text-decoration: underline; 
                    color:#A4392B; 
                }






/* MENU */

.menu           {	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					color:#FFFFFF; 	
					font-weight: bold;
					text-decoration:none;}

.menu:hover		{	color:#3B5B6D; 	}

.menu2			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					color:#3B5B6D; 	
					line-height:18px;
					font-weight: bold;
					text-decoration:none;}


.bar			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					color:#FFFFFF; 
					text-decoration:none;}

/**
 * SUBMENU
 */
.submenu		            {	
    font-family:            Tahoma, Sans-serif, Verdana, Arial; 
    font-size:              12px; 
    line-height:            14px;
    color:                  #476E83;
    text-decoration:        none;
}
.submenu:hover	            {	
    color:                  #000000; 	
}

.submenu_select             {
    font-family:            Tahoma, Sans-serif, Verdana, Arial; 
	font-size:              12px; 
	line-height:            14px;
	color:                  #000000;
	text-decoration:        none;
}
.submenu_select:hover	    {	
    color:                  #000000; 	
}


.submenu2		{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					line-height:14px;
					color:#000000;
					text-decoration:none;}

.subbar			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					line-height:14px;
					color:#7E7E7E; 
					text-decoration:none;}


.submenu3		{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					line-height:14px;
					color:#D2D2D2;
					font-weight: bold;
					text-decoration:none;}

.submenu3:hover	{	color:#FFFFFF; 	}

.submenu3_selected		{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					line-height:14px;
					color:#ffffff;
					font-weight: bold;
					text-decoration:none;}

.submenu3_selected:hover	{	color:#7e7e7e; 	}

.submenu4		{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					line-height:14px;
					font-weight: bold;
					color:#FFFFFF;
					text-decoration:none;}
					

/**
 * HEADER BAR begin
 * used for header box in all sections 
 */
 /* define the table that frames the header box */
.hdr_frame_tbl              {
    width:                  100%;
    border-collapse:        collapse;
    border-spacing:         0px;
}
 
.hdr_frame_cell_l           {
    background-image:       url("imgs/boxes/hdr_blue_left01.gif");
    background-position:    left bottom;
    background-repeat:      no-repeat;
    width:                  8px;
    height:                 27px;
    padding:                0px;
}

.hdr_frame_cell_center      {
    background-image:       url("imgs/boxes/hdr_blue_bg01.gif");
    background-position:    left bottom;
    background-repeat:      repeat-x;
    padding:                0px;
}

.hdr_frame_cell_r           {
    background-image:       url("imgs/boxes/hdr_blue_right01.gif");
    background-position:    right bottom;
    background-repeat:      no-repeat;
    width:                  3px;
    height:                 27px;
    padding:                0px;
}
 
/* define the table for the content of the header box */
.hdr_content_tbl            {
    width:                  100%;
    border-collapse:        collapse;
    border-spacing:         0px;
}

.hdr_content_cell           {
    padding:                0px;
    text-align:             right;
}

/* used for header: non highlighted elements */
.hdr_lbl_1w                 {
    font-family:            Tahoma, Sans-serif, Verdana, Arial; 
    font-size:              18px;  
    font-weight:            bold;
    color:                  #F0F0F0;  
    text-decoration:        none;
    vertical-align:         bottom;
    text-align:             right;
}
.hdr_lbl_1w:hover           {
    color:                  #3B5B6D; 
}

/* used for header: letter, highlighted element */
.hdr_lbl_1y                 {		
    font-family:            Tahoma, Sans-serif, Verdana, Arial; 
    font-size:              18px; 
    font-weight:            bold;
    color:                  #ffef00;
    text-decoration:        none;
    vertical-align:         bottom;
    text-align:             right;
}
.hdr_lbl_1y:hover           {		
    color:		            #3B5B6D;   
}	

/* used for small header elements (i.e. double colon) */
.hdr_lbl_2w                 {
    font-family:            Tahoma, Sans-serif, Verdana, Arial; 
    font-size:              14px;  
    font-weight:            normal;
    color:                  #F0F0F0;
    text-decoration:        none;
    vertical-align:         normal;
    text-align:             right;
}	
/**
 * HEADER BAR end
 */


/**
 * SPACER begin
 * for general use as a spacer between page elements
 */
.spacer_tbl                 {
    border-collapse:        collapse;
    border-spacing:         0px;
}

/* used for spacer of height 3 */
.spacer_cell_3              {
    padding:                0px;
    height:                 3px;
}

/* used for spacer of height 7 */
.spacer_cell_7              {
    padding:                0px;
    height:                 7px;
}
/** 
 * SPACER end 
 */


/**
 * NAVIGATION CONTAINERS begin
 */
.nav_md             {	
    font-family:            Tahoma, Sans-serif, Verdana, Arial; 
	font-size:              11px; 
	color:                  #444444;
	line-height:            14px;
	text-decoration:        none;
}
.nav_md:hover       {
/*    color:                  #ffef00;*/
    color:                  #F0F0F0;
    text-decoration:        underline;
}

.nav_md_select      {
    font-family:            Tahoma, Sans-serif, Verdana, Arial; 
	font-size:              11px; 
/*	color:                  #ffef00; */
    color:                  #F0F0F0;
	text-decoration:        none;
}


.nav_sm             {	
    font-family:            Tahoma, Sans-serif, Verdana, Arial; 
	font-size:              10px; 
	color:                  #3B5B6D; 
	text-decoration:        none;
}
.nav_sm:hover	    {	
    text-decoration:        underline; 
}
/**
 * NAVIGATION CONTAINERS end
 */					
	

/**
 * PAGE FONT TYPES begin
 */
/* used for headers within the page (i.e. genre on /games/) */
.label_1b                   {
    font-family:            Tahoma, Sans-serif, Verdana, Arial; 
    font-size:              18px;  
    font-weight:            bold;
    color:                  #5787a1;
    text-decoration:        none;
    vertical-align:         bottom;
    text-align:             right;
}
.label_1b:hover             {
    color:                  #3B5B6D;
}

/* used on all pages with listings */

/* bigger font */
.txt06			            {	
    font-family:            Tahoma, Sans-serif, Verdana, Arial; 
    font-size:              13px; 
    color:                  #5787a1;
    font-weight:            bold;
    text-decoration:        none;
}
.txt06:hover	            {
    text-decoration:        underline;
}
.txt06:visited	{
    color:                  #3B5B6D;
}

.txt06_bgy			            {	
    font-family:            Tahoma, Sans-serif, Verdana, Arial; 
    font-size:              13px; 
    color:                  #5787a1;
    font-weight:            bold;
    text-decoration:        none;
    background-color:       #ffef00;
}
.txt06_bgy:hover	            {
    text-decoration:        underline;
}
.txt06_bgy:visited	{
    color:                  #3B5B6D;
}

/* smaller font , latest boxes */

.txt05			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:10px; 
					color:#000000; 
					text-decoration:none;}

.txt05:hover	{text-decoration: underline;	color:#A4392B; }
.txt05:visited	{	color:#3B5B6D; }


/**
 * PAGE FONT TYPES end
 */
		
					
					
/* HOME */

#cheat td      {
                    font-family:    Tahoma, Sans-serif, Verdana, Arial; 
					font-size:      12px; 
					color:          #000000; 
}

#article td    {
                    font-family:    Tahoma, Sans-serif, Verdana, Arial; 
					font-size:      12px; 
					color:          #000000; 
}

.txt01			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:09px; 
					color:#9A9A9A; 	
					
					text-decoration:none;}

.txt01:hover	{	color:#3B5B6D;}


.txt02			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:10px; 
					color:#A4392B; 	
					font-weight: bold;
					text-decoration:none;}

.txt02:hover	{	text-decoration: underline;}

/* txt03 used in newsitem body text */

.txt03			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					color:#000000; 
					line-height: 14px;
					text-decoration:none;}

.txt03:hover	{	text-decoration: underline; color:#A4392B; }

.txt03_fw			{	font-family: Courier; 
					font-size:12px; 
					color:#000000; 
					line-height: 14px;
					text-decoration:none;}

.txt03_fw:hover	{	text-decoration: underline; color:#A4392B; }


.txt04			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#A4392B; 
					text-decoration:none;}

.txt04:hover	{	text-decoration: underline;}




.txt07			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:10px; 
					color:#E40000; 
					text-decoration:none;}

.txt07:hover	{	text-decoration: underline;}


.txt08			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:14px; 
					color:#000000; 
					text-decoration:none;}

.txt09			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:10px; 
					color:#608FA9; 
					text-decoration:none;}

.txt09:hover	{	text-decoration: underline;}


.txt10			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#FFFFFF; 
					font-weight: bold;
					text-decoration:none;}

.txt11			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#FDEEA8; 
					font-weight: bold;
					text-decoration:none;}

.txt12			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:28px; 
					color:#FFFFFF;
					text-decoration:none;}

.txt13			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:28px; 
					color:#FDEEA8;
					text-decoration:none;}


.txt14			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#444444;
					line-height: 14px;
		        }

.txt14:hover	{	color:#A4392B;
                    text-decoration: underline; }

.txt15			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:18px; 
					color:#FFFFFF;
					font-weight: bold;
					text-decoration:none;}

.txt16			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					color:#000000; 
					text-decoration:none;}

.txt16:hover	{	color:#A4392B; }

.txt17			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					// color:#A4392B;
					color: #003399;
					  font-weight: bold;
					text-decoration:none;}

.txt17:hover	{	text-decoration: underline; }

.txt18			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:18px; 
					color:#A4392B; 
					font-weight: bold;
					text-decoration:none;}

.txt19			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:10px; 
					color:#3B5B6D; 
					text-decoration:none;}

.txt19:hover	{	text-decoration: underline; }


.txt20			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#3B5B6D; 
					font-weight: bold;
					text-decoration:none;}

.txt21			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#000000; 
					text-decoration:none;}

.txt21:hover	{	text-decoration: underline; }

.txt22			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#3B5B6D; 
					text-decoration:none;}

.txt23			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:18px; 
					color:#A4392B; 	
					font-weight: bold;
					line-height:22px;
					text-decoration:none;}

.txt23:hover	{	text-decoration: underline;}

.txt24			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					color:#000000; 
					text-decoration:none;}

.txt24:hover	{	text-decoration: underline; }


.txt25			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:10px; 
					color:#7EA4B9; 
					font-weight: bold;
					text-decoration:none;}

.txt26			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:10px; 
					color:#686868; 
					font-weight: bold;
					text-decoration:none;}

.txt27			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					color:#000000; 
					padding-left: 20px;
					padding-top: 3px;
					padding-bottom: 3px;
					text-decoration:none;}

.txt27:hover	{	text-decoration: underline; }

.txt28			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:18px; 
						// color:#A4392B;
					color: #003399;

					font-weight: bold;
					text-decoration:none;}

.txt28:hover	{	text-decoration: underline;}

.login			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:10px; 
					color:#3B5B6D; 	
					font-weight: bold;
					text-decoration:none;}

.login:hover	{	text-decoration: underline;}

.login2			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:10px; 
					color:#3B5B6D; 	
					text-decoration:none;}

.login2:hover	{	text-decoration: underline;}

.feed			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#3060AF; 
					font-weight: bold;
					text-decoration:none;}

.feed:hover		{	color:#A4392B; }


.paginate		{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:10px; 
					color:#3B5B6D; 	
					text-decoration:none;}

.paginate:hover{	color:#A4392B;}

/* TABLE */

.tbl01			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#444444; 
					font-weight: bold;
					line-height:18px;
					border-bottom-width: 1px;
					border-bottom-style: dotted;
					border-bottom-color: #9B9B9B;
					}

.tbl02			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#7D7D7D; 
					font-weight: bold;
					padding-left:10px;
					line-height:18px;
					background-color: #D8D8D8;
					border-bottom-width: 1px;
					border-bottom-style: dotted;
					border-bottom-color: #9B9B9B;
					}

.tbl03			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#003399; 
					font-weight: bold;
					line-height:18px;
					text-decoration: none;
					}


.tbl03:hover	{	text-decoration: underline;}

.tbl04			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#7D7D7D; 
					padding-left:10px;
					line-height:18px;
					background-color: #D8D8D8;
					border-bottom-width: 1px;
					border-bottom-style: dotted;
					border-bottom-color: #9B9B9B;
					}

.tbl05			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#444444; 
					font-weight: bold;
					padding-left:10px;
					line-height:18px;
					border-bottom-width: 1px;
					border-bottom-style: dotted;
					border-bottom-color: #9B9B9B;
					}

.tbl05:hover	{	text-decoration: underline;}


.tbl06			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#707070; 
					font-weight: bold;
					line-height:18px;
					background-color: #D8D8D8;
					border-bottom-width: 1px;
					border-bottom-style: dotted;
					border-bottom-color: #9B9B9B;
					}

.tbl07			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#444444; 
					padding-left:10px;
					line-height:18px;					
					border-bottom-width: 1px;
					border-bottom-style: dotted;
					border-bottom-color: #9B9B9B;
					}
					
.tbl05_nodot	{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#444444; 
					font-weight: bold;
					padding-left:10px;
					line-height:18px;
					}

.tbl05_nodot:hover	{	text-decoration: underline;}

.tbl06_nodot	{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#707070; 
					font-weight: bold;
					line-height:18px;
					background-color: #D8D8D8;
					}

.tbl07_nodot	{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#444444; 
					padding-left:10px;
					line-height:18px;					
					}
					

.tbl01b			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#444444; 
					font-weight: bold;
					line-height:18px;
					}

.tbl02b			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#7D7D7D; 
					font-weight: bold;
					padding-left:10px;
					line-height:18px;
					background-color: #D8D8D8;
					}

.tbl03b			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#000000; 
					font-weight: bold;
					line-height:18px;
					text-decoration: none;
					}

.tbl03b:hover	{	color:#A4392B; }

.tbl04b			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#7D7D7D; 
					padding-left:10px;
					line-height:18px;
					background-color: #D8D8D8;
					}

.tbl05b			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#444444; 
					font-weight: bold;
					padding-left:10px;
					line-height:18px;
					}

.tbl06b			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#707070; 
					font-weight: bold;
					line-height:18px;
					background-color: #D8D8D8;					
					}

.tbl07b 		{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#444444; 
					padding-left:10px;
					line-height:18px;							
					}


/* BLOCK */

.block			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#FFFFFF; 
					text-decoration:none;}

.blockgray		{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#FFFFFF;
					font-weight: bold; 
					text-decoration:none;}
.blockgray:hover{	color:  #3B5B6D;       }

/* FORM styles for pages in the admin section */
.frm_label {        font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					color:#000000; 
					line-height: 14px;
					text-decoration:none;}



.frm_label_req {    font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:12px; 
					color:#A4392B; 
					line-height: 14px;
					font-weight: bold;
					text-decoration:none;}


.frm_detail {

}



.box	  {	COLOR: #000000; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 11px; 
			BACKGROUND: #FFFFFF;			
			WIDTH: 90px;
			HEIGHT: 17px; }

.box2	  {	COLOR: #000000; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 11px; 
			BACKGROUND: #BBCFDA;			
			WIDTH: 90px;
			HEIGHT: 17px; }
			
.box3sm  {	COLOR: #000000; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 12px; 
			BACKGROUND: #D9D9D9;			
			WIDTH: 50px;
			HEIGHT: 22px; }
			
.box3md  {	COLOR: #000000; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 12px; 
			BACKGROUND: #D9D9D9;			
			WIDTH: 150px;
			HEIGHT: 22px; }	
			
.box3avg  {	COLOR: #000000; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 12px; 
			BACKGROUND: #D9D9D9;			
			WIDTH: 228px;
			HEIGHT: 22px; }	
			
.box3lg  {	COLOR: #000000; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 12px; 
			BACKGROUND: #D9D9D9;			
			WIDTH: 403px;
			HEIGHT: 22px; }	
			
.box3	  {	COLOR: #000000; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 12px; 
			BACKGROUND: #D9D9D9;			
			WIDTH: 456px;
			HEIGHT: 22px; }

.bot	  {	COLOR: #365363; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 11px; 
			BACKGROUND: #C4D5DF;			
			WIDTH: 60px;
			HEIGHT: 22px; }

.bot2	  {	COLOR: #365363; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 12px; 
			BACKGROUND: #C4D5DF;			
			WIDTH: 90px;
			HEIGHT: 22px; }
			
.bot3	  {	COLOR: #365363; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 12px; 
			BACKGROUND: #C4D5DF;			
			WIDTH: 120px;
			HEIGHT: 22px; }
			
.bot3_sm	  {	COLOR: #365363; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 10px; 
			BACKGROUND: #C4D5DF;			
			WIDTH: 50px;
			HEIGHT: 18px; }	

.drop	  {	COLOR: #A4392B; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 11px; 
			font-weight: bold;
			BACKGROUND: #C4D5DF;
			HEIGHT: 17px;
			width: 65px;}




.texta	  {	font-family: Tahoma, Arial, Helvetica;
			color: #151246;
			font-size: 12px;
			BORDER: solid 1px; 
			BORDER-COLOR: #151246; 
			BACKGROUND: #6D7A9D;
			width:200;
			height:80;
			}

.texta_3rows {    
            font-family: Tahoma, Arial, Helvetica;
			color: #000000;
			font-size: 12px;
			BACKGROUND: #D9D9D9;
			width:456;
			height:46;
			}
	
.texta_4rows {    
            font-family: Tahoma, Arial, Helvetica;
			color: #000000;
			font-size: 12px;
			BACKGROUND: #D9D9D9;
			width:456;
			height:57;
			}	

.texta_5rows {    
            font-family: Tahoma, Arial, Helvetica;
			color: #000000;
			font-size: 12px;
			BACKGROUND: #D9D9D9;
			width:456;
			height:72;
			}

.texta_6rows {	
            font-family: Tahoma, Arial, Helvetica;
			color: #000000;
			font-size: 12px;
			BACKGROUND: #D9D9D9;
			width:456;
			height:94;
			}
			
.textb_6rows {	
            font-family: Tahoma, Arial, Helvetica;
			color: #000000;
			font-size: 12px;
			BACKGROUND: #D9D9D9;
			width:90px;
			height:84;
			}
		
.texta_8rows {	
            font-family: Tahoma, Arial, Helvetica;
			color: #000000;
			font-size: 12px;
			BACKGROUND: #D9D9D9;
			width:456;
			height:125;
			}
			
.texta_10rows {	
            font-family: Tahoma, Arial, Helvetica;
			color: #000000;
			font-size: 12px;
			BACKGROUND: #D9D9D9;
			width:456;
			height:137;
			}	
			
.texta_30rows {	
            font-family: Tahoma, Arial, Helvetica;
			color: #000000;
			font-size: 12px;
			BACKGROUND: #D9D9D9;
			width:456;
			height:511;
			}
			
.texta_30rows_fw {	
            font-family: Courier;
			color: #000000;
			font-size: 12px;
			BACKGROUND: #D9D9D9;
			width:663;
			height:511;
			}	

/* CADRE */

.line			{	BORDER: solid 1px; 	
					border-color:#5D5D5D;
					width: 135px;
					height: 102px;}
					
					
#d2d_boxshot {
    position:               relative;
    margin-top:             0px;
    z-index:                2;
}

#d2d_dl_large {
    position:               relative;
    margin-top:             -118px;
    margin-right:           -20px;
    padding-left:           90px;
    padding-right:          0px;
    z-index:                3;
}

.footer01	{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
			font-size:10px; 
			color:#3B5B6D; 	
			text-decoration:none;}

.footer01:hover	{	text-decoration: underline;}



                                                                
/* Network Footer */

#footerNetwork * { font:10px verdana,sans-serif!important; color:#FFF; }
#footerNetwork a { color:#3B5B6D; text-decoration:none; }
#footerNetwork a:hover { color:#FFF; text-decoration:none; }
#footerNetwork { width:700px; padding-bottom:10px; background-color:#B7CCD8;  margin-right:auto; margin-left:auto; }
.footerLogo { display:block; width:110px; height:65px; background:url(http://images.3dgamers.comimgs/ignent_footer_110x65.gif) no-repeat;  }
.footerCorp { text-align:left; padding-left:22px; }
.footerLogoCell { vertical-align:middle; width: 110px; }
.footerTextCell { vertical-align:middle; text-align:left;  }

	                            
/* CSS Document */
/* newsletter box form styles */
.NLtextfield	  {	COLOR: #000000; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 11px; 
			BACKGROUND: #FFFFFF;			
			WIDTH: 150px;
			HEIGHT: 17px; }
			
.NLage	  {	COLOR: #000000; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 11px; 
			BACKGROUND: #FFFFFF;			
			WIDTH: 18px;
			HEIGHT: 17px; }
			
.NLsubmit	{	COLOR: #365363; 
			FONT-FAMILY: Tahoma, Sans-serif, Verdana, Arial; 
			FONT-SIZE: 11px; 
			BACKGROUND: #C4D5DF;			
			WIDTH: 60px;
			HEIGHT: 22px; 
			text-align: center;}
			
/* super menu styles */
			
.supermenu			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#006699; 
					font-weight: bold;
					text-decoration:none;}
.supermenu:hover	{	color:#0099CC; }

.supermenutext			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#333333; 
					font-weight: normal;
					text-decoration:none;}

.supermenubar		{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:10px; 
					color:#999999; 
					font-weight: normal;
					text-decoration:none;}



.join			{	font-family: Tahoma, Sans-serif, Verdana, Arial; 
					font-size:11px; 
					color:#FF0000; 
					font-weight: bold;
					text-decoration:none;}
.join:hover		{	color:#A4392B; }				


/* benefits page styles */
.black11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; display: inline;	text-align: -10;}
.black10 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.red10 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: FF0000}
.white17 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; color: FFFFFF}
.black13 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
.blue11 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: 006699}
.blue17 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; color: #5285A4;}
.indent {text-indent: 10px;}
.black17 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; color: #000000;}
.blue15 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: 336699}
.red13 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 13px;color: #FF0000;}
.red17 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FF0000;
}
.bluelink11 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: 0000FF}
.lmargin {
	padding-left:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.rmargin {
	padding-right:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

