body
{
    background-color : #ffffff;
    font-size : 10pt;
    margin: 0px;
}
/* Global text styles */
.standardtext
{
    font-family: "Arial", Helvetica, Sans-Serif;
	font-size: 10pt;
	text-align: justify;
}

.smalltext
{
    font-size : 8pt;
    font-family : "Arial", Helvetica, Sans-Serif;
}
.introtext
{
    font-family: Sans-Serif;
    font-size: 10pt;
    text-align: justify;
}

.introtext:first-letter
{
	font-size: 270%;
	font-weight: bold;
	color: #d00000;
	float: left;
	padding-right: 3px;
    font-family: Garamond, Times New Roman, Serif;
}

.heading
{
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #a00010;
}

.heading2
{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #a00010;
}

.heading3
{
	font-weight: bold;
	font-size: 11pt;
	color: #51AC00;
	font-style: normal;
}
.bigtext
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
}
.message {
	font-weight: bold;
	color: #902020;
}
.warningmessage 
{
	border: 2px solid #900000;
	padding: 5pt;
	background-color: #f0e0d0;
	font-weight: bold;
	font-size: 10pt;
	font-family: Tahoma, Sans-Serif;
	display: block;
	margin-bottom: 5pt;
}
textarea 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}
/* End global text styles */

p {
	margin-top: 0pt;
}

a:link {
	color: #a00000;
}
a:visited {
	color: #404040;
}
a:active {
	color: #ffffff;
	background-color: #d00000;
}
a:hover {
	color: #ffffff;
	background-color: #d00000;
}
a:link img {
	border-style: none;
}
a.link2:link {
	color:#000000;
	text-decoration: none;
}
a.link2:visited {
	color:#000000;
	text-decoration: none;
}
a.link2:hover {
	color: #d00000;
	background-color: Transparent;
	text-decoration: underline;
}
a.link2 img {
	text-decoration: none;
	border-style: none;
}
td {
	font-family : "Arial", Helvetica, Sans-Serif;
}
.menu {
	border: solid #000000 1px;
	padding: 0px;
	width: 120px;
}
.menu .main {
	background-color : #000000;
	padding : 3px 5px 3px 5px;
	font-size : 10pt;
	font-weight : bold;
	color : #ffffff;
}
.menu .submenu {
	background-color : #d0d0d0;
	padding : 0px;
	font-size : 8pt;
	width: 100%;
}
.menu .submenuselected {
	background-color : #9d0;
	font-size : 8pt;
	font-weight: bold;
	padding: 0px;
}
.menu .link1
{
	text-decoration : none;
	color: #000000;
	display:block;
	padding: 2px;
	padding-left: 10px;
}

a.link1:link
{
	color: #000000;
}

a.link1:hover
{
	color: #ffffff;
}
.caption
{
	font-size: 14pt;
	font-weight: bold;
	font-family: Garamond, Times New Roman, Serif;
	width: 12em;
	border: solid 4px #a0c090;
	background-color: #f8ffe0;
	text-align: justify;
	padding: 4pt;
	margin: 4pt;
}

.mission-statement
{
	background-color: #f8f8f8;
	border: 2px #808080 dashed;
	padding: 5px;
	margin: 10px;
}

.header-background
{
	background-repeat: no-repeat;
	background-position: right bottom;
}

.main-display
{
	border: solid 1px #d0d0d0;
	background-color: #ffffff;
	vertical-align: top;
	padding-top: 13pt;
	padding-right: 13pt;
	padding-left: 13pt;
	padding-bottom: 10pt;
	font-size: 10pt;
	width: 100%;
}
.productlist
{
	border-collapse: collapse;
}

.productname
{
	font-weight: bold;
	font-size: 10pt;
	color: #2f8218;
}
.productname:link
{
	color:#2f8218;
	text-decoration: none;
}

.productname:visited
{
	color: #505050;
	text-decoration: none;
}

.productname:active
{
	color:#2f8218;
	background-color: #800000;
}

.productname:hover
{
	color:#2f8218;
	background-color: #e0e0e0;
}
.productcell
{
	border: 1px solid #a0a0a0;
	padding: 3px;
}

.categoryname
{
	font-weight: bold;
	font-size: 0.9em;
	Color: #000000;
	background-color: #f8f8f8;
	border: 1px solid #808080;
	padding: 2px;
	text-align: center;
}
.tablecell1
{
	background-color: #ebebeb;
	vertical-align: top;
	padding: 0.6em;
	border: 2px solid #f9f9f9;
}
.table1
{
	font-size: 10pt;
}

ul li
{
	list-style-type: disc;
}
.greetingtable
{
	font-size: 10pt;
	border-collapse: collapse;
}

.greetingtable td
{
	border: solid #e0e0e0 2px;
}
/* Used by help and howto pages */
.keyconcept 
{
	padding: 5pt;
	margin: 5pt;
	margin-top: 0pt;
	font-weight: bold;
	font-size: 11pt;
	font-family: Sans-Serif;
	border: solid 1px #90b080;
	background-color: #ffffff;
	width: 35%;
	float: right;
	text-align: center;
}

.keyconcept img 
{
	float: left;
	margin-right: 5pt;	
}
/* Used by DigitalPrints page. */
.imagespacer1 {
	margin-right: 5pt;
	margin-bottom: 5pt;
}