/* external CSS file */
/* filename sheet1.css */
/* NO HTML MARKUP ALLOWED */

BODY { background: #FFFFFF; font-family: "Times New Roman", Times, serif;}


HR { color: #000099; }


A.nounderline, A.nounderline:active { color: #000000; text-decoration: none; font-size: small; }
A.nounderline:visited {	color: #000099;	text-decoration: none; font-size: small; }
A.nounderline:hover {	color: #FF0000;	text-decoration: underline; font-size: small; }

A.product, A.product:active { color: #FF0000; text-decoration: none; font-size: small; }
A.product:visited { color: #000099; text-decoration: none; font-size: small; }
A.product:hover { color: #FF0000; text-decoration: underline; font-size: small; }

A.menu, A.menu:active { color: #000000; text-decoration: none; font-size: medium; }
A.menu:visited { color: #000099; text-decoration: none; font-size: medium; }
A.menu:hover {	color: #FF0000;	text-decoration: underline; font-size: medium; }

A.mail, A.mail:active { color: #000000; text-decoration: none; font-size: x-small; }
A.mail:visited { color: #000099; text-decoration: none; font-size: x-small; }
A.mail:hover {	color: #FF0000;	text-decoration: underline; font-size: x-small; }

.tablecenter { margin: auto; width: 700; border: none;}


DIV.left  { text-align: left;  }
DIV.center { text-align: center; }
DIV.right  { text-align: right;  }
DIV.right_sm  { text-align: right; font-size: small; }

TD.top { vertical-align: top; }
TD.spacer { height: 5; }

P.menu { font-size: medium; }
P.product { font-size: small; }
P.copyright { font-size: x-small; }

IMG.left {align: left; }
