/* Styles used in the Quintessa-online web pages */

body.topbarbg		        {
				background: pink;
			        }

body.mainbg		        {
				background: white;

			        }

body.cornerbg		        {
				background: white;
			        }

div.pinkbg			{
				background: pink;
		        	}
div.greybg	        	{
				background: lightgrey;
		        	}
div.whitebg	        	{
				background: white;
		        	}
		        	
div.text	        {
			color: black;
			font-size: 10pt;
			font-weight: medium;
			font-family: Verdana,Arial,Times;
		        }

div.pagetitle	        {
			font-size: 13pt;
			font-weight: bold;
		        }

div.subtitle	        {
			font-weight: bold;
		        }

div.notetext	        {
			font-size: 7pt;
		        }
div.caption		{
			font-style: italic;
			}

div.menulink		{
			font-weight: bold;
			color: blue;
			}
div.submenulink		{
			color: blue;
			font-size: 9pt;
			}

A		        {
			text-decoration:none;
			font-weight: bold;
			color:blue;
		        }

A:active	        {
			color:blue;
		        }


A:hover		        {
			color: blue;
		        }
Table	
{
	font-size: 10pt;
}