﻿
/* Styles for HTML Elements */
body 
{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	background-color: #eedfa8;
}

table
{
	border: none;
}

img
{
	border: none;
}

p, span, td
{
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
}

hr
{
	height:1px;
	color:#cccccc;
}

/*Custom Style Elements*/
.Title1
{
	font-family: Tahoma;
	font-size: 11px;
	color: #0D6F96;
	font-weight: bold;
	text-align: right;
}

.W84 { width: 84px; }
.W150 { width: 150px; }
.W75 { width: 75px; }

.btn
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	vertical-align: middle;
	text-align: center;
	color:#ffffff;
	border: solid 1px #96826C;
	background-color:#483827;
}


/* Text Box Style */
.input
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
}

.toolheader
{
	background-color:#006699;
	color:#ffffff;
	font-weight:bold;
	border-bottom: solid 1px;
}


/*Stylesheet for pages containing Videos*/
.VImage:hover
{
	cursor: pointer;
	text-decoration: underline;
}
