/*
bytebabble style sheet - kbc2.css
selector { property1: value1; property2: value2 }
#label selector { property: value; }
*/

/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
/*
  aqua   gold     white   gray   green
#00ffff #F5BF27  #ffffff #808080 #008000

  black  blue    fuchsia  lime    maroon
#000000 #0000ff  #ff00ff #00ff00  #800000

  navy   olive   purple    red     silver    teal
#000080  #808000 #800080  #ff0000  #c0c0c0  #008080

 sky blue    tan    light purple   yellow
#8ED8F2     #FAC989   #DB7EF5     #FAFA08

font-family: verdana, tahoma, arial, helvetica, sans-serif, "MS Sans Serif"; 
   font-family: Helvetica, Futura, Ariel, serif;
   font-family: Ariel, Helvetica, Futura, sans-serif;

*/

body { 
   background-color: #ffffff ;
   font-family: Ariel, Helvetica, Futura, sans-serif;
   font-size:medium;
   font-style:normal;
   font-weight:normal;
	margin:.5em; 
	padding:.5em;
	}

.smallfont {
  font-size:small;
  }	
	
	
.blueboldtext {
   color: #0000FF;
   font-weight:bold;
   	font-style:normal;
   	font-size:large;
   text-align:left;
   }
	
.bluenormaltext {
   color: #0000FF;
   font-weight:normal;
   	font-style:normal;
   	font-size:large;
   text-align:left;
   }
   
.bluenormalitalic {
   color: #0000FF;
   font-weight:normal;
   	font-style:italic;
   	font-size:large;
   text-align:left;
   }
	
.redboldtext {
   color: #ff0000  ;
   font-weight:bold;
   	font-style:normal;
   	font-size:large;
   text-align:left;
   }
	
.rednormaltext {
   color: #ff0000  ;
   font-weight:normal;
   	font-style:normal;
   	font-size:large;
   text-align:left;
   }
   
.rednormalitalic {
   color: #ff0000  ;
   font-weight:normal;
   	font-style:italic;
   	font-size:large;
   text-align:left;
   }

.blackboldtext {
   color: #000000  ;
   font-weight:bold;
   	font-style:normal;
   	font-size:large;
   text-align:left;
   }
	
.blacknormaltext {
   color: #000000  ;
   font-weight:normal;
   	font-style:normal;
   	font-size:large;
   text-align:left;
   }
   
.blacknormalitalic {
   color: #000000  ;
   font-weight:normal;
   	font-style:italic;
   	font-size:large;
   text-align:left;
   }

   
.normal { 
   color: #000000 ;
	margin-top:0; 
	font-weight:normal;
	text-align:left;
	}	


.bold { 
   color: #000000 ;
	margin-top:0; 
	font-weight:bold;
	text-align:left;
	}	
	
	
.italic { 
   color: #000000 ;
	margin-top:0; 
	font-weight:normal;
	font-style:italic;
	text-align:left;
	}	
	
.bluebanner {    color: #ffffff ;
   background-color: #0000ff;
	margin-top:0; 
	font-size:x-large;
	font-weight:bold;
	text-align:center;}	
	
.redbanner {    color: #ffffff;
   background-color: #ff0000;
	margin-top:0; 
	font-size:x-large;
	font-weight:bold;
	text-align:center;}	
	
.graybanner {    color: #ffffff;
   background-color: #808080;
	margin-top:0; 
	font-size:x-large;
	font-weight:bold;
	text-align:center;}
	
	
.greenbanner {    color: #ffffff;
   background-color: #008000;
	margin-top:0; 
	font-size:x-large;
	font-weight:bold;
	text-align:center;}	
	
.goldbanner {    color: #ffffff;
   background-color: #F5BF27;
	margin-top:0; 
	font-size:x-large;
	font-weight:bold;
	text-align:center;}
	
	
.purplebanner {    color: #ffffff;
   background-color: #800080 ;
	margin-top:0; 
	font-size:x-large;
	font-weight:bold;
	text-align:center;}
	
h3 {       
     font-family: Ariel, Helvetica, Futura, sans-serif;	}
h2 { 
     font-family: Ariel, Helvetica, Futura, sans-serif;	}
h1 { 
     font-family: Ariel, Helvetica, Futura, sans-serif;	}
	
a:link { 
	font-weight:bold; 
	text-decoration:underline; 
	color: #000080 ;
	}
a:visited { 
	font-weight:bold; 
	text-decoration:underline; 
	color: #ff0000 ;
	}
a:hover, a:active { 
	text-decoration:underline; 
	color: #800080 ;
	}
li {
   list-style-type:disc;
   }

/* page specifics  */
   
 .mainbanner {    color: #ffffff ;
   background-color: #0000ff;
	margin-top:0; 
	font-size:x-large;
	font-weight:bold;
	text-align:center;}  

.linetype1 { 
   color: #000000 ;
	margin-top:0; 
	font-weight:bold;
	text-align:left;
	}

.linetype2 {
   color: #0000FF;
   font-weight:normal;
   	font-style:normal;
   	font-size:large;
   text-align:left;
   }

.linetype3 {
   color: #0000FF;
   font-weight:bold;
   	font-style:normal;
   	font-size:large;
   text-align:left;
   }


.linetype4 {
  font-size:small;
  }

