/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
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:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	color:	Black;
    BACKGROUND-COLOR: #d7e0eb;
	font-family:	Courier New, monospace;
	margin-left: 5px;
	margin-right: 5px;
	padding:5px;
	}	
	
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;
	}	

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;	
	}
	
.HeaderText
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    color: Black;
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
}

.HeaderLink {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    color: white;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
	}

.HeaderLink:link	{	
	text-decoration:	none;
    color: white;
	}	
		
.HeaderLink:visited	{	
	text-decoration:	none;
    color: white;
	}	
		
.HeaderLink:active	{	
	text-decoration:	none;
    color: white;
	}	
		
.HeaderLink:hover	{	
	text-decoration:	underline;
    color: white;
	}

.FooterText
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    color: Black;
    FONT-SIZE: 9px;
}

.ListHeader
{
    background-color: #17639f;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 12pt;
    padding-left: 8px
}

.ListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 8px
}

.ListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 8px
}

.ListFooter
{
    background-color: #17639f;
    line-height: 10pt
}

A.ListItemLink, A.ListItemLink:link, A.ListItemLink:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 9px;
    padding-left: 8px;
	text-decoration: none;
}

A.ListItemLink:hover    
{
    text-decoration: underline;
}

.ArticleHeader
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    color: Black;
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    padding-bottom: 6px;
    padding-top: 1px;
}

.ArticleNumber
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    color: Gray;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    font-style: normal;
    padding-bottom: 1px;
    padding-top: 1px;
}

.ArticleTitle
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    color: Black;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    font-style: normal;
    padding-bottom: 3px;
    padding-top: 3px;
}

.ArticleText
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    color: Black;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    font-style: normal
}

.ArticleUpdate
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    color: Black;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    font-style: italic
}

.ErrorMessage
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    color: red;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    font-style: normal
}

.SmallText
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    padding-left: 8px
}

.MediumText
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    padding-left: 8px
}

.LargeText
{
    color: black;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 14px;
    padding-left: 8px
}

.ThanksText
{
    color: White;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    padding-left: 8px
}

