﻿body
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #3C3C3C;
}
.TotalBackGround
{
	width: 990px;
	height: 580px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
}
.button
{
	color: #313431;
	border: solid 1px #3C3C3C;
	background-color: Transparent;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	width: auto;
}
.Title
{
	background-image: url("../images/dotted.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: large;
	color: #A33530;
	border: solid 0px #3C3C3C;
	text-align: left;
}
.Image
{
	border: solid 0px #3C3C3C;
	height: 300px;
	width: 200px;
}
.Description
{
	border: solid 0px #3C3C3C;
	text-align: left;
	vertical-align: text-top;
	font-size: 10pt;
}
.TableMaster
{
	border: solid 0px black;
	width: 990px;
}
.TMHeader
{
	height: 100px;
	width: 990px;
}
.TMContent
{	
	padding-top: 0px;	
	vertical-align: top;
	width: 800px;
	height: 420px;
}
.TMLeftFooter
{
	text-align: left;
	padding-left: 30px;
	height: 50px;
	width: 495px;
}
.TMRightFooter
{
	text-align: right;
	padding-right: 30px;
	height: 50px;
	width: 495px;
}
.TMMenu
{
	text-align:right;	
	font-size:15pt;
	padding-top: 12px;
	vertical-align: top;
	width: 150px;
	height: 300px;
}
.Menu
{
	border-top:solid 1px #3C3C3C; 
	font-style:italic;		
}
.MenuSelected
{
	border-top:solid 1px #829632; 
	font-style:italic;
	color:#829632;		
}
.Menu:hover
{
	border-top:solid 1px #A33530;
	color:#A33530;
	text-decoration:none;		
}
.M:link
{
	color:#3C3C3C;
	text-decoration:none;			
}
.M:hover
{
	color:#A33530;
	text-decoration:none;			
}
.M:active
{
	color:#3C3C3C;
	text-decoration:none;			
}
.M:visited
{
	text-decoration:none;		
}
.label
{
	font-weight: bold;
}
.line
{
	border-bottom: solid 2px #000099;
}
A:link
{
	text-decoration: none;
	color: #829632;
}

A:visited
{
	text-decoration: none;
	color: #3C3C3C;
}

A:active
{
	text-decoration: none;
	color: #829632;
}

A:hover
{
	text-decoration: underline;
	color: #829632;
}

.noLink:hover
{
	text-decoration: none;
}

