			              /* DCQ FE '02 STYLE SHEET */	
				/* Validates as Cascading Style Sheets, Level 2 */
	  /* per the W3C CCS2 Recommendation http://www.w3.org/TR/REC-CSS2/ */

			           /* BODY AND TEXT PROPERTIES */	

body  		{
		background: #fffcf2 url(frontbg.gif) repeat-y;
		margin: 1% 1% 0 6%;
		}
body, td	{
		font-family: Arial, Helvetica, Sans Serif; 
		color: #333;
		}
 h1		{
		font: bold 27px/40px "Tempus Sans ITC", "comic Sans MS", Arial, Sans-serif;
		text-align: center;
		margin-top: 10px;
		color: #963;
		}
		
.subt	{
		font: bold italic 16px "trebuchet ms", arial, helvetica, sans-serif;
		color: #33c;
		}
div.header	{
		font: bold 12px Arial, Helvetica, Sans-serif;
		height: 110px;
		text-align: center;
		color: #69c;
		}
div.head		{
		font: bold 12px Arial, Helvetica, Sans-serif;
		height: 50px;
		text-align: center;
		color: #69c;
		}
		
				/* This is the main content area, with a
				white background and colored border. Change the
				border color to match the color scheme of the
				current issue. */
		
div.content		{
		margin: 0 2% 0 1%;
		padding: 3% 3% 3% 0;
		background: white;
		border: double 4px #c1dad1;
		}
div.nav		{
		height: 60px; margin-top: 17px; margin-bottom: 10px;
		}
p 		{
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 40px;
		margin-right: 20px;
		text-align: justify;
		}
.center		{
		text-align: center
		}
.txt		{
		font: 12px/16px Arial, Helvetica, sans-serif;
		}
		
				/* Use this class with the <span> tag to underline
				text, rather than the deprecated <u> tag! */
		
.uline		{
		text-decoration: underline
		}
b		{
		font-weight: bold;
		}
		
				/* Colored breaker line. change the color to
				match current issue's color scheme. */
		
.brkr {
		font: 900 20px/10px arial, sans-serif; 
		color: #c96;
		}
		
				/*  LINK PROPERTIES  */

				/* Generic inline link - use for links in text. */
				
  a 		{
		font-family: arial, helvetica, sans-serif; 
		text-decoration: underline;
		}
  a:link		{
		color: #060; 
		}
  a:visited		{
		color: #090;
		}
  a:active,
  a:hover    	{
		color: #f00;
		}
		
				/* The issue-contents links on the main page.
				Also used elswhere where a large link is required. */
		
 a.nav	{
		font: bold 16px/17px arial, helvetica, sans-serif;
		text-decoration: none;
		color: #963;
		background: #ecfae9;
		}
  a.nav:visited {
		color: #c93;
		}
  a.nav:active,
  a.nav:hover 	{
		color: #c66;
		}  
		
				/* The intra-issue navigation links at the
				foot of each document (except the index page). */
		
  a.nav2	{
		font: bold 12px arial, sans-serif;
		color: #963;
		text-decoration: none;
  		}
  a.nav2:active	{
		color: #c66;
		text-decoration: underline;
		}
  a.nav2:visited 	{
		color: #c93;
		}
  a.nav2:hover  	{
		color: #c66;
		background: #ff9;
		}
		
			/* The large links at the page foot - "VWA - DCQ - Feedback". */
		
  a.bold	{
		font: italic bold 24px "Trebuchet MS", "comic sans ms", arial, sans-serif;
		color: #963;
		text-decoration: none;
		}
  a.bold:active	{
		color: #c66;
		text-decoration: underline;
		}
  a.bold:visited 	{
		color: #c93;
		}
  a.bold:hover  	{
		color: #c66;
		text-decoration: underline overline;
		}
		
