h1 { font-size: 18px; font-variant: small-caps; padding: 0px 0px 0px 0px; }
h2 { font-size: 14px; font-variant: small-caps; }
h3 { font-size: 13px; font-style: italic; margin-top: 15; margin-bottom: 0; }

body {
	margin: 260px 50px 0px 15px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	background-image: url(background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: scroll;
}

.body_no_background {
	margin: 50px 50px 0px 15px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	background-image: url(none);
}

td { font-family: helvetica, arial, sans-serif; font-size: 14px; line-height: 16px; }

li { padding: 10px 0px 0px 0px; }
.li_line { font-family: helvetica, arial, sans-serif; font-size: 14px; padding: 5px 0px 5px 0px; }

.workshop { font-family: helvetica, arial, sans-serif; font-size: 12px; color: #000000; line-height: 12px; }
.spacing { padding: 4px 0px 4px 0px; }
.download { color: #663366; font-weight: bold; font-style: none; font-family: Times New Roman, Times, serif; padding: 0px 0px 10px 0px; }
.copyright { text-align: left; color: grey; font-size: 10px; font-family: arial, helvetica, sans-serif; margin: 80px 0px 20px 0px; }

b { font-variant: none; font-weight: bold; }

a:link
{
	color: black;
	text-decoration: none;
	font-weight: none;
}

a:visited
{
	color: black;
	text-decoration: none;
	font-weight: none;
}

a:active
{
	color: black;
	text-decoration: underline;
	cursor: hand;
	font-weight: none;
}

a:hover
{
	color: black;
	text-decoration: underline;
	cursor: hand;
	font-weight: none;
}

.a:link
{
	color: #FF6;
	text-decoration: none;
	font-weight: none;
}

.a:visited
{
	color: #FF6;
	text-decoration: none;
	font-weight: none;
}

.a:active
{
	color: #000000;
	text-decoration: underline;
	cursor: hand;
	font-weight: none;
}

.a:hover
{
	color: #000000;
	text-decoration: underline;
	cursor: hand;
	font-weight: none;
}