/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR:#EEEEEE;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #015DA3;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:800;
	font-style:	normal;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:800;
	font-style:	normal;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	font-style:	normal;
	}		


a {
	font-size:12px;
	font-weight:600;
	color:#015DA3;
	text-decoration:underline;
}
a:link {
	font-size:12px;
	font-weight:600;
	color:#015DA3;
	text-decoration:underline;
}
a:visited {
	font-size:12px;
	font-weight:600;
	color:#015DA3;
	text-decoration:underline;
}
a:hover {
	font-size:12px;
	font-weight:600;
	color:#015DA3;
	text-decoration:none;
}
	
	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:40px;
	}	
	

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;
	}	

.FolderName
{
	font-size: 12px;
}
.FolderDescription
{
	font-size: 11px;
}

.NavMenuContainer 
{
	padding:0px;
	border: none;
}
.NavMenuItem {
	background-color: #8C8400;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
	height:16px;
	white-space:nowrap;
}
.NavMenuItemSelected 
{
	background-color:#CCCCCC;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
	border: none;
	height:16px;
	white-space:nowrap;
}
.NavMenuItem A 
{
	font-weight:bold;
	text-decoration: none;
}
.NavMenuItemSelected A {
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}

.NavMenuItemSelected a:link {
	color:#000000;
	text-decoration: none;
}

.NavMenuItemSelected a:visited {
	color:#000000;
	text-decoration: none;
}

.NavMenuItemSelected a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}




#Training P {
	font-family: verdana,arial;
	font-size: 12px;
	margin-left:40px;
}


.folderDesc
{
	font-size:12px;
	font-weight:400;
	color:#000000;
}

.container 
{
	background-color:#EEEEEE;
}

.title {
	color:#015DA3;
	font-family:Arial, Verdana;
	font-weight:800;
	font-size:14px;
}
.page {
	color:#015DA3;
	font-family:Arial, Verdana;
	font-weight:400;
	font-size:12px;
}

	
