/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	SCROLLBAR-FACE-COLOR: slategray;
	SCROLLBAR-TRACK-COLOR: #d6cccc; 
	SCROLLBAR-ARROW-COLOR: darkred; 
    SCROLLBAR-SHADOW-COLOR: #000000; 
    SCROLLBAR-3DLIGHT-COLOR: #000000; 
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	font-weight: normal;
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
    font-family:Arial;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:14px;    
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
TD
{
	font-family:Arial, Helvetica, sans-serif;  
	font-size:14px;    
}
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	font-size:10.0pt;
	font-family:Arial;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.Danger
{
	color:Red;
	font-family:Arial;
	font-size:13px;   
  
}
.OldText
{
	color:Gray;
	font-family:Arial;
	font-size:small;   
}
.RetiredTextBorder
{
	font-size:13px;
	color: brown;
	font-family: Arial;
	font-weight:bold;  
	text-indent: 3px;
	line-height: 30px;
	border-bottom: darkslateblue 1px solid;
}  
.RetiredTextNoBorder
{
	font-size:13px;
	color: brown;
	font-family: Arial;
	font-weight:bold;  
	text-indent: 3px;
	line-height: 30px
}  
.BigText
{
	font-weight: bold;
	font-size: 13px;
	color:Black;
	font-family:Arial, verdana;
}
.ParcelText
{
	font-weight: bold;
	font-size: 13px;
	color: #333399;
	font-family: Arial, verdana;
}
.BigDanger
{
	font-weight: bold;
	font-size: 14px;
	color: red;
	font-family: Arial;
}
.NormalText
{
	font-size: 13px;
	color: black;
	font-family: Arial;
}
.BigHeaderText
{
	font-weight: bold;
	font-size: 15px;
	color: honeydew;
	font-family: verdana, Arial
}
.BigHeaderBlueText
{
	font-weight: bold;
	font-size: 15px;
	color: Blue;
	font-family: verdana, Arial
}
.SmallHeaderText
{
	font-weight: bold;
	font-size: 13px;
	color:brown;
	font-family: verdana, Arial;
}
.AllBorderBigText
{
	border-right: darkslateblue 3px solid;
	border-top: darkslateblue 3px solid;
	font-weight: bold;
	font-size: 13px;
	border-left: darkslateblue 3px solid;
	color: black;
	border-bottom: darkslateblue 3px solid;
	font-family: Arial;
	text-align: left;
}
.AllBorderNormalText
{
    BORDER-TOP: solid 1px DarkSlateBlue;
    border-bottom: solid 1px DarkSlateBlue;
    BORDER-RIGHT: solid 2px DarkSlateBlue;
    border-left: solid 2px DarkSlateBlue;
    TEXT-ALIGN: left;
	font-size: 13px;
	color: black;
	font-family: Arial
}
.TBBorder
{
    BORDER-TOP: solid 1px DarkSlateBlue;
    border-bottom: solid 1px DarkSlateBlue;
    TEXT-ALIGN: left;
	font-size: 13px;
	color: black;
	font-family: Arial
}
.LTBorder
{
    BORDER-Top: solid 1px DarkSlateBlue;
    border-left: solid 1px DarkSlateBlue;
    TEXT-ALIGN:right ;
	font-size: 13px;
	color: black;
	font-family: Arial
}
.LBTBorderbg
{
    BORDER-Top: solid 1px DarkSlateBlue;
    border-left: solid 1px DarkSlateBlue;
    border-bottom: solid 1px DarkSlateBlue;
    TEXT-ALIGN:right ;
	font-size: 13px;
	background-color:khaki; 
	color: black;
	font-family: Arial
}

