/*
'//////////////////////////////////////
'// FILE: /include/css/landingStyles.css 
'// DESC: Bare bones CSS for landing pages
'// $Revision: 7$
'// $Date: 2/13/2006 8:10:56 AM$
'// $Author: Amy Love$
'//////////////////////////////////////
*/
body {
    backgroud-color: #fff;
}
BODY P, TD, DIV, B {
    font-family: arial, helvetica, sans-serif; 
    font-size: 12px;
    color: #000; 
}

LI, OL, UL {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
}

H1 {
    font-family: arial, helvetica, sans-serif; 
    font-size: 18px;
    color: black;
    font-weight: normal;
}
		
SUP {
    font-size: 9px;
    vertical-align: text-top;
}

A:link { 
    color: #000066;
}

A:hover {
    color: #CC0000; 
    text-decoration: underline;
}

.subnav {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #000066; 
    font-weight: bold; 
    text-decoration: none;
}

	
B.red {
	color: #CC0000;
}

B.smallwhite {
    color: white;
    font-size: 11px;
    font-weight: bold;
}

B.blue {
	color: #000066;
}

.green {
	color: #009999;
	font-size: 15px;
	font-weight: bold;
}

TH { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
    font-weight: bold;
    text-align: left;
}

.small { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px;
}

.RegTextSmall { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
    color: black;
}

A.RegTextSmall { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
    color: black;
}

.RegTextSmallBold { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
    font-weight: bold;
}


.smallBold {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-weight: bold;
}

.white { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color:#FFFFFF; 
	padding-right: 5px;
}

.whiteBox { 
  border: 1px solid #999999; 
}

.smallWhite { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color:#FFFFFF; 
	/*padding-left: 6px;
	padding-right: 5px;*/
}

.standout {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
    color: #0079B5;
}

.standoutFOM {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #0066CC; 
}

.blackStandout {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000;
}

.notSoSmall { 
    font-family: arial, helvetica, sans-serif; 
    font-size: 11px; 
    padding-right: 5px;
}

.coloredBox {
    border-top: 1px groove; 
    border-right: 1px groove; 
    border-left: 1px groove; 
    border-bottom: 1px groove; 
    border-color: #000066;
    background-color: #FFFFCC;
}

.spacer {
    margin: 5px;
    padding: 5px;
}

.GENerrorBorder {
    border-width: 2; 
    border-style: solid; 
    border-color: black;
}

.textbox {
    border: 1px solid #000000;
	background-color: #FFFFFF;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.button {
	border: 2px bevel #CCCCCC;
    border-top-width: 2px;
    border-left-width: 2px;
	background-color: #6699CC;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px;
    color: #FFFFFF;
}


/* Fax Line Compare box */
.greyRightBottom { 
    border-bottom: 1px solid #666666; 
    border-right: 1px solid #666666; 
    padding: 3px; 
}
.greyLeftRightBottom { 
    border-left: 1px solid #666666; 
    border-bottom: 1px solid #666666; 
    border-right: 1px solid #666666; 
    padding: 3px; 
}
.greyRight { 
    border-right: 1px solid #666666; 
    padding: 3px; 
}

.greyText {
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
}

.greyBox {
     border-top: 1px solid; 
     border-right: 1px solid; 
     border-left: 1px solid; 
     border-bottom: 1px solid; 
     border-color: #000000;
     background-color: #EFEFEF;
}