﻿/*
Commented out, because the ff css checker doesn't work with @media yet.

 @media print
{ */

body
{
    font-family: Helvetica, Arial,sans-serif,Verdana;
    background-color: White;
}

.SIDEONLY
{
    width: 0px;
    display: none;
}

.printnotice
{
    width: 600px;
    text-align: left;
    font-size: xx-small;
    text-decoration: none;
}

.nodecorationprinter
{
    text-decoration: none;
}


.printerhide
{
    display: none;
}



.contentwidth_ok
{
    width: 638px;
}

.sitecontentwidth
{
    width: 638px;
}

.smalltext
{
    font-size: small;
}

.SubHeadings
{
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: small;
    padding-left: 10px;
    font-weight: bold;
}

.StandardLink
{
    color: #990000;
    text-decoration: none;
    font-weight: bold;
}
.StandardLink a:link
{
    color: #990000;
    text-decoration: none;
}
.StandardLink a:visited
{
    color: #990000;
    text-decoration: none;
}

.blacklink
{
    color: black;
    text-decoration: none;
}
.blacklink a:link
{
    color: black;
}
.blacklink a:visited
{
    color: black;
}

/* added for vs only */
.help
{
}

.standardtext
{
    padding-left: 10px;
    font-style: normal;
    
    font-size: small;
}

.standardul
{
    padding-left: 50px;
    font-style: normal;    
    font-size: small;    
}

.j1
{
    text-align: justify; 
    padding-right: 12px;
}

.newspara
{
 text-align: justify; 
    padding-right: 12px;
}

.newpagetitle
{    
 font-size: large; 
 text-transform: uppercase;  
}

h1.newpagetitle
{
 text-decoration:none;
 font-weight:normal;
}


.printerheight
{
    height: 0px;
    display: none;
}

.reallysmalltext
{
    font-size: x-small;
}
/* } */