
/**
 *
 * RGB Color Codes
 *    RGB         HEX     Name
 * 65 105 225   4169e1 royal blue
 * 105 105 105  696969 grey41
 * 171 171 171  ababab grey67
 * 190 190 190  bebebe grey
 * 204 204 204  cccccc gray80
 * 211 211 211  d3d3d3 lightgray
 */

/* visited link */
a.default:visited
{
    color : #FFFFF0;
    font-family : Arial;
    text-decoration : none;
    font-weight : bold;
}

a.default:hover
{
    color : #66CCFF;
    font-family : Arial;
    text-decoration : none;
    font-weight : bold;
}

a.default
{
    color: #FFFFF0;
    font-family : Arial;
    text-decoration : none;
    font-weight : bold;
}

/* visited link */
a.navigation:visited
{
    color : #FFFFF0;
    font-family : Arial;
    text-decoration : none;
    font-weight : bold;
}

a.navigation:hover
{
    color : #66CCFF;
    font-family : Arial;
    text-decoration : none;
    font-weight : bold;
}

a.navigation
{
    color: #FFFFF0;
    font-family : Arial;
    text-decoration : none;
    font-weight : bold;
}

a.internal:visited
{
    color : #FFFFFF;
    font-family : Arial;
    font-size : 12px;
    font-weight : lighter;
    text-decoration : none;
}

/* color : #FFFFFF; color : #3399FF;*/
a.internal:hover
{
    color : #FFFFFF;
    font-family : Arial;
    font-size : 12px;
    font-weight : lighter;
    text-decoration : none;
}

a.internal
{
    color: #FFFFFF;
    font-family : Arial;
    font-size : 12px;
    font-weight : lighter;
    text-decoration : none;
}

body
{
    color : #000000;
    background-color : #000000;
    font-family : Arial;
}

h1.ptitle
{
    color : #3399FF;
    font-family : Arial;
    font-size : 24px;
    font-weight : bold;
    text-align : center;
}

p.heading
{
    text-align: left;
    vertical-align : top;
    color : #66CCFF;
    font-family : Arial;
    font-size : 33px;
    font-weight : bold;
    line-height: 80%
}

p.address
{
    text-align: left;
    vertical-align : top;
    color : #66CCFF;
    font-family : Arial;
    font-size : 14px;
    font-weight : normal;
}

p.one
{
    color : #FFFFFF;
    font-family : Arial;
    font-size : 14px;
    font-weight : normal;
}

p.onebold
{
    color : #FFFFFF;
    font-family : Arial;
    font-size : 14px;
    font-weight : bold;
}

p.oneindent
{
    color : #FFFFFF;
    font-family : Arial;
    font-size : 14px;
    font-weight : normal;
    text-indent : 1cm;
}

p.three
{
    color : #FFFFFF;
    font-family : Arial;
    font-size : 22px;
    font-weight : bold;
}

p.four
{
    color : #FFFFFF;
    font-family : Arial;
    font-size : 18px;
}

p.left
{
    text-align: left;
    color : #FFFFFF;
    font-family : Arial;
    font-size : 18px;
}

table.heading
{
    table-layout: fixed;
    height : 72px;
    width : 641px;
    background-color : #000000;
    text-align : left;
    /*
    background-color : #808080;
    border : none 0 rgb(0, 0, 0);
    border-style : none none none none;
    border-width : thin;
    */
}

td.heading
{
    text-align: left;
    vertical-align : top;
    color : #66CCFF;
    font-family : Arial;
    font-size : 33px;
    font-weight : bold;
    padding : 0cm 0cm;
}

td.address
{
    text-align: left;
    vertical-align : top;
    color : #66CCFF;
    font-family : Arial;
    font-size : 14px;
    font-weight : normal;
    padding : 0cm 0cm;
}

table.navigation
{
    table-layout: fixed;
    background-color : #000000;
    text-align : left;
    width : 123;
}

/*
tr.navigation
{
    background-color : #808080;
    text-align : left;
    width : 123;
}

td.navigation
{
    background-color : #808080;
    text-align : left;
    width : 123;
}
*/

td.equipment
{
    text-align: left;
    vertical-align : top;
    color : #FFFFFF;
    font-family : Arial;
    font-size : 14px;
    font-weight : normal;
    padding : 0cm 0cm;
}

table.services
{
    width : 90%;
}

table.thumbs
{
    table-layout: fixed;
    background-color : #000000;
    border : thin solid rgb(65, 105, 225);
    border-collapse: collapse;
    text-align : center;
    /*
    background-color : #808080;
    border : none 0 rgb(0, 0, 0);
    border-style : none none none none;
    border-width : thin;
    border-collapse: collapse;
    border-collapse: separate;
    height : 72px;
    width : 641px;
    */
}

td.thumbs
{
    text-align: center;
    vertical-align : top;
    color : #FFFFFF;
    border : thin solid rgb(65, 105, 225);
    font-family : Arial;
    font-size : 12px;
    font-weight : lighter;
    padding : 0.5cm 0.5cm 0.5cm 0.5cm;
}

ul
{
    color : #FFFFFF;
    font-family : Arial;
    font-style : normal;
    font-size : 13px;
}