﻿body
{
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f4f4f;
	width: 100%;
	height: 100%;
}
h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8b0000;
	font-weight: bold;
}
h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8b0000;
	font-weight: bold;
}
img {
	border-width: 0;
}
a {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover
{
	text-decoration: underline;
	color: #e05252;
}

a:active
{
	color: maroon;
}

a.general {
	text-decoration: none;
	color: maroon;
}

a.general:visited {
	color: maroon;
}

a.general:hover
{
	text-decoration: underline;
	color: black;
}

a.general:active
{
	color: maroon;
}
.gray-row
{ 
	background-color: #f5f5f5;
	height: 20px;
}
.white-row
{ 
	background-color: #ffffff;
	height: 20px;
}
#screen-size
{
	height: 100%;
}
