﻿body 
{
	background-color:#F6F6F6;
	font-family:Verdana;
	font-size:small;
	color: #000C2F;	
}

.smallInput
{
	font-size:x-small;
}

.watermarkText
{
	font-size:x-small;
	color:#808080;
}

.tbWatermark
{
	color: #62728F;
}

.tdFrameLeft
{
	padding-left:10px;
	width:130px;
	background-image:url('Images/masterleft.jpg');
	text-align:left; 
	vertical-align:top;
}

.tdFrameTop
{
	background-image:url('Images/mastertop.jpg');
}

.leftBarLink:link
{
	font-size: x-small;
	color: #EDE8C0;
	text-decoration:none;
}

.leftBarLink:hover
{
	font-size: x-small;
	color: #EDE8C0;
	text-decoration: underline;
	
}

.mainBox
{
	display:inline-block;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #2A489D;
	width:700px;
	padding-top: 5px;
	padding-left: 50px;
	padding-bottom: 5px;
	padding-right: 50px;
	margin-top: 10px;

	text-align:left;
	
}

