﻿body
{
	background-image: url(../img/shear_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-family: 'Arial';
	background-attachment: fixed;
}

#Panel
{
	margin-left: 10px;
	padding: 10px;
	width: 478px;
	background-color: White;
	color: Black;
	border: solid 1px red;
	font-size: 10pt;
}

div.AnnouncePanel
{
	margin-left: 10px;
	padding: 10px;
	width: 478px;
	background-color: Black;
	color: Black;
	font-size: 10pt;
	text-align: center;
	border: solid 1px Black;
}

table.LinkBar
{
	font-family: 'Arial';
	font-size: 16pt;
	color: Gray;
	text-transform: capitalize;
}

hr.StdSep
{
	height: 1px;
}

span.Header
{
	color: maroon;
	font-size: x-large;
}

input.PlayImageButton
{
	background-color: Red;
	color: White;
	font-family: 'Arial';
	border: solid 1px Red;
	font-size: 14pt;
}

input.WorkImageButton
{
	background-color: Black;
	color: White;
	font-family: 'Arial';
	border: solid 1px Black;
	font-size: 14pt;
}

span.ShortHeader
{
	font-weight: bold;
	font-size:small;
}

a.Link:link
{
	color: Gray;
	text-decoration: none;
}
a.Link:visited
{
	color: Gray;
	text-decoration: none;
}
a.Link:hover
{
	color: Red;
	text-decoration: none;
}
a.Link:active
{
	color: Red;
	text-decoration: none;
}

