﻿img
{
	border: 1px Solid Silver;
	padding: 2px;
}

img.thumbnail
{
	float:right;	
	clear:right;
	position:relative; 
	margin-left: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: rgb(85,90,59);
}

h2
{
	border-top: 1px Solid Silver;
	padding-top: 3px;
}

dt, li
{
	margin-top: 5px;
	margin-bottom: 1px;
}

a:link, a:visited 
{
	color: #E75A08;	
	text-decoration: none;
}

a:hover 
{
	color: #C64F06; 
	text-decoration: underline;
}

a.extvideo
{
	color: Black;
	border-bottom: 1px Dashed Gray;
}

a.extvideo:hover
{
	border-bottom: 1px Solid Black;
	text-decoration: none;
}

a.imgpopup
{
	color: Black;
	border-bottom: 1px Dotted Black;
}

a.imgpopup:hover
{
	border-bottom: 1px Solid Black;
	text-decoration: none;
}

div#main
{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: White;
}