/* Lunchbreak_Games Style Sheet - Include		*/
/* This Include is called from all html pages.	*/
/* It sets the font sizes and colors.			*/
/*												*/
/* Build 16 - 171206							*/
/*												*/
/* Created: TE - 100202							*/
/* Updates:	TE - 080105 - Additional style phn	*/
/*          TE - 300606 - Fixed to match W3C    */
/*          TE - 171206 - Added Gradient Boxes  */

<STYLE type = "text/css">
<!--
    .b1 {bgcolor: #880000}
	H1 {color: #000066; font: 16pt Verdana; font-weight: bold; font-style: oblique}
	H2 {color: #000000; font: 14pt Verdana; font-weight: bold; font-style: oblique}
	H3 {color: #000000; font: 12pt Verdana; font-weight: bold; font-style: oblique; margin: 0px}
	H4 {color: #000000; font: 12pt Verdana; font-weight: normal; font-style: normal; margin: 0px}
   H5 {color: #000000; font: 10pt Verdana; font-weight: normal; font-style: normal; margin: 0px; text-align: center; background-color: #ffcc33;}
	A:link {color: #000066; font: 10pt Verdana; font-weight: bold}
	A:visited {color: #000066; font: 10pt Verdana; font-weight: bold}
	A:active {color: #00aa88; font: 10pt Verdana; font-weight: bold}
	A:hover {color: #22aa44; font: 10pt Verdana; font-weight: bold}

	p {color: #000000; font: 8pt Verdana; margin: 0px; text-align: justify; font-style: normal}
	.pn {color: #000000; font: 8pt Verdana; margin: 0px; text-align: justify; font-style: normal}
	.pnr {color: #FF4444; font: 8pt Verdana; margin: 0px; text-align: justify; font-weight: bold; font-style: normal}
	.pns {color: #FFFFFF; font: 14pt Verdana; font-weight: bold; text-align: center; font-style: oblique}
	.pr {color: #FF4444; font: 16pt Verdana; text-align: center; font-weight: bold; font-style: oblique}
	.pw {color: #FFFFFF; bgcolor: #86b8fc; font: 8pt Verdana; font-weight: bold; text-decoration: none; margin: 0px}

	.ah:link {color: #000066; font: 8pt Verdana; font-weight: bold; text-decoration: none; margin: 0px}
	.ah:visited {color: #000066; font: 8pt Verdana; font-weight: bold; text-decoration: none; margin: 0px}
	.ah:active {color: #000066; font: 8pt Verdana; font-weight: bold; text-decoration: none; margin: 0px}
	.ah:hover {color: #86fffc; font: 8pt Verdana; font-weight: bold; text-decoration: none; margin: 0px}

	.pl {color: #000066; font: 10pt Verdana; font-weight: bold; text-align: left; font-style: normal; text-decoration: none}
	.pp {color: #000066; font: 11pt Verdana; font-weight: bold; text-align: left; font-style: normal; text-decoration: none}

	.pbtn {color: #000000; font: 8pt Verdana; margin: 0px; text-align: center; font-style: normal; font-weight: bold;}

	.pb {color: #000000; font: 10pt Verdana; margin: 0px; font-weight: bold; font-style: normal}

	.pi {color: #000000; font: 8pt Verdana; margin: 0px; font-style: oblique}

	.ph {color: #000000; background-color: #ffcc33; font: 10pt Verdana; margin: 0px; font-style: normal}
	.phn {color: #000000; font: 10pt Verdana; margin: 0px; font-style: normal}
	.pho {color: #000000; background-color: #ffcc33; font: 10pt Verdana; margin: 0px; font-style: oblique}
	.phx {color: #000000; background-color: #86B8FC; font: 10pt Verdana; margin: 0px; font-style: oblique}

	.sel_list{border-style: outset; border-width: medium; background-color: #F3F5FA; width: 92%; height: 200px; overflow: auto; margin: 5px; font: 10pt Verdana; font-weight: bold}

	.email_box{border-style: outset; border-width: thin; text-align: center; background-color: #ffcc33; font: 8pt Verdana; font-weight: bold}

	.light_down{
        margin:0;
        padding:0;
        background-color:#86B8FC;
        background-image:url(http://www.lunchbreakgames.com/css_light_down.jpg);
        background-position:left top;
        background-repeat:repeat-x;
	}

	.yellow_down{
        margin:0;
        padding:0;
        background-color:#FFCC33;
        background-image:url(http://www.lunchbreakgames.com/css_yellow_down.jpg);
        background-position:left top;
        background-repeat:repeat-x;
	}

	.light_down_medium{
        margin:0;
        padding:0;
        background-color:#86B8FC;
        background-image:url(http://www.lunchbreakgames.com/css_light_down_medium.jpg);
        background-position:left top;
        background-repeat:repeat-x;
	}

	.title_right_shadow{
        margin:0;
        padding:0;
        background-color:#D6DDED;
        background-image:url(http://www.lunchbreakgames.com/title_shadow_right.jpg);
        background-position:left top;
        background-repeat:repeat-y;
	}
	.title_corner_shadow{
        margin:0;
        padding:0;
        background-color:#D6DDED;
        background-image:url(http://www.lunchbreakgames.com/title_shadow_corner.jpg);
        background-position:left top;
        background-repeat:no-repeat;
	}
	.title_down_shadow{
        margin:0;
        padding:0;
        background-color:#D6DDED;
        background-image:url(http://www.lunchbreakgames.com/title_shadow_down.jpg);
        background-position:left top;
        background-repeat:repeat-x;
	}
	.title_box{
        margin:0;
        padding:0;
        background-color:#4876BF;
        background-image:url(http://www.lunchbreakgames.com/title_line.jpg);
        background-position:left top;
        background-repeat:repeat-y;
	}

	.index_box{
        margin:0;
        padding:0;
        background-color:#4876BF;
        background-image:url(http://www.lunchbreakgames.com/index_line.jpg);
        background-position:left top;
        background-repeat:repeat-y;
	}

--></STYLE>