/* BirthNet style sheet */

/* the body and a: items control defaults for the entire birthnet site */

body {
	margin-top: 0;
	padding: 0;
	font-family: Helvetica,Arial,sans serif;
	font-size: .9em;
	line-height: 1.1em;
	color: #000033;
	background-color: white;
  }
  
 table {
	margin-top: 0;
	padding: 0;
	font-family: Helvetica,Arial,sans serif;
	font-size: .9em;
	line-height: 1.1em;
	color: #000033;
	background-color: white;
  } 
  
a:link    {color: #006666;}
a:active  {color: #009999;}
a:visited {color: #339999;}

/* these can be invoked throughout the site when needed */

.listheader {
	color: #FFFFFF;
	background-color: #669999;
	font-weight: bold;
	line-height: 1.2em;
}
.pageheader {
	font-family: Helvetica,Arial,sans serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006666;
	text-align: center;
	background-position: center;
}
.navitem {
	font-family: Helvetica,Arial,sans serif;
	font-size: .9em;
	line-height: 1.1em;
	font-weight: bold;
	color: #006666;
		}
		
.smalltext {
	font-family: Helvetica,Arial,sans serif;
	font-size: .8em;
	line-height: 1em;
		}
