﻿body {
	font-size:12px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
table
{
	font-size:12px;
}
font
{
	font-size:12px;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.DefaultTab 
{
  background-color:#e4e4dc;
  cursor:hand;
}

.DefaultTabHover 
{
  background-color: #faf5f4;
  cursor:hand;
}

.SelectedTab 
{
  background-color: #faf5f4;
  cursor:hand;
}

a:hover
{
	text-decoration:none;
	color:black;
}
a:active
{
	text-decoration:none;
	color:black;
}
a:link
{
	text-decoration:none;
	color:black;
}
a:visited
{
	text-decoration:none;
	color:black;
}
.footer
{
	font-size:10px;color:White;
}
.header
{
	font-size:12px;color:White;
}
.menuItem
{
	width:123px;
	height:38px;
	padding-left:5px;
	vertical-align:middle;	
}
.menuItemOver
{
	width:123px;
	height:38px;
	padding-left:5px;
	vertical-align:middle;	
	background-color:#f4f1ec;
}

.thumbnail
{
	cursor: pointer;
}
.thumbnailLeft
{
	cursor: pointer;
	float:left;
	padding-right:5px;
}