

/* comment: STYLE css: 

text weight, 
font, 
kearning, 
size, 
link style, 
borders  

 */





body {	 
		
	font-size: 0.9em;
	font-family: Verdana,Arial,Sans-Serif;

	}
	
	
.sanserif {
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Geneva, sans-serif;	}	

.serif {
	font-family: Georgia, Bookman, serif;	}	


	
	
/* general link - trebuchet, bold */
a {font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Geneva, sans-serif; font-weight: bold; }

a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:hover {text-decoration: underline; }
a:active {text-decoration: underline; }




strong { 
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Geneva, sans-serif;}


div#pagediv {}
div#content-top {}
div#content-left {}
div#content-right {}
				
				
/* comment: H1  */

h1 {	
	font-size: 150%;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Geneva, sans-serif;	}

/* comment: H2  */

h2 {
	font-size: 120%;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Geneva, sans-serif;	}
	
	
/* comment: H3- */

h3 {
	font-size: 100%;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Geneva, sans-serif;	}
	


/* comment: */

h4 {
	font-size: 90%;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Geneva, sans-serif;	}


#navbar {

	font-weight: bold;	}




/* DEFINE GENERIC STYLES */
	
.small { font-size: 92%; }
.smaller { font-size: 86%; }
.smallest { font-size: 78%; }
.small95 { font-size: 95%; }
.small90  { font-size: 90%; }
.small85 { font-size: 85%; }
.small80  { font-size: 70%; }
.small75 { font-size: 75%; }
.small70 { font-size: 70%; }

.big { font-size: 110%; }
.bigger { font-size: 120%; }
.biggest { font-size: 130%; }
.big110 { font-size: 110%; }
.big115 { font-size: 115%; }
.big120 { font-size: 120%; }
.big125 { font-size: 125%; }
.big130 {font-size: 130%; }
.big135 {font-size: 135%; }
.big140 {font-size: 140%; }
.big145 {font-size: 145%; }
.big150 {font-size: 150%; }
.big155 {font-size: 155%; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }
.lighter	 { font-weight: lighter; }
.italic { font-style: italic; }
.underline { text-decoration: underline;}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify {text-align: justify; }


/* also text-top and text-bottom values */
.super {vertical-align: super;}
.top {vertical-align: top;}
.baseline {vertical-align: baseline;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}
.sub {vertical-align: sub;}


/* SPECIAL / CUSTOM STYLES */

.nostyle { font-weight: normal; font-style: normal; text-decoration: none;}
.copyright { font-size: 80%; text-decoration: none; text-align: center;}
.blink {text-decoration: blink;}
.caption { 	font-size: 80%; 
				font-weight: bold;
				text-align: center; 
				font-family: 'Trebuchet MS', Tahoma, Helvetica, Verdana, Geneva, sans-serif;}


.hr90 { width: 90%; text-align: center; }
.hr85 { width: 85%; text-align: center; }
.hr80 { width: 80%; text-align: center; }
.hr75 { width: 75%; text-align: center; }
.hr70 { width: 70%; text-align: center; }
.hr50 { width: 50%; text-align: center; }



