/* copy classes */
body, .copy, td, select
{
	font-family: Times, Serif;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}

.smallcopy
{
	font-size: 11px;
	line-height: 15px;
}

h1
{
	font-family: Times, Serif;
	font-size: 21px;
	font-weight: bold;
	font-style:italic;
	line-height: 26px;
	color: #000000;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

h2
{
	font-family: Times, Serif;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	line-height: 17px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3
{
	font-family: Times, Serif;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	line-height: 20px;
	color: #000000;
}





/* HTML Styles: Links */
a, a:visited
{
	color: #0000ff;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #ff0000;
	text-decoration: underline;
}





/* HTML Styles: Spacing, Color, Border */
body
{
	margin: 0px;
	padding: 0px;
}

table
{
}

th, td
{
	vertical-align: top;
}

img
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin-top: 8px;
	margin-bottom: 0px;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

input, textarea
{
	font-size: 11px;
	line-height: 11px;
}










/* Small Button */
.btn-sm
{
	background: url("files/button.gif") top left no-repeat Transparent;
	width: 95px;
	height: 21px;
}

.btn-sm td
{
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}

.btn-sm a, .btn-sm a:visited, .btn-sm a:active

{
	color: #ffffff;
	text-decoration: none;
}

.btn-sm a:hover
{
	color: #cfcfcf;
	text-decoration: underline;
}
