/* Main */
BODY          {MARGIN: 2em 2em 2em 2em;
               PADDING: 0 0 0 0;
               FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
               font-size: 12px;
              }
P,BR,DIV,TD   {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}

h1 {  font-size: 16px; font-weight: bold; margin: .37em 0 }
h2 {  font-size: 14px; font-weight: bold; margin: .37em 0 }
h3 {  font-size: 12px; font-weight: bold; margin: .37em 0 }

/* hyper-link left */
input.hll
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: Bold;
	color: #000000; /*444484;*/
	width:300px;
	padding-right:300px;

	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
}

/* hyper-link centered */
input.hlc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: Bold;
	color: #000000; /*444484;*/

	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
}

/* hyper-link no underline */
.hlnu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: Bold;
	color: #000000; /*444484;*/

	background-color: transparent;
	/*text-decoration: underline;*/
	border: none;
	cursor: pointer;
	cursor: hand;
}

.required {
	background-color: #FFD700;
	border: 1px solid #000000;
	padding: 1px;
}

#practiceSelector {
	position: relative;
	float: left;
	border: 1px solid black;
	width: 260px;
	height: 14px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFD700;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
}

#practiceList {
	position: absolute;
	border: 1px solid #000000;
	width: 264px;
	overflow: auto;
	background-color: #778899;
}
#practiceList ul {
	list-style: none;
	margin: 0;
}
#practiceList li {
	cursor: pointer;
	cursor: hand;
}
.link {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
}
.link:visited {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
}
.rem3red { color: #FF3333}