/* Default CSS Stylesheet for a new Web Application project */

DIV.clsAdvance BODY
{
    BACKGROUND-COLOR: black;
	text-decoration: none;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: bold;
    color:	yellow;
}

DIV.clsAdvance H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #003366;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
DIV.clsAdvance H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #003366;	
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
DIV.clsAdvance H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #003366;	
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
DIV.clsAdvance H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #003366;	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
DIV.clsAdvance H5	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #003366;	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

DIV.clsAdvance DT	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #003366;	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

DIV.clsAdvance H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #003366;	
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
DIV.clsAdvance TFOOT	{	
	font-size:	1em;
    COLOR: #003366;	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

DIV.clsAdvance THEAD	{
	font-size:	1em;
    COLOR: #003366;	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}
		
DIV.clsAdvance TH	{	
	vertical-align:	baseline;
    COLOR: #003366;	
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

DIV.clsAdvance TD	{	
	background-color: #a6bcff;
	text-decoration:	none;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: bold;
	color:	yellow;
	}

DIV.clsAdvance TABLE	{
    BORDER-RIGHT: #6487DC 0.5pt outset;
    PADDING-RIGHT: 0pt;
    BORDER-TOP: #6487DC 0.5pt outset;
    PADDING-LEFT: 0pt;
    PADDING-BOTTOM: 0pt;
    MARGIN: 0pt;
    BORDER-LEFT: #6487DC 0.5pt outset;
    PADDING-TOP: 0pt;
    BORDER-BOTTOM: #6487DC 0.5pt outset;
    BACKGROUND-COLOR: #6487DC;	
	}

DIV.clsAdvance A:link	{	
	text-decoration:	none;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: bold;	
	color:	yellow;
	}	
		
DIV.clsAdvance A:visited	{	
	text-decoration:	none;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: bold;	
	color:	yellow;
	}	
		
DIV.clsAdvance A:active	{	
	text-decoration:	none;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: bold;	
	color:	yellow;
	}	
		
DIV.clsAdvance A:hover	{	
	text-decoration:	underline;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: bold;	
	color:	#F00;
	}
	
DIV.clsAdvance SMALL	{	
	font-size:	.7em;
	}	

DIV.clsAdvance BIG	{	
	font-size:	1.17em;
	}	

DIV.clsAdvance BLOCKQUOTE	{	
	font-family:	Courier New, monospace;
	}	

DIV.clsAdvance PRE	{
	font-family:	Courier New, monospace;
	}	

DIV.clsAdvance UL LI	{	
	list-style-type:	square ;
	}	

DIV.clsAdvance UL LI LI	{	
	list-style-type:	disc;
	}	

DIV.clsAdvance UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
DIV.clsAdvance OL LI	{	
	list-style-type:	decimal;
	}	

DIV.clsAdvance OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

DIV.clsAdvance OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

DIV.clsAdvance IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

DIV.clsAdvanceMnu A:link
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    TEXT-DECORATION: none;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, 'San Serif'
}
DIV.clsAdvanceMnu A:visited
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    TEXT-DECORATION: none;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, 'San Serif'
}
DIV.clsAdvanceMnu A:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    TEXT-DECORATION: none;
    COLOR: DarkOrange;
    FONT-FAMILY: Verdana, Arial, 'San Serif'
}
