/* GI Style Sheet */

  	A {
  	  color:#3844b0;
  	}
  	
  	.footer {
  		font-size:10px;
  		font-family:sans-serif;
  		text-align:center;
  	}
  	
  	.box {
  		border-width:1px;
  		border-style:solid;
  		border-color:#000000;
  		width:800px;
  		margin:auto;
  	}
  	
  	.dynbox {
  		border-width:1px;
  		border-style:solid;
  		border-color:#000000;
  		width:800px;
  		min-height:700px;
  		margin:auto;
  	}
  	
  	.button {
  		background-image:url('../images/button.png');
  		background-repeat:no-repeat;
  		height:30px;
  		width:130px;
  		font-size:14px;
  		font-family:sans-serif;
  		color:#353535;
  		font-weight:bold;
  		padding-left:0px;
  		padding-top:7px;
  		float:left;
  		text-align:center;
  	}
  	
  	.button A {
  		color:#353535;
  		text-decoration:none;
  	}
  	
  	.content {
  		font-size:14px;
  		font-family:sans-serif;
  		padding:10px;
  		text-align:left;
  	}
  	
  	.caption {
  	        font-size:20px;
  		font-family:sans-serif;
  		text-align:left;
  		color:#3844b0;
  		font-weight:bold;
  	}
  	
  	.archive_table {
  		border-style:solid;
  		border-color:#000000;
  		border-width:1px;
  		background-color:#eeeeee;
  	}

