﻿body
{
	margin: 0px;
background-image: url('images/bg.png');
	text-align: center;
}

.textContent
{
	vertical-align: top;
	text-align: right;
}

.alignment
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.leftAlignment
{
	text-align: left;
}

.centerAlignment
{
	text-align: center;
}

.directionRTL
{
	direction: rtl;
}

.directionLTR
{
	direction: ltr;
}

.pollButton
{
	background-image:url(images/index_22.png);
}

.videoTitle
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.videoDescription
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 12pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}