/* Global classes */

	body {
	  margin: 0px; 
	  background-image: url(images/bg_body.gif);
	  background-repeat: repeat-x; 
	}

	div {
      font-family: Arial, Helvetica, Verdana, sans-serif;
      font-size: 12px;
	}
	
	p, td, div {
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size: 12px; 
}

a{
	color: #000000;
}
	
	#content {
	  text-align: center;
	  padding-bottom: 20px;
	  width: 620px;
	}

	#foot {
	  border-style: solid;
	  border-color: #99cc33;
	  border-top-width: 1px;
	  border-bottom-width: 0px;
	  border-left-width: 0px;
	  border-right-width: 0px;
	  width: 635px;
      font-size: 10px;
      color: #999999;
      padding: 10px;
	}


/* Content-related classes */

    h1 {
      font-family: Arial, Helvetica, Verdana, sans-serif;
      font-size: 18px;
      color: #336600;
    }
	
	.nav {
			padding: 5px;
			padding-top: 5px;
			padding-bottom: 5px;
			border-top: solid white 1px;
			border-bottom: solid white 1px;
			border-right: solid #99CC66 1px;
			text-decoration:none;
			font-weight:bold;
			color:#000000;
			font-family: times;
			font-size:15px;
			position:relative;
			bottom:25px;
		}
		
		.nav:hover {
			color:#336600;
		}
		
		.topLinks {
			color:#336600;
			font-size:9px;
			text-decoration:none;
			font-family: sans-serif;
			padding-right: 15px;
			padding-bottom:0px;
			font-weight:bold;
			position:relative;
			bottom:13px;
		}
		.topLinks:hover {
			color:#000000;
		}
			.smallText      { color: #000000; font-family: arial,verdana,helvetica,sans-serif; font-size: 9px; font-weight: bold; }
			.boldText       { color: #000000; font-family: arial,verdana,helvetica,sans-serif; font-size: 12px; font-weight: bold; }
			.bigBoldText    { color: #000000; font-family: arial,verdana,helvetica,sans-serif; font-size: 14px; font-weight: bold; }

