
.bgblack { background-color: black; padding: 1px 3px }
/* LINKS */

a
   { color: #fc6; font-size: 9pt; font-family: Arial, helvetica; font-weight: normal; line-height: 130%; text-decoration: underline }

a:link
   { color: #fff; font-size: 9pt; font-family: Arial, helvetica; font-weight: normal; line-height: 130%; text-decoration: underline }

a:hover
  { color: #fff; font-size: 9pt; font-family: Arial, helvetica; font-weight: normal; line-height: 130%; text-decoration: underline }
a.mainmenu      { color: #fc6; font-size: 9pt; font-family: Arial, helvetica; font-weight: bold; line-height: 110%; text-decoration: underline; letter-spacing: 1px }
a.mainmenu:link      { color: #fc6; font-size: 9pt; font-family: Arial, helvetica; font-weight: bold; line-height: 110%; text-decoration: underline; letter-spacing: 1px }
a.mainmenu:hover      { color: #fff; font-size: 9pt; font-family: Arial, helvetica; font-weight: bold; line-height: 110%; text-decoration: underline; letter-spacing: 1px }
a.textlink
     { color: #ffa500; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 160%; text-decoration: none; letter-spacing: 0.25px }
a.textlink:link
     { color: #ffa500; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 160%; text-decoration: none; letter-spacing: 0.25px }
a.textlink:hover { color: #fff; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 160%; text-decoration: underline; letter-spacing: 0.25px }
a.sidelink { color: #f00; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120%; text-decoration: none; letter-spacing: 0.25px }
a.sidelink:link { color: #f00; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120%; text-decoration: none; letter-spacing: 0.25px }
a.sidelink:hover { color: #ccc; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120%; text-decoration: underline; letter-spacing: 0.25px }
a.sidelinkyellow { color: #ffa500; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120%; text-decoration: none; letter-spacing: 0.25px }
a.sidelinkyellow:link { color: #ffa500; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120%; text-decoration: none; letter-spacing: 0.25px }
a.sidelinkyellow:hover { color: #ccc; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120%; text-decoration: underline; letter-spacing: 0.25px }
a.sidelinkblack { color: #000; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120%; text-decoration: none; letter-spacing: 0.25px }
a.sidelinkblack:link { color: #000; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120%; text-decoration: none; letter-spacing: 0.25px }
a.sidelinkblack:hover { color: #ccc; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120%; text-decoration: underline; letter-spacing: 0.25px }
/* text */
.greytext
   { color: #333; font-size: 9pt; font-family: Arial, helvetica; font-weight: normal; line-height: 130% }
.blacktext  { color: black; font-size: 9.5pt; font-family: Arial, helvetica; font-weight: normal; line-height: 130% }
.redtext { color: #f00; font-size: 9pt; font-family: Arial, helvetica; font-weight: 600; line-height: 130%; font-stretch: normal }
.redtextbld { color: #f00; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120% }
.blacktextlarger  { color: black; font-size: 11pt; font-family: Arial, helvetica; font-weight: normal; line-height: 120% }
.blacktextlargerbld { color: black; font-size: 11pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120% }
.redtextlargerbld { color: #f00; font-size: 12pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120% }
.blacktextlargest { color: black; font-size: 13pt; font-family: Arial, helvetica; font-weight: normal; line-height: 120% }
.textdblspaced
{
	color: black;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 9pt;
	line-height: 160%;
}
.blacktextboldunderline
  { color: black; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120%; text-decoration: underline }
.whitetextbold { color: white; font-size: 10pt; font-family: Arial, helvetica; font-weight: bold; line-height: 120% }
.blackmainhd { color: #000; font-size: 15pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; padding: 12px 0 }
.blacksubhd { color: #000; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; padding: 12px 0 }
/* BORDER */

.bordersub
{
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid #919191;
	border-left: 1px solid black;
}

.bordergry
{
	border: 1px solid #66
}
/* PADDING */
.pdlft5 { padding-left: 5px }
.pdlft10 { padding-left: 10px }
.pdlft25 { padding-left: 25px; }
.pdlft50  { padding-left: 50px }
.pdtp5 { padding-top: 5px; }

.pdtp10 { padding-top: 10px; }

.pdtp20 { padding-top: 20px; }
.pdbtm2 { padding-bottom: 2px }
.pdbtm6 { padding-bottom: 6px }
.pdbtm12 { padding-bottom: 12px }
.pdbtm20 { padding-bottom: 20px; }

.pdbtm30 { padding-bottom: 30px; }
.pdrt3 { padding-right: 3px; }

.pdrt5 { padding-right: 5px; }

.pdrt10 { padding-right: 10px; }

.pdrt15 { padding-right: 15px; }
.homepd { padding: 350px 10px 100px 0px }

.pdtp10l15 { padding: 25px 0px 0px 25px }

.pdbtmsp { padding-bottom: 170px; }

.pdbtmsp2 { padding-bottom: 100px; }

.pdbtmsp3 { padding-bottom: 250px; }
