/* JC_STYLE.CSS */

body, P, tbody {
	background-color: #000000 ;  /* black */
	color: #ffffcc ;  /* cream */
	font-size: 10pt;
	font-family: Palatino, "Times New Roman", Georgia, serif;
	margin: 0px;
    padding: 0px;}

/* 3d button setup */
div#buttonA {
    margin-left: 0px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Palatino, "Times New Roman", Georgia, serif;
    font-size: 12px;
    line-height: 30px;
}
div#buttonA li {
    list-style-type: none;
    height: 30px;
    width: 125px;
    margin: 10px;
    text-align:center;
}
div#buttonA li a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #0099cc; /* blue */
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:link {
    color: #ffffff;  /* white */
    font-weight: bold;
    background-color: #0099cc; /* blue */
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:visited {
    color: #ffffff;  /* white */
    font-weight: bold;
    background-color: #0099cc; /* blue */
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #ffffff;  /* white */
    background-color: #cc9933;  /* gold */
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #ffffff;  /* white */
    background-color: #cc9933;  /* gold */
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
/* end 3D button */

A:link, A:visited {
	color: #ffcc33;  /* gold */
	text-decoration: none;
	font-family: Palatino, "Times New Roman", Georgia, serif;}
A:active, A:hover { 
	color: #ff9966;  /* copper */
	text-decoration: underline;
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.tophead {
	color: #cc9933;  /* gold */
	font-size: 24pt;
	font-weight: bold;
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.subhead {
	color: #ff6666;  /* coral */
	font-size: 14pt;
	font-weight: bold;
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.newsbox {
	background-color: #999999;  /* grey */
	color: #660000;  /* brown */
	font-size:10pt;
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.footer {
 	font-size: 8pt;
	font-family: Palatino, "Times New Roman", Georgia, serif;}
a.dh:link {
	color: #cc9933; 
	text-decoration: none;
	font-size: 8pt;
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.body12 {
 	font-size: 12pt;
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.body12bi {
 	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.Palatino14 {
 	font-size: 14pt;
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.Palatino18 {
 	font-size: 18pt;
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.Palatino24b {
 	font-size: 24pt;
	font-weight: bold;	
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.purple {
	color: #af99c7;  /* purple */
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.copper {
	color: #ff9966;  /* copper */
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.copper2 {	
	color: #ff0066;  /* copper */ }
.coral {
	color: #ff6666;  /* coral */
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.brown {
	color: #660000;  /* brown */
	font-family: Palatino, "Times New Roman", Georgia, serif;}
.gold {
	color: #ffcc66;  /* gold */	}
.lightblue {
	color: #7ac2ce;  /* blue */
