/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


.Norm {
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

H1, H2, H3, H4, H5, TH, THEAD, TFOOT, 
.Head1, .Head2, .Head3, .Head4, .Head5, .Head6, .Head7,
.Head1I, .Head2I, .Head3I, .Head4I, .Head5I, .HeadI6, .HeadI7,
.MenuNav
{
    COLOR: #363F7A;
}
H1
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 1.2em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
}	
		
H2	{	
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:	600;
	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	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI
{
	list-style-image: url(images\DOTLP13.gif);
	margin-top: 0px;
	margin-bottom: 5px;

}	

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;
	}	

	
.Head1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	18pt;
		font-weight: BOLD;
   }
.Head1I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	18pt;
		font-weight: BOLD;
		font-style: Italic;
   }
.Head2 {     
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	16pt;
		font-weight: BOLD;
   }
.Head2I {     
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	16pt;
		font-weight: BOLD;
		font-style: Italic;
   }
.Head3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	15pt;
		font-weight: BOLD;
   }
.Head3I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	15pt;
		font-weight: BOLD;
		font-style: Italic;
   }
.Head4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	14pt;
		font-weight: BOLD;
   }  
.Head4I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	14pt;
		font-weight: BOLD;
		font-style: Italic;
   }  
.Head5 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	13pt;
		font-weight: BOLD;
   }  
.Head5I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	13pt;
		font-weight: BOLD;
		font-style: Italic;
   }  
.Head6 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	12pt;
		font-weight: BOLD;
   }  
.Head6I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	12pt;
		font-weight: BOLD;
		font-style: Italic;
   }  
.Head7 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	11pt;
		font-weight: BOLD;
   }  
.Head7I {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	11pt;
		font-weight: BOLD;
		font-style: Italic;
   }
   
.MenuNav {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:	8pt;
		font-weight: BOLD;
   }   
     

     
.H16 {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}      


.ListN {
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.ListI
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ccffff;
} 

.CatHead
{
	font-weight: bold;
	font-size: 1em;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}  
   
.LabelA_Rt  {
	border-right: lightblue 2px solid;
	border-top: lightblue 2px solid;
	font-size: 10pt;
	border-left: lightblue 2px solid;
	padding-bottom: 2px;
	font-family: Verdana;
	background-color: lightblue;
	text-decoration: none;
	text-align: right;
}

.LabelA {
	border-right: lightblue 2px solid;
	border-top: lightblue 2px solid;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: lightblue 2px solid;
	font-family: Verdana;
	background-color: lightblue;
	text-decoration: none;
}

.LabelB
{
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: lightblue 2px solid;
	color: white;
	font-family: Verdana;
	background-color: #567EAA;
	text-decoration: none;
}


.TextA {
	border-right: lightblue 2px solid;
	border-top: lightblue 2px solid;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: lightblue 2px solid;
	padding-top: 2px;
	border-bottom: lightblue 2px solid;
	font-family: Verdana;
	position: relative;
	top: 2px;
	background-color: white;
	text-decoration: none;
}

.TextSml {
	border-right: lightblue 2px solid;
	border-top: lightblue 2px solid;
	font-size: 9pt;
	padding-bottom: 2px;
	border-left: lightblue 2px solid;
	padding-top: 2px;
	border-bottom: lightblue 2px solid;
	font-family: Arial;
	position: relative;
	top: 2px;
	background-color: white;
	text-decoration: none;
}


.ButText {
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}

.ButTextS {
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
}

.DdlSmall{
	font-size: 9pt;
	font-family: Arial;
}
	
.LblNote {
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}
.AdHead {
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	color: Black;
	text-align: center;
}

.AdNorm {
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	color: Black;
}

div.AdBox1
{
	padding-right: 4pt;
	padding-left: 4pt;
	padding-bottom: 1pt;
	padding-top: 0in;
	background-image: url(images/headings/lt_blugrn.gif);
	color: blue;
}

div.AdBox
{
	border-right: #3e79a5 1pt solid;
	border-top: #3e79a5 1pt solid;
	padding-bottom: 1pt;
	border-left: #3e79a5 1pt solid;
	padding-top: 0in;
	border-bottom: #3e79a5 1pt solid;
	background-color: #ddddff;
	text-align: center;
	color: blue;
}
