	/* MENTOR PROFESSIONALS STYLESHEET */
	/* Last Updated 19/08/00           */
	
	body,p,ul,li,menu /* Normal Body Text Elements */
		{ 
		color: navy;
		background: white;
		margin-left: 3%; 
		margin-right: 3%;
		padding-left: 1%;
		clear: left;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
		text-align: justify;
		}
		
		
		b /* Bold Elements */
   		{
   		color: maroon;
   		background: white;
   		} 
    		
    object,embed /* */
    	{ 
		margin-left: 4%; 
		margin-right: 4%;
		}

	h1 /* Heading, Level 1 */
		{
		color: white;
		background: navy;
		margin-left: 3%; 
		margin-right: 3%;
		padding-left: 1%;
		clear: left;
		font-family: Arial, sans-serif; 
		border-style: solid; border-color: maroon; border-width: 1px;
		font-size: 15pt;
		text-align: center;
		} 

	h2 /* Heading, Level 2 */
		{
		color: white;
		background: blue;
		margin-left: 3%; 
		margin-right: 3%;
		padding-left: 1%;
		clear: left;
		font-family: Arial, sans-serif; 
		border-style: solid; border-color: maroon; border-width: 1px;
		font-size: 12pt;
		text-align: left;
		} 
		
	h3 /* Heading, Level 3 */
		{
		color: black;
		background: white;
		margin-left: 3%; 
		margin-right: 3%;
		padding-left: 1%;
		clear: left;
		font-family: Arial, sans-serif; 
		font-size: 12pt;
		text-align: left;
		} 
	
	h4 /* Heading, Level 4 */
		{
		color: black;
		background: white;
		margin-left: 3%; 
		margin-right: 3%;
		padding-left: 1%;
		clear: left;
		font-family: Arial, sans-serif; 
		font-size: 11pt;
		text-align: left;
		} 
	
		
	ul /* Un-ordered List */
		{ 
		color: navy;
		background: white;
		margin-left: 3%; 
		Margin-Right: 3%;
		clear: left; 
		list-style: circle outside; 
		}

 	p.linemenu /* In-line Menu (class of 'p') */
		{
		color: white;
		background: gray;
		margin-left: 3%; 
		margin-right: 3%;
		clear: left;
		text-align: center;
		font-family: Arial, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		border-style: solid; border-color: maroon; border-width: 1px;
		}	
		
 	p.redline /* For red line on Homepage */
		{
		color: white;
		background: red;
		margin-left: 3%; 
		margin-right: 3%;
		text-align: center;
		clear: left;
		font-size: 1pt;
		font-weight: bold;
		border-style: solid; border-color: white; border-width: 1px;
		}	
		
    /* Standard Link Definitions */
	:link    { color: blue ; background: white ; text-decoration: underline;  }
	:visited { color: gray ; background: white ; text-decoration: underline;  }
	:hover   { color: red ; background: white ; text-decoration: none; }
	
	/* Links in inline Menu */
	A.linemenu:link    { color: white ; background: gray ; text-decoration: none;  }
	A.linemenu:visited { color: #FFE4E1 ; background: gray ; text-decoration: none;  }
	A.linemenu:hover   { color: maroon ; background: white ; text-decoration: none; }