/* The main body. */
body, table {
	font-family: Verdana, sans-serif;
	color: black;
	font-size: 12px;
}

body a:link, a:visited {
	text-decoration: none;
	color: blue;
}

body a:hover {
	color: red;
}

/*img {
	border: 0;
}*/

/* Site Navigation links. */
#navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#navigation a {
	text-decoration: none;
	font-weight: bold;
}

#navigation a:active {
	color: green;
}

#navigation a:visited {
	color: blue;
}

#navigation a:hover {
	color: red;
}

/* Site Navigation Panel Table Row. Contains navigation links. */
#nav_panel {
	background-color: #FCE88A; /*#e3f0ff;*/ /*d3ffd6*/
	color: black;
}

/* Index body table, on the main page. */
#index_body_table {
	
	position: relative;
	margin-top: 1em;
}

#autoscreen_body_table {
	
	position: relative;
	margin-top: 1em;
}

#contact_body_table {
	
	position: relative;
	margin-top: 1em;
}

/* The beloved copyright. */
#copyright_table {
	font-size: 10px;
}

#non_copyright_td {
	color: gray;
}

#non_copyright_td a {
	color: black;
}

#non_copyright_td a:hover {
	color: red;
}

/* All email addresses. */
#email_addy {
	font-family: fixed, Verdana, sans-serif;
}


/* Motto td. Top of page, beneath logo. */
#motto_td {
	font-family: Clean, sans-serif;
	font-size: small;
	color: navy;
}

#logo_td {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 18pt;
}

#name_16_text {
	color: navy;
}	

#product_list_table {
	border: solid thin;
	font-family: Verdana, sans-serif;
}

#app_nav_links a:hover {
	text-decoration: underline;
}
