body,html
{
	height:100%;
	margin:0px;
	font-family:tahoma;
	font-size:12px;
	color:#666666;
	background:url(../../images/BackgroundPage.jpg) no-repeat top center #BFD73B;
}

img
{
	border:0px;
}

a, a.visited
{
    color:#00B0D8;
    text-decoration:none;
}

a:hover
{
    color:#00B0D8;
    text-decoration:underline;
}

input[type="text"], input[type="password"], select, textarea
{
    background-position: top;
    background-repeat: repeat-x;
    border: #e3e3e3 1px solid;
    font-size: 12px;
    color: #000000;
    font-family: tahoma;
    background-color: #ffffff;
}

td.MenuItem
{
	padding-left:5px;
	padding-right:5px;
}

.NewsTitle
{
	color:#BFD73B;
	font-size:17px;
	font-weight:bold;
}

td.NewsTitleLittle
{
	color:#BFD73B;
	font-size:14px;
	font-weight:bold;
}

.error{
    color:#ff0000;
    font-size:10px:
}