html {
     overflow: -moz-scrollbars-vertical;
}


body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p	{
	text-align: justify;
	color: #707070;
	font-size: 11px;
}

.main-table	{
background-color: #585858;
}

a:link {
			
	text-decoration:none;
	color: #707070;
}

a:active {
			
	text-decoration:none;
	color: #707070;
}

a:visited {
			
	text-decoration:none;
	color: #707070;
}

a:hover {
	text-decoration: underline;
	color: #707070;
}

a.news:link {
			
	text-decoration:none;
	color: #F49520;
}

a.news:active {
			
	text-decoration:none;
	color: #F49520;
}

a.news:visited {
			
	text-decoration:none;
	color: #F49520;
}

a.news:hover {
	text-decoration: underline;
	color: #F49520;
}


ul	{
	list-style-type: square;
}

li	{
	line-height:130%;
}

.cell-padding	{
	padding: 12px;
}

.side-cell-padding	{
background-color: #ECECEC;
padding: 6px;
}

.other-text	{
	text-align: left;
	color: #707070;
	font-size: 11px;
}
