/* Default CSS Stylesheet for a new Web Application project */

A:link	{	
	text-decoration:	underline;
	color:	black;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	black;
	}
	
.title
{
	font-size: 22pt;
	font-family: arial, sans serif;
}
.navbutton
{
	font-size: 11pt;
	border-right: silver thin solid;
	border-bottom: silver thin solid;
	background-color: whitesmoke;
}
.navbuttonselected
{
	background-color: Navy;
	color: White;
	border-right: silver thin solid;
	border-bottom: silver thin solid;
}
a.navbuttonselected
{
	color:White;
}
.maintext
{
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
}

.sectionhead
{
	font-weight: bold;
	font-size: 12pt;
	background-color: lightsteelblue;
}
.sectionhead2
{
	font-weight: bold;
	font-size: 12pt;
	background-color: powderblue;
}
.sectionhead3
{
	font-style: italic;
}