﻿body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 50px;
	text-align: center;  
}
.LoginBox{
	background-color:#c4d5e9;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
	font-size:95%;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #618922;
	border-right-color: #618922;
	border-bottom-color: #618922;
	border-left-color: #618922;
}
.PageHead
{
    color: #414458;
	font-size:large;
    font-weight:bold;
}
.SubHead
{
    font-size:large;
}
.PracticeView
{
    width:800px;
    margin-left:auto;
    margin-right:auto;   
}
a:link {
	color: #414458;
	FONT-FAMILY:  Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
	}
a:visited {
	color: #51556D;
	TEXT-DECORATION: none;
}
a:hover {
	color: #3D6FA1;
	TEXT-DECORATION: none
}  