

/* comment: STYLE css: 

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

 */

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

.serif {
	font-family: Georgia, Times, Palatino, serif;	}	



.caption {font-size: 80%; 
			font-weight: bold; 
			}
	
/* general link - trebuchet, bold */
a {font-weight: bold; }

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

#nameplate a img {background: none;}

#nameplate a:link {text-decoration: none; }
#nameplate a:visited  {text-decoration: none; }
#nameplate a:hover  {text-decoration: none; background: none;	}
#nameplate a:active  {text-decoration: none; background: none; }



strong { }


div#pagediv {}
				
div#main-left {
	text-align: center;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
				border: 0px none #000; 
				padding: 10px;
	}				
				

div#main-center {
	text-align: center;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
				border: 0px none #000; 
				padding: 10px;
}

div#main-right {
	text-align: center;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
				border: 0px none #000; 
				padding: 10px;
}

				
/* 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;	}


/* comment: for special notices, right sidebar */
.borderbox1 {border: 1px solid black;
					background: #ffffff; 
					padding: 3px;}



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




/* 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;}


.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; }




