strong {
	font-weight: bold;
	color: #FF6600;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

h1, h2, h3, h4, h5, hr {
	margin-left: 0;
	margin-right: 0;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.authTable {
	background-color: #F1F1F1;
	width: 75%;
	border: thin dashed #666666;
	padding: 15px;
}