/*qfrc.css*/
h1
{
font-size: 20pt;
font-family: Arial;
color: #f00;
font-style: italic;
font-variant: small-caps
}

h2
{
font-size: 18pt;
font-family: Arial;
color: #f00;
font-style: italic;
font-variant: small-caps
}

h3
{
font-size: 16pt;
font-family: Arial;
color: #f00;
font-style: italic;
font-variant: small-caps
}

h4
{
font-size: 13pt;
font-family: Arial;
color: #f00;
font-style: normal;
font-variant: small-caps
}

p {font-size: 10pt;
   font-family: Arial;
   color: black;
   font-style: normal}

p.small {font-size: 8pt;
   font-family: Arial;
   color: black;
   font-style: normal}

p.mainpg
{
font-size: 13pt;
font-family: Arial;
color: black;
font-style: normal;
font-variant: small-caps;
font-weight: bold
}

td
{
font-size: 10pt;
font-family: Arial;
color: black;
font-variant: normal
}

a:hover {color: "#FFFFFF";text-decoration:underline}
a:link {color: #f00}
a:visited {color:blue}
a:active {color: #00FFFF} 
body { color: black; background: fixed }
/*This is the Jetstar orange color background body {background: #FF9933 fixed}*/
/*This is the pale blue color background body {background: #666699 fixed}*/
/*This is the red color background body {background: #990000 fixed}*/
/*This is the light green color background body {background: #66FF99 fixed}*/
/*This is the light blue color background body {background: #CCCCFF fixed}*/