/*
  Q Solutions Styles
  Style Classes:
	Blank	Blank Forms
	Error	Error message Text
	Warning Attraction getting text
	Status	Status Window Items
	Record	Record Items
	Data	Data Items
	Main	Main Window
	Menu	Menu Window
	ReportHeading	Sub Report Headings
	Tiny	Small Fonts
	Div		Document Division
	Head	Section Heading
	End		End of a Document
*/
 A:visited { color: blue }
 A:link { color: blue }
 A:active { color: blue }

 HEAD {
	 color: green;
	  }

 BODY {
	 background-color: #A0C0FF;
	 color: black;
  	 margin-left: 0.5em;
	 font-family: Times,"New Century Schoolbook" , 
				  Helvetica, serif, sans-serif, 
				  courier, clean;
	}
 HR {
	 background-color: blue;
	 color: black;
	}

 .Head {
	 color: White;
	 margin-top: 1cm;	
 	}

 .QS {
	 color: Blue;
	 margin-top: 0.2cm;	
 	}
 
 TD.QS {
	 background: white;
 	}

 .Tiny {
 	text-size: 6pt;
 	font-size: 6pt;
 	}

 .End {
	margin-top: 0.5cm;
	width: 30%;
	text-align: center;
	align: center;
	color: White;
	background: Black;
	}

 .Div {
	margin-top: 1cm;	
    margin-bottom: 0.5cm;	
	width: 40%;
	text-align: right;
	align: right;
	color: White;
	background: Black;
	}

 UL.Feature {
	 margin-top: 0.1cm;	
	 color: Green;
	 margin-bottom: 0.3cm;	
	}
 .Feature {
	 margin-top: 0.2cm;	
	}

 .Big {
	 font-size: 120%;
	text-align: center;
	color: Yellow;
	}


