/* Header information */


/*this is the page title*/

/*  H1 { font-family: verdana, tahoma, arial, sans-serif }
/*  H1 { font-weight: bold } 
/*  H1 { font-size: 10pt } 
/*  H1 { color: #588BBE; }
/*  H1 { text-transform: none } 
/*  H1 { text-align: right}
/*  H1 { letter-spacing: 0.0em }
/*  H1 { margin-bottom: 5}
/*  H1 { margin-top: 0}


/*this is the question text*/

/*  H2 { font-family: verdana, tahoma, arial, sans-serif }
/*  H2 { font-style: normal }
/*  H2 { font-weight: bold}
/*  H2 { font-size: 10pt }
/*  H2 { color: #588BBE } 
/*  H2 { text-align: left }
/*  H2 { line-height: 100%;}
/*  H2 { margin-bottom: 5}
/*  H2 { margin-top: 1}


/*this is the heading text*/

H3 { font-family: trebuchet ms, verdana, tahoma, arial, sans-serif }
H3 { font-style: normal }
H3 { font-weight: bold }
H3 { font-size: 10pt }   
H3 { color: #555555; }  
H3 { text-align: left }


/*this one is ABN info text*/

H4 { font-family: trebuchet ms, verdana, tahoma, arial, sans-serif }
H4 { font-weight: normal } 
H4 { font-size: 7pt } 
H4 { color: #ff9abb; }
H4 { text-transform: none } 
H4 { text-align: center }
H4 { letter-spacing: 0.0em }

body
{
scrollbar-base-color: #ffffff;  
scrollbar-arrow-color: #E11F5F;  
scrollbar-shadow-color: #E11F5F;  
scrollbar-lightshadow-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;  
scrollbar-highlight-color: #E11F5F;  
scrollbar-3dlight-color: #ffffff;  
scrollbar-track-color: #ffffff; 
overflow: auto

background-color: #ff5500;
}

/*copyright*/

H5 { font-family: trebuchet MS, verdana, tahoma, arial, sans-serif }
H5 { font-weight: normal } 
H5 { font-size: 7pt } 
H5 { color: #808080 }
H5 { text-transform: none } 
H5 { text-align: center }
H5 { letter-spacing: 0.0em }
H5 { margin-bottom: 5}
H5 { margin-top: 5}
 
/*main text*/

P { font-family: trebuchet ms, verdana, tahoma, arial, sans-serif }
P { font-weight: normal } 
P { font-size: 10pt } 
P { color: #555555}
p { text-transform: none } 
p { text-align: justify }
p { letter-spacing: 0.0em }
p { margin-bottom: 5}
p { margin-top: 5}

/*  links */

a:link    { color: #E11F5F; text-decoration: none;  } 
a:active  { color: #E11F5F; text-decoration: none;  } 
a:visited { color: #E11F5F; text-decoration: none;  } 
a:hover   { color: #E11F5F; text-decoration: underline; }

/*  main text links */

/*  a.bluelinks:link    { color: #E11F5F; font-weight: bold }
/*  a.bluelinks:active  { color: #E11F5F; font-weight: bold } 
/*  a.bluelinks:visited { color: #E11F5F; font-weight: bold } 
/*  a.bluelinks:hover   { color: #E11F5F; font-weight: bold; text-decoration: underline; } 

/*  gundog text links */

/*  a.darklinks:link    { color: #E11F5F; }
/*  a.darklinks:active  { color: #E11F5F; } 
/*  a.darklinks:visited { color: #E11F5F; } 
/*  a.darklinks:hover   { color: #E11F5F; } 



/*  bullet list */
.websitelist	{	line-height: 100%; 
			font-family: trebuchet ms, verdana, tahoma, arial, sans-serif ; 
			font-size: 10pt; 
			margin-top: -1; 
			color: #555555; 
			font-weight: normal; 
			list-style-type: disc;  }


/* Colored Scroll Bar - this works */ 

body
{
scrollbar-base-color: #ffffff;  
scrollbar-arrow-color: #E11F5F;  
scrollbar-shadow-color: #E11F5F;  
scrollbar-lightshadow-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;  
scrollbar-highlight-color: #E11F5F;  
scrollbar-3dlight-color: #ffffff;  
scrollbar-track-color: #ffffff; 
overflow: auto

background-color: #ff5500;
}