﻿body 
{
	font-family: Arial;
	background-color:#384C73;
	font-size: small;
}

.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;
}

.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}
