/* Common tags                 */
/*-----------------------------*/		

*{
    font-family:Verdana;
    font-size:10px;
   /* color:#FFFFFF; */
    margin: 0;
    padding: 0;
    list-style:none;

 }
 
body
{
	background-color:#333333;

 }
 
a:link      { color: #003366; text-decoration:none; }
a:visited 	{ color: #003366; text-decoration:none; }
a:active 	{ color: #003366;  cursor:hand; text-decoration:none; }
a:hover 	{ color: #000033;  cursor:hand; text-decoration:underline; }
		
a.bodyLink:link     { color: #003366; text-decoration:none; font-weight:bold; }
a.bodyLink:visited 	{ color: #003366; text-decoration:none; font-weight:bold; }
a.bodyLink:active 	{ color: #003366;  cursor:hand; text-decoration:none; font-weight:bold; }
a.bodyLink:hover 	{ color: #000033;  cursor:hand; text-decoration:underline; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.title2
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #003366;
 }

hr {
	border: 0;
	border-top: 2px solid #003366;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
	text-align :left;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
 font-size: large;
	color: #4B5dae
}

h2
{
	font-family: Verdana;
	color: #4B5dae;
	margin-bottom: 10px;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #6B7EBF;
	padding-left: 15;
}


/* Tables                      */
/*-----------------------------*/	


table
{
	font-size: 1em;
}

table.header
{
	  background-color:#5B6DB5;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title1 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	text-align: right;
	height: 24px;
}

td.menunew 
{
	background-color:#003366;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #003366;
	text-align: right;
}

pre
{
	font-family: verdana;
	font-size: 10px;

}
.StakePerBet
{
  width:33px !important;  
}
.StakePerSystem
{
   width:33px !important;
}
.stakeSpan
{
    float:right;
}
.StkLabel
{
    width:33px !important;
    float:right;
    
}
.TStkLabel
{
    width:33px !important;
    float:right;
    margin-right:10px;
}

