/* Belco Technologies Style Sheet 
/* created - 02.25.02
/* css author - jp - www.murraymedia.com


/* GREY COPY FOR ALL MAIN CONTENT */
.copy  {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	color : #333333;
}

/* 14pt HEADER - BLUE */
.header {
	font-size : 14pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #59638B;
}

/* 9pt HEADER - BLUE */
.header2 {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color : #59638B;
}

/* PULL QOUTES */
.pull {
	font-size : 11pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #8D904C;
}

/* MAIN SIDE BAR - GREY */
.right{
	font-size : 8pt;
	font-family : Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color : #333333;
}

/* LINK - RIGHT SIDE COPY */
a.rightlink, a:active.rightlink  {
	font-size : 8pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
	color : #333333;
}

a:hover.rightlink, a:visited:hover.rightlink   {
	font-size : 8pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
	color : #999933;
}

/* LINK - COPY ON HOME PAGE */
a.copylink, a:active.copylink  {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #333333;
}

a:hover.copylink, a:visited:hover.copylink   {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
	color : #999933;
}

a:visited.copylink   {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #666666;
}

/* LINK - FOOTER NAVIGATION - LT GREY TO DARK GREY */
a.subcopylink, a:active.subcopylink  {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
	color : #59638B;
}

a:hover.subcopylink, a:visited:hover.subcopylink   {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
	color : #999933;
}

a:visited.subcopylink   {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
	color : #666666;
}

/* COPY - FOOTER NAVIGATION - DARK GREY */
.footlinkoff  {
	font-size : 7pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #666666;
}

/* LINK - SIDE NAV - GRAY TO RED */
a.leftlink, a:active.leftlink  {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #333333;
}

a:hover.leftlink, a:visited:hover.leftlink  {
	font-size : 9pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #CC0000;
}

/* COPY - SIDE NAV WITH NO LINK - RED */
.leftlinkoff {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: none;
	color : #000000;
}

/* LINK - TOP BREADCRUMB LINKS Ñ GRAY TO BLACK */
a.footlink, a:active.footlink  {
	font-size : 7pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
	color : #666666;
}

a:hover.footlink, a:visited:hover.footlink  {
	font-size : 7pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
	color : #000000;
}

/* COPY - TOP BREADCRUMBS ON WITH NO LINK - BLACK */
.toplinkoff {
	font-size : 7pt;
	font-family : "Arial, Helvetica, sans-serif";
	font-weight : normal;
	text-decoration: none;
	color : #000000;
}