/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#000000;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}

a:link  
{  
	color: #990033; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-decoration: underline;
}

a:visited 
{  
	color: #f8d0e5; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-decoration: underline;
}

a:hover 
{  
	color: #2f3c40; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-decoration: underline;
}

p
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#000000;
}

form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color:#000000;
}
	

.videotable
{
	border: 1px, solid, #cccccc;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#2F3C40;
}

.indent
{
	padding-left: 4px;
}

.divider
{
	background-image:url(images/line.gif);
	background-repeat: repeat-y;
} 

.content
{
	float: left;
	width: 320px;
	font-size: 10px;
}

