﻿body
{
	font-family: Verdana;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	color: #666666;
}

.header
{
	border-bottom: solid black 1;
}
.inactiveButton
{
	border-bottom: solid 1px #99CCFF;
	cursor: pointer;
}

.activeButton
{
	border-bottom: solid 1px #103ea5;
}

.textBox
{
	border: 1px solid #777777;
	font-family: Verdana;
	font-size:11px;
	height:14px;
}

.dropDown
{
	border: 1px solid #777777;
	font-family: Verdana;
	font-size:11px;
	height:18px;
}

a:visited
{
	text-decoration : none;
}