﻿/* Fresno Wire Rope Style Sheet */

h1, h2, h3, h4, h5, h6, p, ul, li, td
{
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}
h1, h2, h3, h4, h5, h6
{
	color: rgb(51, 102, 153);
    MARGIN: 12px 20px 6px 0px;
}
h1
{
    FONT-SIZE: 18pt;
}
h2
{
    FONT-SIZE: 14pt;
}
h3
{
    FONT-SIZE: 12pt;
}
h4
{
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}
h6 /* used under pictures where text follows */
{
    FONT-SIZE: 11pt;
    margin: 3px, 0px, 6px, 0px;
}
p
{
	font-size: 10pt;
	margin: 0px 0px 9px 0px;
	text-indent: 0pt;
}
p#so1 /* stand out ID1 */
{
	color: rgb(0, 0, 102);
	text-align: center;
	font-weight: bold;
}
p#so2 /* standout ID2 */
{
	color: rgb(0, 0, 102);
	text-align:left;
	font-weight: bold;
}
p#textmenu
{
	font-size: 9pt;
}
span#bow /* black on white text */
{
	color: White;
}
body
{
	margin-top: 0px;
	margin-left: 0px;
}
ul, li
{
	MARGIN-TOP: 6px;
	MARGIN-BOTTOM: 6px;
	font-size: 10pt;
}
hr
{
    WIDTH: 100%;
}
.leftcol, .rightcol /* controls left and right margins on all pages */
{
	width: 20px;
	vertical-align: top;
}
.pageback
{
	background-color: white;
}
pre /* display code */
{
	font-size: 10pt;
	font-family: 'Courier New';
	background-color: #E7EBF0;
	BORDER-TOP-STYLE: ridge;
	BORDER-RIGHT-STYLE: ridge;
	BORDER-LEFT-STYLE: ridge;
	BORDER-BOTTOM-STYLE: ridge;
}
td /* so the font tag <p> isn't always necessary inside tables */
{
	vertical-align: top;
	font-size: 10pt;
	margin: 0px 0px 9px;
	text-indent: 0pt;
}
.block
{
	border: solid 2px #3D8CC2;
}
.table_title
{
	color: White;
	font-weight: bold;
	padding-top: 4;
	padding-bottom: 4;
	padding-right: 4;
	padding-left: 10;
	background-color: #3D8CC2;
}
.table_row, .table_row1
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: rgb(51,102,153);
	padding-top: 5px;
}
.table_row1
{
	color: white;
	border-bottom: black 1px solid;
	background-color: #84b1e0;
}
img {
	border: 0;
}
.centertext {
	text-align: center;
}
.tables1 {
	margin-left: auto;
	margin-right: auto;
}
.wide {
	width: 100%;
}
.header1 {
	background-color: #82b2da;
	width: 100%;
}
.header2 {
	background-image: url(images/righthorizontal.bmp);
	height: 16px;
}
.header3 {
	background-image: url(images/leftvertical.bmp);
	width: 10px;
}
.header4 {
	background-color: Black;
	text-align: center;
	color: White;
	font-weight: bold;
}
.header5 {
	width: 80px;
}
.header6 {
	height: 70px;
	vertical-align: middle;
}

a.blue:link, a.blue:visited {
	color: rgb(51, 102, 153);
	text-decoration: none;
}
a.blue:hover {
	color: rgb(51, 102, 153);
	text-decoration: underline;
}