/* style sheet for suntriz.net */
/* Copyright 2004 and beyond */
/*Jamie Dinkelacker, Ph.D., Silicon Valley USA, All Rights Reserved  */

body {
	font-family: "Gill Sans", "Verdana", "Arial", sans-serif;
	color: black;
	background: #ffff99;
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
table {
	font-family: "Gill Sans", "Verdana", "Arial", sans-serif;
	color: black;
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.cell-separator {
	padding: 5px 3px 0px 3px;
	border-top: thin gray dotted;
	}
	
.leftcell {
	background: #ffff66;
	padding: 7px 10px 7px 5px;
	/* -right: thin gray dotted; */
	border-top: thin black solid;
	border-left: thick black solid
	}
	
.title-msg {
	font-size: 44pt;
	color: black;
	padding-top: 40px;
	text-align: center;
	}
	
.sub-title-msg {
	font-size: 14pt;
	color: black;
	text-align: center;
	padding-top: 15px;
	}
	
.head-msg {
	padding: 5px 30px 5px 30px;
	font-size: 10pt;
	}
	
.jump-top {
	font-size: 8pt;
	text-align: right;
	}

 
#footer {
	clear: both;
	position: relative;
	float: none;
	margin-bottom: 11px;
	font-size: 8pt;
	color: black;
	text-align: center;
	font-family: "Gill Sans", "Verdana", "Arial", sans-serif;
	}
	
/* -- link attributes -- */
  
a {
	color: navy;
	font-weight: normal;
	text-decoration: none;
	/* border-bottom: thin silver solid; */
	}
  
a:link, a:visited  {
	font-weight: normal;
	color: navy;
	/* border-bottom: thin silver dotted; */
	}
  
a:hover  {
	color: black;
	font-weight: normal;
	font-size: 100%;
	background-color:  #ffff99;
	text-decoration: none;
	border-bottom: thin blue solid;
	}
  
a:active   {
	color: red;
	border-bottom: thin red solid;
	}
  
