Table.Bordered
{
	border : 1px solid Black;
}

BODY {
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/hrd_bck.gif);
	background-repeat: repeat-x;
}

A.ADMIN:LINK, A.ADMIN:ACTIVE, A.ADMIN:VISITED, A.ADMIN:HOVER {
{
	color: #666666;
	text-decoration: underline;
	font: Times New Roman, Times, serif;
	vertical-align: middle;
}

a {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #00A24E;
}
a:hover {
	color: #999999;
}
a:active {
	color: #666666;
}

.Physician {
	color: #666666;
	height: 5;
	font :  bold 14px Arial, Helvetica, sans-serif;
}

.Header{
	color: #666666;
	font : bold 14px Arial, Helvetica, sans-serif;
}

.Label{
	color: #666666;
	font : bold 12px Arial, Helvetica, sans-serif;
}

.error {
	color : Red;
  	 font-size: 10pt; font-weight: bold
}

SELECT.DropDown
{
	width: 275px;
	font : 11px Times New Roman, Times, serif;
}

Input.TextBox
{
	width: 275px;
	font : 11px Times New Roman, Times, serif;
}

Input.City
{
	width: 115px;
	font : 11px Times New Roman, Times, serif;
}

Input.State
{
	width: 20px;
	font : 11px Times New Roman, Times, serif;
}
Input.Zip
{
	width: 40px;
	font : 11px Times New Roman, Times, serif;
}

Input.AreaCode
{
	width: 25px;
	font : 11px Times New Roman, Times, serif;
}

Input.Phone
{
	width: 100px;
	font : 11px Times New Roman, Times, serif;
}
Input.Ext
{
	width: 40px;
	font : 11px Times New Roman, Times, serif;
}


LI.one{
	list-style-type : decimal;
}

LI.two{
	color: #666666;
	list-style : circle;
	
}

.Highlight
{
	background : Yellow;
	color: black;
}

Input.Submit
{
	border: 0px solid Black;
}