﻿BODY
{
	font-family: Futura, Avant Garde, Century Gothic, Gill Sans MT, Sans-Serif;
	font-size: 11px;
	background-color: #D6ECF8;
	margin: 4px;
	padding: 4px;
}
INPUT
{
	font-size: 11px;
}
.innerBox
{
	background-color: #FBFBFB;
	padding: 4px;
	border: solid 1px #9BC5DA;
}

A
{
	text-decoration: none;
	color: #3399CC;
}
A:hover
{
	text-decoration: underline;
	color: #3399CC;
}