h1, h2, h3, h4, h5, h6
{
	background: transparent;
}

img
{
	border: 0px solid;
}

body
{
	font-size: 14px;
    font-family: arial, tahoma, sans-serif, helvetica;
}

a, a:link, a:visited
{
	background: transparent;
	font-family: Arial;
	color: #0000FF;
}

a:hover
{
	background: transparent;
	font-family: Arial;
	color: #4AA0E0;
}

.clear
{
	display: none;
}

.AdsDiv
{
	position: fixed;
	top: 5px;
	left: 5px;
}

.AdsRightDiv
{
	position: fixed;
	top: 5px;
	right: 5px;
}

.MenuDIV
{
	position: absolute;
	top: 5px;
	right: 145px;
}

.ContentDiv
{
	position: absolute;
	top: 5px;
	left: 140px;
}

.WarningDIV
{
	color: white;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	background: #AA0000;
	border: 1px solid red;
}

.BlueNumberDIV
{
	color: blue;
	width: 32px;
	height: 32px;
	padding: 5px;
	font-size: 22px;
	font-weight: bold;
	border: 1px solid blue;
}

.NumberDIV
{
	color: red;
	width: 42px;
	height: 42px;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	border: 1px solid red;
}

.NumberDIV:hover
{
	color: red;
	border: 1px solid red;
	cursor: pointer;
	background: url(../img/check.gif) repeat-x;
}

.NumberDIVSelected
{
	color: green;
	width: 42px;
	height: 42px;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	border: 1px solid green;
	background: url(../img/check.gif) repeat-x;
}

.NumberDIVSelected:hover
{
	color: green;
	border: 1px solid green;
	cursor: pointer;
	background: url(../img/cancel.gif) repeat-x;
}

.PrimerDiv
{
	position: relative;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 10px;
}

.DialogButton
{
	width: 150px;
	height: 30px;
}

TABLE#lotoinput		{	font-weight: bold; }
TABLE#lotoinput TD	{	font-size: 15px; color: #000;  padding-left: 22px; }

.FakeLink
{
    color: #00F; 
    text-decoration: underline; 
}

.FakeLink:hover 
{
    color: #4AA0E0; 
    text-decoration: underline; 
	cursor: pointer;
}
