/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-COLOR: #006699
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

BLOCKQUOTE
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-COLOR: #006699
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}




h1, h2, h3, h4, h5 
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Verdana, 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;
	}	
		

A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-style: italic;
	color:	#CC0000;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-COLOR: #006699
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal	
    }	
	

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;
	}	

	
/*************** NAVIGATION MENU **************************/
ul#navlist
{
  width: 148px;
  \width: 150px;
  w\idth: 148px;
  padding: 0px;
  border: 1px solid #808080;
  border-top: 0px;
  margin: 0px;
  font: bold 12px arial,verdana,helvetica,sans-serif;
  background: #006699;
}

ul#navlist li
{
  list-style: none;
  margin: 0px;
  border: 0px;
  border-top: 1px solid #808080;
}

ul#navlist li a
{
  border-right:0px none; border-top:0px none; border-bottom:0px none; display: block;
  width: 148px;
  \width: 150px;
  w\idth: 148px;
  border-left: 10px solid #006699;
  /*background-image: url('/images/menu_gradient.gif');*/
  /*background-repeat: repeat-x;*/
  background: #ccE2FF;
  text-decoration: none;
  text-align: left; padding-left:6px; padding-right:6px; padding-top:1px; padding-bottom:1px
}

ul#navlist li a:link { color: #006699; }
div#navcontainer li a:visited { color: #006699; }

ul#navlist li a:hover
{
  border-color: #CC0000;    /* square on left */
  color: #006699;				/* main font color */
  background: #FFFFFF;		/* main bg color */
  font-style: normal;
}

#active a:link, #active a:visited, #active a:hover
{
  border-color: #CC0000;    /* square on left */
  color: #006699;				/* main font color */
  background: #FFFFFF;		/* main bg color */
  font-style: normal;
}

/*************** NAVIGATION MENU END **************************/

.txtbox
{
   Font-Size: X-Small; 
   FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
   Width: 204px;
   border: solid 1px #006699;
   BackGround: GhostWhite;
   Height: 19px;
}

.btnDefault
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    TEXT-TRANSFORM: capitalize;
    /*COLOR: white;*/
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; 
    /*BACKGROUND-COLOR: #006699;*/
    /*border: GROOVE 1px grey;*/
}

.smallText
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.tblNoFormat, .tdNoFormat, trNoFormat
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
	border-collapse: collapse;
}

.tblDefault
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
	border-width: 0px;
	border-collapse: collapse;
	border: none 0px transparent;
	padding: 2px 5px 2px 5px;
	/*background-color: White;*/
    margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; 
}
table #tblIntro
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
	border-width: 0px;
	border-collapse: collapse;
	border: none 0px transparent;
	background-image: url('/images/intro.gif');
	background-repeat: no-repeat;

    margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; 
}

.tblMain
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
	border-width: 0px;
	border-collapse: collapse;
	background-color: White;
    padding-top: 100px; 
    padding-left: 15px; 
    padding-right: 15px; 
    padding-bottom: 10px; 
}



.noItalic a:link {
	text-decoration:	underline;
	color:	#3333cc;
}

.noItalic a:visited {
	text-decoration:	underline;
	color:	#3333cc;
}

.noItalic a:hover {
	text-decoration:	underline;
	font-style: normal;
	color:	#CC0000;
}

.noItalic a:active {
	text-decoration:	underline;
	color:	#3333cc;
}