﻿body {
	margin: 0;
	background-color: #6B83A5;
}

body,td,th,input,select,textarea {
	color: #4e4e4e;
	font-family: Tahoma;
	font-size: 11px;
}

a.Blue 
{
	color: #456599;
	font-family: Tahoma;
	font-size: 11px;    
	text-decoration: none;
}

a.Blue:hover 
{
    text-decoration: underline;
}


a.White 
{
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;    
	text-decoration: none;
}

a.White:hover 
{
    text-decoration: underline;
}
