﻿body, table, div
{
	font-family				: 'Trebuchet MS', Arial, Sans-Serif;
	font-size				: 12px;
	color					: #333333;
}

table.blueTable th 
{
	background-color		: #AAD3E6;
	border-bottom			: 1px solid #747474;
	font-weight				: bold;
	padding					: 2px;
	padding-left			: 16px;
	text-align				: left;
}
table.blueTable td 
{
	background-color		: #FFFFFF;
}
table.greenTable th 
{
	background-color		: #BEE6AA;
	border-bottom			: 1px solid #747474;
	font-weight				: bold;
	padding					: 2px;
	padding-left			: 16px;
	text-align				: left;
}
table.greenTable td 
{
	padding					: 2px;
}
table.tealTable th 
{
	background-color		: #E6E6AA;
	border-bottom			: 1px solid #747474;
	font-weight				: bold;
	padding					: 2px;
	padding-left			: 16px;
	text-align				: left;
}

table.coffeTable th 
{
	background-color		: #E9D385;
	border-bottom			: 1px solid #747474;
	font-weight				: bold;
	padding					: 2px;
	padding-left			: 16px;
	text-align				: left;
}
table.coffeTable td 
{
	background-color		: #E6EFFB;
	padding					: 2px;
}
table.coffeTable2 th 
{
	background-color		: #E9D385;
	border-bottom			: 1px solid #747474;
	font-weight				: bold;
	padding					: 2px;
	padding-left			: 16px;
	text-align				: left;
}
table.coffeTable2 td 
{
	background-color		: inherit;
	padding					: 2px;
}

a
{
	color					: orangered;
	font-weight				: bold;
	text-decoration			: none;
}
a.refItem
{
	color					: black;
	text-decoration			: none;
	font-weight				: normal;
}
a.refItem:hover
{
	color					: orangered;
	text-decoration			: none;
	font-weight				: normal;
}
a.whiteLink
{
	color					: white;
	text-decoration			: none;
	font-weight				: normal;
}
a.steelLink
{
	color					: #1a45a6;
	text-decoration			: none;
	font-weight				: normal;
}
input, textarea
{
	background-color: #C9E4F0;
}
label
{
	cursor : pointer;
}
