/* acbs style sheet information 11/09/08 revision 13.0 */


/* Anchor Pseudo-classes */
a:link {color: #0000FF}           /* unvisited link  blue       */
a:visited {color: #FF00FF}        /* visited link    purple     */
a:hover {color: #000080}          /* mouse over link dark blue  */
a:active {color: #FF0000}         /* selected link   red        */


/* <a> anchor class=menu [menu text] */
a.menu:link {
	font-family: Arial, Garamond, Serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: transparent;
	padding: 2 2 2 2;
	text-decoration: none;
}

a.menu:visited {
	font-family: Arial, Garamond, Serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: transparent;
	padding: 2 2 2 2;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, Garamond, Serif;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	background-color: White;
	padding: 2 2 2 2;
	text-decoration: none;
}

/* <p> paragraph default */
p {
	font-family: Arial, Garamond, Serif;
	font-size: 11pt;
	line-height: 140%;
	left: 55px;
	padding-left: 8px;
	padding-right: 6px;
	text-decoration: none;
}

/* <p> paragraph class=coltitle [column title text] */
p.coltitle {
	font-family: Arial, Garamond, Sans-serif;
	font-size: 20pt;
	font-weight: normal;
	font-stretch: unchanged;
	color: #000080;
	letter-spacing: 5pt;
	padding-top: 5pt;
	padding-bottom: 3pt;
	text-align: center;
}

/* <p> paragraph class=leftside [left side column text] */
p.leftside {
	font-family: Arial, Garamond, Serif;
        color: green;
	font-size: 10pt;
	line-height: 140%;
        left: 5px;
	padding-left: 8px;
}

/* <p> paragraph class=news [news column text] */
p.news {
	font-family: Arial, Garamond, serif;
	font-size: 14pt;
	font-style: italic;
	color: gray;
	padding-top: 10px;
	text-align: center;
}

/* <p> paragraph class=newsbittitle [news bit title text] */
p.newsbittitle {
	font-family: Arial, "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	line-height: 105%;
	text-align: center;
}

/* <p> paragraph class=newsbit [news bits text] */
p.newsbit {
	font-family: Arial, "Times New Roman";
	font-size: 8pt;
	color: teal;
	line-height: 100%;
	text-align: left;
}

/* <p> paragraph class=small [small text] */
p.small {
	font-family: Arial, Garamond, Serif;
	font-size: 8pt;
	color: gray;
	text-align: center;
}

/* <div> division class=small [small text] */
div.small {
	font-family: Arial, Garamond, Serif;
	font-size: 8pt;
	color: gray;
	text-align: center;
}

/* <td> paragraph class=small [small text] */
td.small {
	font-family: Arial, Garamond, Serif;
	font-size: 8pt;
	color: gray;
}

/* <td> table data class=left column [left side table text] */
td.LeftCol {
	font-family: Arial;
	font-size: 18pt;
	/* color: green; was b0c0ce */
        border-collapse: collapse;
	border-color: #B0C0CE;
	border-style: solid;
	border-width: 1pt;
}

/* <td> table data class=menu [menu table text] */
td.menu {
	font-family: Arial, Garamond, Serif;
	font-size: 11pt;
	line-height: 125%;
}

/* <td> table data class=archives [archives table text] */
td.archives {
	font-family: Arial, Garamond;
	background-color: #dfe1e3;
	font-size: 11pt;
}

/* <li> list item [list item text] */
li {
	font-family: Arial, Garamond, Serif;
	font-size: 10pt;
	left: 20px;
	line-height: 120%;
	padding-left: 8px;
	padding-right: 2px;
	text-decoration: none;
}

/* end of style sheet */
