/* Default CSS Stylesheet for a new Web Application project */BODY{    BACKGROUND-COLOR: white;    FONT-FAMILY: Verdana, Helvetica, sans-serif;    FONT-SIZE: .8em;    FONT-WEIGHT: normal;    LETTER-SPACING: normal;    TEXT-TRANSFORM: none;    WORD-SPACING: normal;    color: Black;}H1      {               font-family: Arial, Helvetica, sans-serif;        font-size:      18pt;        font-weight:    bold;        font-style:     normal;        text-decoration:        none;        word-spacing:   normal;        letter-spacing: normal;        text-transform: none;        color: Red;        }                       H2      {               font-family: Arial, Helvetica, sans-serif;        font-size:      1.75em;        font-weight:    700;        font-style:     normal;        text-decoration:        none;        word-spacing:   normal;        letter-spacing: normal;        text-transform: none;        color: Blue;        }                       H3      {               font-family: Arial, Helvetica, sans-serif;        font-size:      1.58em;        font-weight:    500;        font-style:     normal;        text-decoration:        none;        word-spacing:   normal;        letter-spacing: normal;        text-transform: none;        color: Green;        }       H4      {               font-family: Arial, Helvetica, sans-serif;        font-size:      12pt;        font-weight:    normal;        font-style:     normal;        text-decoration:        none;        word-spacing:   normal;        letter-spacing: normal;        text-transform: none;        color: Black;        }       H5      {               font-family: Arial, Helvetica, sans-serif;        font-size:      16pt;        font-weight:    500;        font-style:     normal;        text-decoration:        none;        word-spacing:   normal;        letter-spacing: normal;        text-transform: none;        color: Black;        }       

H6      {               font-family: Arial, Helvetica, sans-serif;        font-size:      18pt;        font-weight:    bold;        font-style:     normal;        text-decoration:        none;        word-spacing:   normal;        letter-spacing: normal;        text-transform: none;        color: Black;        }                       
H7      {               font-family: Arial, Helvetica, sans-serif;        font-size:      12pt;        font-weight:    normal;        font-style:     normal;        text-decoration:        none;        word-spacing:   normal;        letter-spacing: normal;        text-transform: none;        color: Black;        }       
A:link  {               text-decoration:        none;        color:  #ff0000;        }                       A:visited       {               text-decoration:        none;        color:  #006600;        }                       A:active        {               text-decoration:        none;        color:  #0000ff;        }                       A:hover {               text-decoration:        underline;        color:  #ff5500;        }        TOCLink:link  {               text-decoration:        none;        color:  #0000ff;        }                       TOCLink:visited       {               text-decoration:        none;        color:  #00ffff;        }                       TOCLink:active        {               text-decoration:        none;        color:  #00ffff;        }                       TOCLink:hover {               text-decoration:        underline;        color:  #ffff00;        }.mySpanClass{        color: Maroon;        font-weight: bold;        font-family: Arial;}.myPanelClass{        color: white;        border-bottom: solid 3px black;        border-top: solid 4px red;        border-right: groove 5px green;        border-left: ridge 6px maroon;        background-color: Gray;        font-family: Times New Roman;        font-size: 11pt;        font-weight: bold;}.myPanelClass-Padded{        color: white;        border-bottom: solid 3px black;        border-top: solid 4px red;        border-right: groove 5px green;        border-left: ridge 6px maroon;        background-color: Gray;        padding-top: 20px;        padding-bottom: 20px;        padding-right: 20px;        padding-left: 20px;        text-decoration: underline;        font-family: Tahoma;        font-size: 12pt;}.myPanelClass-Sized{        color: white;        border-bottom: solid 3px black;        border-top: solid 4px red;        border-right: groove 5px green;        border-left: ridge 6px maroon;        background-color: Gray;        width: 200px;        font-size: 8pt;}.PhotoClass{        width: 360px;        Height: 270px;}.PhotoClass2{        width: 240px;        Height: 180px;}.PhotoClass3{        width: 100px;        Height: 133px;}

.PhotoClass4{        width: 120px;        Height: 90px;}.PhotoClass5{        width: 740px;}.PhotoClass6{        width: 240px;}.myTableClass{        width: 500px;        border: solid 5px blue;}.TractorTableClass{        width: 750px;        border: "0";	   padding: 0px 0px 30px 0px;}.PhotoCellClass{        width: 40%;             border: none;        padding: 5px 10px 30px 10px;}.PhotoCellClass2{        width: 33%;             border: none;        padding: 5px 5px 5px 5px;}.PhotoCellClass3{        width: 50%;             border: none;        padding: 5px 5px 5px 5px;}

.PhotoCellClass4{        width: 100%;             border: none;        padding: 5px 5px 5px 5px;}.myCellClass1{        width: 60%;     }.myCellClass2{        width: 50px;        border: solid 5px yellow;        padding: 10px 5px 5px 20px;        font-size: 9pt;}.myCellClass3{        border: groove 5px red;        background-color: Black;        color: Green;        padding: 5px 5px 5px 5px;}.myCellClass4{        border: solid 5px silver;        font-family: Verdana;        font-size: 9pt;        font-weight: bold;        padding: 5px 5px 5px 5px;        background-color: Red;}.myCellClass5{        border: ridge 5px olive;        padding: 5px 5px 5px 5px;        font-size: 10pt;        font-family: Courier New;}.myCellClass6{        border: solid 5px navy;        font-size: 10pt;        padding: 5px 5px 5px 5px;}.StdHR{		height: 5px;		background-color: #000000;}.outsideContainer{	text-align: center;	width: 100%;}.insideContainer{	width: 750px;}