/* CSS Document */

body {
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.bodytitles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.smallbodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.smalltitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.footercopy {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
}



/* text links */

a.textlinks:link {
color: #7f7f7f;
text-decoration: none;
font-weight: bold;
}
a.textlinks:hover {
color: #7f7f7f;
text-decoration: underline;
}
a.textlinks:visited {
color: #7f7f7f;
font-style: italic;
text-decoration: none;
}
a.textlinks:active {
color: #7f7f7f;
text-decoration: none;
}

a.footerlink:link {
color: #7f7f7f;
text-decoration: none;
font-weight: bold;
}
a.footerlink:hover {
color: #7f7f7f;
text-decoration: underline;
}
a.footerlink:visited {
color: #7f7f7f;
font-style: italic;
text-decoration: none;
}
a.footerlink:active {
color: #7f7f7f;
text-decoration: none;
}

/* small links */

a.smalltextlinks:link {
color: #7f7f7f;
text-decoration: none;
font-size: 10px;
font-weight: bold;
}
a.smalltextlinks:hover {
color: #7f7f7f;
text-decoration: underline;
font-size: 10px;
font-weight: bold;
}
a.smalltextlinks:visited {
color: #7f7f7f;
font-style: italic;
text-decoration: none;
font-size: 10px;
font-weight: bold;
}
a.smalltextlinks:active {
color: #7f7f7f;
text-decoration: none;
font-size: 10px;
font-weight: bold;
}


/* cursor */

.cursor {  
cursor: pointer;
cursor: hand;
}