A:link 
{
 color: darkred;
 text-decoration:none;
}
 A:visited 
{
 color: darkred;
 text-decoration:none;
}
 A:active 
{
 color: #660000;
} 
A:hover 
{
 color: red; 
 text-decoration:underline;
}
.regText 
{
 font-family: Arial, Serif;
 font-size: 10pt; 
 color: #000000;
 text-decoration:none;
}
.smallText
{
 font-family: Arial,Helvetica;
 font-size: 9pt;
 color: #000000;
}
.tinyText
{
 font-family: Verdana,Arial,Helvetica;
 font-size: 8pt;
 color: #000000;
}
.bigTitle1
{
 font-family: Arial,Helvetica;
 font-size: 18pt;
 color: #000088;
 font-weight:bold;
 line-height: 125%;
 }
.bigTitle2
{
 font-family: Arial,Helvetica;
 font-size: 12pt;
 color: #0071BC;
 font-weight:bold;
 line-height: 125%;
 }

.bigTitleWhite1
{
 font-family: Arial,Helvetica;
 font-size: 22pt;
 color: #FFFFFF;
 font-weight:bold;
 line-height: 125%;
 }
.bigTitleBlue2
{
 font-family: Arial,Helvetica;
 font-size: 12pt;
 color: #0071BC;
 font-weight:bold;
 line-height: 125%;
 }
.homepageHeadlines1
{
 font-family: Arial,Helvetica;
 font-size: 14pt;
 color: #000000;
 font-weight:bold;
 line-height: 125%;
 }
.LogoTitle
{
 font-family: Arial,Helvetica;
 font-size: 18pt;
 color: #FFFFFF;
 font-weight:bold;
 line-height: 125%;
 }
.tagline
{
 font-family: Arial,Helvetica;
 font-size: 10pt;
 color: #FFFFFF;
 font-weight:bold;
 line-height: 125%;
 }
td 
{
 font-family: Arial, Serif; 
 font-size: 10pt; 
 color: #000000;
 text-decoration:none;
 line-height: 125%;
}
body
{
 background: #000000;
 color: #000000;
 font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
 margin: 0px 0px 0px 0px;
 text-decoration:none;
 line-height: 125%;
}
.masterTable
{
 background: #FFFFFF;
}
.topNavOn
{
 color: orange;
 font-weight:bold;
}
.topNavOn:link
{
 color: red;
 text-decoration:none;
}
.topNavOn:visited
{
        color: blue;
        text-decoration:none;
}
.topNavOn:hover
{
        color: red;
        text-decoration:none;
}
.topNavOff
{
        color: white;
        font-weight:bold;
}

.topNavOff:hover
{
        color: red;
}
.searchBox
{
        padding: 5px;
}
.mainButton
{
        background: #0394F4 url(http://www.doubletriangle.com/images/back-main-button-blue.gif) bottom left repeat-x;
        padding: 3px;
        padding-left: 5px;
        padding-right: 5px;
        color: white;
        font-family: Arial,Helvetica;
        font-size: 8pt;
        font-weight: bold;
        border: darkblue solid 1px;
}
.mainButton:hover
{
        color: yellow;
        background: #DE9B21 url(http://www.doubletriangle.com/images/back-main-button-blue-on.gif) bottom left repeat-x;
        border: #8B0000 solid 1px;
}
form 
{
margin: 0;
}
.medNavLink
{
 border:#c0c0c0 solid 1px;
 padding: 3px;
 background:#EEEEEE;
}
.medNavLink:hover
{
 border:darkblue solid 1px;
}
.searchLabelOn
{
 background: url(http://www.doubletriangle.com/images/back-search-label.gif) top center no-repeat;
 padding: 2px;
 font-weight:bold;
}
.searchLabelOff
{
 color: #A0A0A0;
 padding: 2px;
}
.navBox
{
 background: #AAB7D3;
 padding: 5px;
 border-bottom: darkred solid 2px;
}
.blogTagline
{
 font-family: Arial,Helvetica;
 font-size: 14pt;
 color: #FFFFFF;
 font-weight:bold;
line-height: 125%;
}
.quote
{
border:#c0c0c0 dotted 1px; 
padding:5px; 
background-color:#EEEEEE;
}

#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
    background-color: black;
}
.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
}
.modalTop
{
    width: 292px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}
.articleGraphicCaption
{
 font-family: Arial,Helvetica;
 font-size: 10pt;
 color: #888888;
 font-weight:bold;
}
