html, body {
	padding:0;
	margin: 0;
}

body, td, form, input, select, th, tr {
	font-family: Tahoma;
	font-size: 12px;
}

a {
	color: #0066CC;
}
a:hover {
	color: #009900;
}

a.menu {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.menuLangTxt {
	color: #999999;
}
a.menuLang {
	color: #ffffe0;
}
a.menuLang:hover {
	color: #FFFFa0;
}


/** news list **/
.newsBlockRight {
}
table.news_list .date {
	color: #006600;
	font-weight: bold;
	padding: 0 2px;
	display: block;
	margin-bottom: 5px;
}
table.news_list {
	width: auto;
}
table.news_list td {
	padding-bottom: 10px;
}
table.news_list a {
	text-decoration: none;
	color: #000;
}
table.news_list a:hover {
	color: #006600;
}

#logo_image {
	margin-left: 20px;
}

a.view-all-videos {
	display: inline-block;
	padding: 5px 10px;
	background: #99CC99;
	color: #000;
	margin: 10px 0;
}
a.view-all-videos:hover {
	background: #CCFF66;
}