.LRBorder
{
    BORDER-RIGHT: solid 2px DarkSlateBlue;
    border-left: solid 2px DarkSlateBlue;
    TEXT-ALIGN: left;
	font-size: 13px;
	color: black;
	font-family: Arial
}
.TopBorder
{
    BORDER-TOP: solid 1px DarkSlateBlue;
    TEXT-ALIGN: left;
	font-size: 13px;
	color: black;
    text-indent: 3px;
	font-family: Arial
}
.TopBorderNoIndent
{
    border-top: solid 1px DarkSlateBlue;
    background-color:Khaki; 	
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	color: red;
	font-family: Arial, verdana;
    
}

.BotBorderNormalText
{
    BORDER-BOTTOM: solid 1px DarkSlateBlue;
    TEXT-ALIGN: left;
	font-size: 13px;
	color: black;
	font-family: Arial
}
.BotBorderBigText
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	text-indent: 3px;
	line-height: 30px;
	font-family: verdana, Arial;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: darkslateblue ;	
}
.BotBorderSmallText
{
    BORDER-BOTTOM: solid 1px DarkSlateBlue;
	font-size: 13px;
	color: black;
	font-family: Arial
}
.BotBorderSmallTextRAlign
{
    BORDER-BOTTOM: solid 1px DarkSlateBlue;
	font-size: 13px;
	color: black;
	font-family: Arial;
	text-align:right;  
}
.BotBorderHeaderText
{
	font-weight: bold;
	font-size: 13px;
	color:midnightblue;
	text-indent: 3px;
	line-height: 30px;
	border-bottom: darkslateblue 1px solid;
	font-family: verdana, Arial;
}
.BottomBorderbg
{
    border-bottom : solid 1px DarkSlateBlue;
    TEXT-ALIGN: left;
    FONT-SIZE: 10pt;
    COLOR:Black;
    FONT-FAMILY: Arial,verdana;
    background-color:Khaki; 	
}

.LBBorderBigText
{
	border-left: solid 1px DarkSlateBlue;
    BORDER-BOTTOM: solid 1px DarkSlateBlue;
	text-indent: 3px;
	line-height: 30px;
	font-size: 13px;
	color: black;
	font-weight: bold;
	font-family: Arial
}

.LBBorderBigTextRAlign
{
	border-left: solid 1px DarkSlateBlue;
    BORDER-BOTTOM: solid 1px DarkSlateBlue;
    text-align:right;  
	text-indent: 3px;
	line-height: 30px;
	font-size: 13px;
	color: black;
	font-weight: bold;
	font-family: Arial
}

.LBBorderSmallText
{
	border-left: solid 1px DarkSlateBlue;
    BORDER-BOTTOM: solid 1px DarkSlateBlue;
	font-size: 13px;
	color: black;
	font-family: Arial
}
.RightBorder
{
    BORDER-RIGHT: solid 1px DarkSlateBlue;
    TEXT-ALIGN: left;
	font-size: 13px;
	color: black;
	font-family: Arial
}
.RBTBorderbg
{
    border-right: solid 1px DarkSlateBlue;
    border-top: solid 1px DarkSlateBlue;
    border-bottom: solid 1px DarkSlateBlue;
    TEXT-ALIGN: left;
	font-size: 13px;
	color: black;
	font-family: Arial;
    background-color:Khaki; 	
}
.LeftBorderIndent
{
    border-left: solid 1px DarkSlateBlue;
    TEXT-ALIGN: left;
	text-indent: 3px;
	font-size: 13px;
	color: black;
	font-family: Arial;
	background-color:Khaki; 
}
.LeftBorderIndentRAlign
{
    border-left: solid 1px DarkSlateBlue;
    TEXT-ALIGN:right;
	text-indent: 3px;
	font-size: 13px;
	color: black;
	font-family: Arial;
	background-color:Khaki; 
}
.LeftBorderNoIndent
{
    border-left: solid 1px DarkSlateBlue;
    TEXT-ALIGN: left;
	font-size: 13px;
	text-indent: 3px;
	color: black;
	font-family: Arial;
    background-color:Khaki; 	
}
.LeftBorderNoIndentRAlign
{
    border-left: solid 1px DarkSlateBlue;
    TEXT-ALIGN:right;
	font-size: 13px;
	text-indent: 3px;
	color: black;
	font-family: Arial;
    background-color:Khaki; 	
}
.LeftBorderRegular
{
    border-left: solid 1px DarkSlateBlue;
	font-size: 13px;
	color: black;
	font-family: Arial;
    background-color:Khaki; 	
}
.LeftBorderBigText
{
    border-left: solid 1px DarkSlateBlue;
	font-size: 13px;
	color: black;
	line-height: 30px;
	font-family: Arial;
	font-weight:bold bold; 
    background-color:Khaki; 	
}

