/*  Author: Thomas Solga  */
/*  File: main.css  */
/*  Copyright Bri-Mac Engineering Limited, 18/06/08  */


/*  font of headline (black, with small caps)  */
h1 { font-size:20pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#000000; font-variant:small-caps; }

/*  font of text on home page only (black)  */
h2 { font-size:14pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#000000; }

/*  font of address block (black)  */
h3 { font-size:9pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#000000; text-align:center; font-weight:normal; }

/*  font of normal text (black)  */
td,p { font-size:12pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#000000; }

/*  font of list item (black)  */
li { font-size:12pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#000000; line-height:18pt;}

/*  font of not used link (light blue)  */
a:link { font-size:12pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#0000ff; text-decoration:none; }

/*  font of visited link (equal to not used link by default)  */
a:visited { font-size:12pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#0000ff; text-decoration:none; }

/*  font of link when mouse pointer is over it (text is underlined) */
a:hover { font-size:12pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#0000ff; text-decoration:underline; }

/*  font of link after klick (red) */
a:active { font-size:12pt; font-family:Arial,Helv,Helvetica,sans-serif; color:#ff0000; text-decoration:none; }

