﻿body 
{
	font-family: Arial;
	background-color:#2E3E5F;
	font-size: small;
}

.altRow
{
	background-color: #DDDDEE;
}

.button
{
	background-color:White;
	border-color: Gray;
	border-width: 1px;
	color:#384C73;
	cursor: pointer;
	font-family: Arial;
	font-size: small;
	width:75px;
}

.disclaimer_body{
	background-color:#FFFFFF;
	font-family:Verdana; 
	font-size:smaller;
}

.largeText
{
	font-family: Arial;
	font-size: large;
}

.normalBold
{
	font-family: Arial;
	font-size: small;
	font-weight:bold;
}

.normal
{
	font-family: Arial;
	font-size: small;
	font-weight:normal;
	color:Black;
}

.normalWhite
{
	font-family: Arial;
	font-size: small;
	font-weight:normal;
	color:White;
}

.smallText
{
	font-family: Arial;
	font-size: x-small;
}

.copyrightText
{
	font-family: Arial;
	font-size: x-small;
	color: White;
}

a 
{
	text-decoration:none;
	color: White;
	
}
a:hover {color: #9EAABD}
a:hover {text-decoration:underline}
