﻿.tbl_profile tr {vertical-align:top;}
input, select {font-size: 11px;}

body
{
	font-family: Verdana;
	font-size: 8pt;
}

Table
{
	font-family: Verdana;
	font-size: 8pt;
}

A:link
{
	text-decoration: none;
	color: #006ad5;
}

A:visited
{
	text-decoration: none;
	color: #006ad5;
}

A:active
{
	text-decoration: none;
	color: #006ad5;
}

A:hover
{
	text-decoration: underline;
	color: Navy;
}

.Error
{
	color: Red;
}

.RequiredField
{
	color: Red;
}

.Title
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 20px;
	border-bottom: solid 1px Black;
}

.PanelBorder
{
	border: solid 1px Gray;
	padding: 5px;
}

.PanelLightYellow
{
	background-color: #FFFFE0;
	padding: 7px;
}