/* default css stylesheet for a new web application project */

body, p, td
{
	font-weight: normal;
	font-size:14px;
	word-spacing: normal;
	text-transform: none;
	color: #006d95;
	font-family: Tahoma, verdana, helvetica, sans-serif;
	letter-spacing: normal;
}

h1, h2, h3, h4, h5, th, thead, tfoot
{
    color: #a7cea9;
}
h1	{	
	font-family: Tahoma, 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: Tahoma, verdana, 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: Tahoma, verdana, 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: Tahoma, verdana, 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: Tahoma, verdana, 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: Tahoma, verdana, 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;
	font-weight:	bold;
	color:	#6F9872;
	}	
		
 a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#6F9872;
	}	
		
 a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#6F9872;
	}	
		
 a:hover	{	
	text-decoration:	underline;
	font-weight:	bold;
	color:	#94B696;
	}


.Menu, .subMenu	{
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, verdana, helvetica, sans-serif;
}
	
.Menu a:link	{	
	font-size: 12px;
	text-decoration:	none;
	font-weight: normal;
	color:	#ffffff;
	}	
		
.Menu a:visited	{	
	font-size: 12px;
	text-decoration:	none;
	color:	#ffffff;
	font-weight: normal;
	}	
		
.Menu a:active	{	
	font-size: 12px;
	text-decoration:	none;
	color:	#ffffff;
	font-weight: normal;
	}	
		
.Menu a:hover	{	
	font-size: 12px;
	text-decoration:	none;
	color:	#c0edc2;
	font-weight: normal;
	}
	
.subMenu a:link	{	
	text-decoration:	none;
	color:	#004466;
	font-weight: normal;
	}	
		
.subMenu a:visited	{	
	text-decoration:	none;
	color:	#004466;
	font-weight: normal;
	}	
		
.subMenu a:active	{	
	text-decoration:	none;
	color:	#004466;
	font-weight: normal;
	}	
		
.subMenu a:hover	{	
	text-decoration:	underline;
	color:	#004466;
	font-weight: normal;
	}
		
.Date	{	
	font-size:	.8em;
	font-weight: bold;
	color:	#7cb9d3;
	}	
			
small	{	
	font-size:	.7em;
	}	

big	{	
	font-size:	1.17em;
	}	

blockquote, pre	{	
	font-family:	courier new, monospace;
	}	
	

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;
	}	


.title
{
    color: #a7cea9;
	font-family: Tahoma, verdana, helvetica, sans-serif;
	font-size:	medium;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	