/*  -------------------------------------------------
       (C) Copyright 2007. ScienTek Software, Inc.
                   All Rights Reserved.
                 www.StabilitySystem.com
                    Updated: 4-10-2007
    -------------------------------------------------
*/

/* hide nav and footer */
#nav, #bottomlinks {
	display: none;
}

body {
	width: 6.5in;
}

#body, #about, #body2, #body3 {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
}

/* links on index.htm are not underlined */
/* #body a, #newlinks a  { */
/* links are not underlines */
a {
	text-decoration: none;
	color: black;
}

/* change height since taglines are not printed */
#head {
	height: 30px;
}

#head h1 {
	text-align: center;
	margin-bottom: 0;
}

/* text below head */
#head h5 {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	display: inline;
	text-align: center;
	display: none;
}

h1 a {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 20pt;
	color: black;
	text-decoration: none;
	text-align: center;
	letter-spacing: 3pt;
}

#print h1 {
	font-family: arial, verdana, tahoma, sans-serif;
	text-align: center;
	letter-spacing: 3pt;
	margin-bottom: 0;
}

h2 {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13pt;
}

/* h3 for page title, h4 for page sub-sections */
h3 {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13pt;
	page-break-before: avoid;
	margin-top: 10px;
}

h4 {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11pt;
	page-break-before: avoid;
}

h5 {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 9pt;
	display: inline;
}

h6 {
	color: black;
	font-size: 12pt;
	font-weight: normal;
}

/*
p {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
}
*/

/* The following applies to everything that follows: 
	-remove border for printing
	-change font size to 7pt for courier fonts
*/

/* used for courier new font, no width specified */
.courier {
	border: none;
	font-size: 9pt;
}

/* used for expiry report, 600px width */
.courier-report {
	border: none;
	font-size: 9pt;
}

/* used for blank report form worklist, arrhenius report, 650px width */
.courier-worklist {
	border: none;
	font-size: 9pt;
}

/* used for sched report, standard format, formulation, 825px width */
.courier-sched {
	border: none;
	font-size: 7pt;
}

/* used for fda report, 1000px width */
.courier-fda {
	border: none;
	font-size: 7pt;
}

/* used for verdana font. used in crash_course */
.verdana {
	border: none;
}

/* used for clients, customer comments, about pages (ii) */
.border {
	border: none;
}

/* 4-10-2007 added space between list items */
/*#body3 li {
	margin-bottom: 7px;
}
*/