/* #####################################################################
#
# $Header: /home/cvs/srdb/web/sca_default.css,v 1.1 2004/02/02 21:02:33 charlie Exp $
#
##################################################################### */

/*	
 * CSS1 Style Sheet.
 * Copyright (c) Charlie Wood, 2003.
 * Made in Scotland.
 *
 */

/****************
 * defaults
 ***************/

/*
 * body
 */
body {
  font-family:			Arial, Helvetica, sans-serif;
  text-align:			left;
  color:			#31009C;
  
  /* offset everything to the right and left */
  margin-left:		36px;	
  margin-right:		36px;	
  
  background-color:		#6AA1E6;
}

/*
 * links
 */
A:link {
 color:				#00FFFF;
 background:			transparent;
}

A:visited {
 color:				#80FFFF; /* SCA used red, not very nice! */	
 background:			transparent;
}

A:active {
 color:				#FFFFFF;
 background:			transparent;
}

/*
 * headings
 */
h1, h2, h3, .title {
  width:                        100%;
  font-size:			14pt;
  text-align:			center;
  color:			blue;
  background:			white;	

  padding-left:                  10px;
}

h2, h3 { 
  width:			50%;
  font-size:			12pt;
  text-align:			left;
}

.banner { 
 font-size:			14pt;
 margin-left:			20%;
 margin-right:			20%;
 text-align:			center;
}
  
 }

/*
 * tables
 */
table {
  margin:			1pc;				
}

.note {
 border:			thin red solid;
 padding:			1%;
 margin-left:			10%;
 margin-right:			10%;
 text-align:			center;
}


.timestamp {
 text-align:			right;
 font-size:			8pt;
 color:				red;	
}