.RowSpace
{
	border-left: solid 1px DarkSlateBlue;
	color: black;
	FONT-SIZE: 5pt
}
.Space
{
	color: black;
	FONT-SIZE: 5pt
}
.TableStyle
{
	border-right: darkslateblue solid;
	border-top: darkslateblue solid;
	border-left: darkslateblue solid;
	border-bottom: darkslateblue solid;
}
.RemoveLink
{
	color: steelblue;
	font-family :arial, Verdana;
	font-size:13px;
	text-decoration:underline;
}
A.RemoveLink:link
{
	color: steelblue;
	font-family :arial, Verdana;
	font-size:13px;
	text-decoration:underline;
}
A.RemoveLink:hover
{
	font-size: 13px;
	color: midnightblue;
	font-family :arial, Verdana;
	text-decoration:underline;
}
		
A.RemoveLink:active	{	
	color: steelblue;
	font-family :arial, Verdana;
	font-size:13px;
	}	
.HeaderBackGround
{
	background-color: steelblue;
}
.MenuItems 
{
    font-family:verdana, Arial;  	 
    background-color: steelblue;
    font-size:11px;  
	color:	white;
	font-weight:bold
}
A.MenuItems:link,visited,active
{ 
    font-family:verdana, Arial;  	 
    font-size:11px;  
	color:	white;
	font-weight:bold
}
		
A.MenuItems:hover
{
	font-size: 11px;
	color: paleturquoise;
	font-family: verdana, Arial;
	font-weight:bold  
}

.Separator
{
    color: red;
    font-weight:    bold;
}
.FooterLink
{
	color: steelblue;
	font-family :Verdana,arial;
	font-size:xx-small;   	 
}
A.FooterLink:link
{
	color: steelblue;
	font-family :Verdana,arial;
	font-size:xx-small;   	 
}
A.FooterLink:hover
{
	font-size: xx-small;
	color: midnightblue;
	font-family: Verdana,arial;
}
		
A.FooterLink:active	{	
	color: steelblue;
	font-family :Verdana,arial;
	font-size:xx-small;   	 
	}	

