﻿/*
STYLES THAT MAY BE USED ACROSS ALL APPLICATIONS/VIRTUALS IN THIS DOMAIN
*/

/* PIXELSPACE STYLE FAMILY
    Used for unique formatting situations that require detailed pixel-level spacing. Using these styles
    you can make single spaces that are pretty close, but rarely exact to the name of the font.
    EXCACT PIXEL SIZES (CONFIRMED) OF RESULTING SPACES IN IE6.0.X AND FIREFOX 1.0.X: (width x height)
        PixelSpace1 = 1 x 2
        PixelSpace2 = 1 x 2 (perfect match: width, height)
        PixelSpace3 = 1 x 4
        PixelSpace4 = 1 x 5
        PixelSpace5 = 1 x 6
        PixelSpace6 = 2 x 6  (perfect match: height)
        PixelSpace7 = 2 x 7  (perfect match: height)
        PixelSpace8 = 2 x 10
        PixelSpace9 = 3 x 12
        PixelSpace10 = 3 x 13
    ASSUMPTIONS: 
        It is assumed that the spacing style will be used exactly like the following snippet:
        <span class="<<NAMEOFSTYLE">&nbsp;</span>
*/
    .PixelSpace1{font-family:Arial;font-size:1px;}
    .PixelSpace2{font-family:Arial;font-size:2px;}
    .PixelSpace3{font-family:Arial;font-size:3px;}
    .PixelSpace4{font-family:Arial;font-size:4px;}
    .PixelSpace5{font-family:Arial;font-size:5px;}
    .PixelSpace6{font-family:Arial;font-size:6px;}
    .PixelSpace7{font-family:Arial;font-size:7px;}
    .PixelSpace8{font-family:Arial;font-size:8px;}
    .PixelSpace9{font-family:Arial;font-size:9px;}
    .PixelSpace10{font-family:Arial;font-size:10px;}
/* END PIXELSPACE STYLE FAMILY */



/* Inserted for Cathy on Temporary Basis on 6/9/2009 to support new SW2009 design. */
table.border{width: 100%;border-color: #999999; border-width: 1px; border-style: solid;}
.Title1Blue {font-family: Avant Garde, Avant Garde Gothic, ITC Avant Garde, ITC Avant Garde Gothic, Univers 45 Light, Univers, Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #265CA7}
.Title1Green {font-family: Avant Garde, Avant Garde Gothic, ITC Avant Garde, ITC Avant Garde Gothic, Univers 45 Light, Univers, Arial, Verdana, Helvetica, sans-serif; font-size: 12px;  font-weight: bold; color: #359946}
.Title2Blue {font-family: Avant Garde, Avant Garde Gothic, ITC Avant Garde, ITC Avant Garde Gothic, Univers 45 Light, Univers, Arial, Verdana, Helvetica, sans-serif; font-size: 12px;  color: #265CA7; font-Variant: small-caps}
.Title2Green {font-family: Avant Garde, Avant Garde Gothic, ITC Avant Garde, ITC Avant Garde Gothic, Univers 45 Light, Univers, Arial, Verdana, Helvetica, sans-serif; font-size: 12px;  color: #359946; font-Variant: small-caps}
.BlueURL {font-family: Univers 45 Light, Univers, Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #265CA7; text-decoration: underline}




