﻿body {
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #fff600;
}
a:active {
	text-decoration: none;
	color: red;
}
	
.MenuItems
{
	border-right: brown thin groove;
	border-top: brown thin groove;
	border-left: brown thin groove;
	border-bottom: brown thin groove;
}
.SVHeader
{
	background-image: url(Images/bg_red.jpg);
}	
.WhatIsNewTable
{
	border-right: #990000 10px ridge;
	border-top: #990000 10px ridge;
	border-left: #990000 10px ridge;
	border-bottom: #990000 10px ridge;
	background-color: gainsboro;
}
.TableClass
{
	width: 100%;
	border-right: #993300 2px solid;
	border-top: #993300 12px groove;
	border-left: #993300 2px solid;
	border-bottom: #993300 2px solid;
	color: #cc6600;
	font-family: Verdana;
	font-size: 10pt;
}
.CellClass
{
	border-bottom: wheat thin solid;
	color: #cc6600;
	font-family: Verdana;
	font-size: 10pt;
}
.LowerCell
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	border-bottom: #cc6600 1px solid;
	font-family: verdana;
	background-color: black;
	Padding:5;
}
.PictureStyle
{
	border-right: dimgray thin outset;
	border-top: dimgray thin outset;
	margin-top: 2px;
	border-left: dimgray thin outset;
	border-bottom: dimgray thin outset;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
}