/*
    CommuterAlertsIntra.css
    $Revision: 1.5 $
    $Date: 2004/10/07 16:27:20 $

    Copyright 2004 Concept2Solution, All rights reserved.
    Contents of this file are property of the Concept2Solution
    and may not be used, altered or reproduced in anyway without the express
    written consent of Concept2Solution.
*/
/*  CCSTheme */
BODY, TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL { 
    font-family: Times, Serif; 
    font-size: 14; 
    background-color: #EDEDED;
}
.RedBold {
    color: #2F476D;
    font-weight: bold;
}
.ItalicPlain {
    font-style: italic;
}
.Bold {
    font-weight: bold;
}


.ImgSpan {
    padding-right: 90px;
}
.HeadingSpan {
    font-size: 24pt;
}
.LogoLeft {
    font-style: italic;
    font-weight: bold;
}
.LogoCenter {
    color: #2F476D;
    font-weight: bold;
}
.LogoPipe {
    font-size 36pt;
    font-weight: bold;
}
.LogoRight {
    color: #000099;
    font-style: italic;
}

.WhiteSectionDiv {
    width: 760px;
    font-weight: bold;
    font-style: italic;
}
.BlueDiv {
    background-color: #CCCCFF;
    width: 760px;
}
.WhiteDiv {
    width: 760px;
}
.Instructions {
    font-size: 10pt;
    font-style: italic;
}
.SmallBoldTextBlk {
    font-size: 10pt;
    font-weight: bold;
}
.SmallText {
    font-size: 10pt;
}
.SmallBoldText {
    color: #990000;
    font-size: 10pt;
    font-weight: bold;
}
.SmallText {
    color: #990000;
    font-size: 10pt;
}
.Grid {
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
}
.GridHeadingColumn
{
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    text-align: right;
}
.GridLeftAlign
{
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    text-align: left;
}
.GridHeadingRow
{
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    text-align: right;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    background-color: #CCCCFF;
    text-decoration: underline;
    height: 21px;
}
.GridCell
{
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}
.DataGridHeader {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    background-color: #CCCCFF;
    text-decoration: underline;
    height: 21px;
}
.GridWhite {
    font-size: 10pt;
    font-weight: bold;
}
.GridBlue {
    font-size: 10pt;
    font-weight: bold;
    background-color: #CCCCFF;
}
.Grid {
    font-size: 10pt;
    font-weight: bold;
}
.GridRed {
    color: #2F476D;
    font-size: 10pt;
    font-weight: bold;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
}
.Blue {
    background-color: #CCCCFF;
}
.White {
    background-color: #FFFFFF;
}

a:link
{
	COLOR: #000000;
	TEXT-DECORATION: underline;

}
a:visited
{
	COLOR: #000000;
	TEXT-DECORATION: underline;

}
a:active
{
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
a:hover
{
	COLOR: #0000FF;
	TEXT-DECORATION: underline;
}