.DisclaimerHeader
{
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	color: red;
	font-family: Arial, verdana;
}
.InfoText
{
    FONT-SIZE: 10pt;
    COLOR:Black;
    FONT-FAMILY: Arial,verdana;
}
.SmallerHeader{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.6em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
.BigItalicText
{
	font-weight: bold;
	font-size: 13px;
	color: midnightblue;
	font-style: italic;
	font-family: Arial, verdana;
}
.TBorderIndentRAlign
{
    border-top: solid 1px DarkSlateBlue;
    TEXT-ALIGN:right;
	font-size: 13px;
	text-indent: 3px;
	color: black;
	font-family: Arial;
    background-color:Khaki; 	
}
.TopBorderIndent
{
    border-top: solid 1px DarkSlateBlue;
	font-size: 13px;
	text-indent: 3px;
	color: black;
	font-family: Arial;
    background-color:Khaki; 	
}
.NoBorderIndentRAlign
{
    TEXT-ALIGN:right;
	font-size: 13px;
	text-indent: 3px;
	color: black;
	font-family: Arial;
	background-color:Khaki; 	
}
.NoBorderIndent
{
    font-size: 13px;
	text-indent: 3px;
	color: black;
	font-family: Arial;
	background-color:Khaki; 	
}
.SmallNormalText
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}
.NoBorderRowSpace
{
	color: black;
	FONT-SIZE: 3pt
}
.LBorderRowSpace
{
    border-left: solid 1px DarkSlateBlue;	
	color: black;
	FONT-SIZE: 3pt
}
.UnderlineBigTextRAlign
{
    TEXT-ALIGN:right;
    font-weight: bold;
	font-size: 12px;
	color:Gray;
    text-indent: 3px;
	font-family:Arial, verdana;
}
.BotBorderBigTextDetails
{
	font-weight: bold;
	font-size: 13px;
	color: #663333;
	text-indent: 3px;
	line-height: 30px;
	border-bottom: darkslateblue 1px solid;
	font-family: verdana, Arial;
}
.UnderlineBigText
{
	font-weight: bold;
	font-size: 12px;
	color:gray;
    text-indent: 3px;
	font-family:Arial, verdana;
}
.NoBorderSmallText
{
    font-size: 10px;
	text-indent: 3px;
	color: black;
	font-family: Arial;
    background-color:Khaki; 	
}
.BigTextNoBorderIndent
{
    font-size: 12px;
    font-weight:bold ; 
	text-indent: 3px;
	color: black;
	font-family: Arial;
    background-color:Khaki; 	
}
.TotalNoBorderIndent
{
    font-size: 12px;
    font-weight:bold ; 
	text-indent: 3px;
	color:brown; 
	font-family: Arial;
    background-color:Khaki; 	
}
.TotalTBorderIndentRAlign
{
    border-top: solid 1px DarkSlateBlue;
    TEXT-ALIGN:right;
	font-size: 12px;
	text-indent: 3px;
	color:brown; 
	font-family: Arial;
	font-weight:bold ; 
    background-color:Khaki; 	
}

.MidHeaderText
{
	font-weight: bold;
	font-size: 14px;
	color:Black;
	font-family:verdana, Arial;
}
.RowColor1
{
	    BACKGROUND-COLOR: white;
}
.RowColor2
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    BACKGROUND-COLOR: lightgrey
}
HR
{
	color: black;
	border-top-style: solid;
	border-bottom-style:none; 
    background-color:Black ; 	 
	height:.7pt; 
}
.NormalTextRAlign
{
    TEXT-ALIGN: right;
	font-size: 14px;
	color: black;
	font-family: Arial
}
.BigTextRAlign
{
    TEXT-ALIGN: right;
    background-color:Gray ; 
	font-size: 14px;
	font-weight:bold;  
	color: black;
	font-family: Arial
}
.NormalTextCAlign
{
    TEXT-ALIGN:center ;
	font-size: 14px;
	color: black;
	font-family: Arial
}
.ViewCartLink
{
	font-weight: bold;
	font-size: 12px;
	color: aquamarine;
	font-family: verdana, Arial;
	background-color: steelblue;
}
A.ViewCartLink:link, visited, active
{
	font-weight: bold;
	font-size: 12px;
	color: aquamarine;
	font-family: verdana, Arial;
}
A.ViewCartLink:hover
{
	font-weight: bold;
	font-size: 12px;
	color: paleturquoise;
	font-family: verdana, Arial
}
.infobg
{
	background-color: #EEEEEE
}
.commbg 
{
	background-color: #dddddd
}
.FieldName
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial,verdana
}
.QustionLinks
{
	font-size: 10.0pt;
	color: black;
	font-family: Arial, verdana;
}
A.QustionLinks:link, visited, active
{
	font-size: 10.0pt;
	color: black;
	font-family: Arial, verdana;
}
A.QustionLinks:hover
{
	font-size: 10.0pt;
	color:steelblue ;
	font-family: Arial, verdana;
}
.SmallText
{
	font-size: 8.0pt;
	color:blue ;
	font-family: Arial, verdana;
}
.LinkDefaulted
{
    color: steelblue;
	font-family :arial, Verdana;
	font-size:13px;
	text-decoration:underline;
	text-align:right;
}
.SmallSpace
{
	font-size:1px; 
}

