/* BASIC FONT INSTRUCTIONS FOR WHOLE DOCUMENT  */

address, body, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, ol, p, span, td, ul
{
font-family: Arial, Helvetica, sans-serif;
color: 	#000000;
font-weight:	normal;
text-align: 	left;
}

/* BACKGROUND COLOUR, IMAGE, ETC... */

body
{background-color: 	#00ffff;
font-size:	10pt;
}


/* PARAGRAPH & DIVISION */

p.atinfo
{font-size: 8pt; text-align: center;
}
p.top1
{text-align: right
}

DIV.DimgR
{float:right; margin-left:1em; margin-bottom:1em}
DIV.DimgL
{float:left; margin-right:1em; margin-bottom:1em}

/* TABLES */

td
{margin : 0px;
border: 0px;
padding: 10px;
}

td.col1
{background-color: #b0c0ff;
padding: 10px;
}

td.menubar
{background-color: #00ffff;
color: 	#ffffff;
font-size: 9pt;
text-align: center;
padding: 2px;
}


/* LINKS */

a
{color: #0000ec;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: 10pt;
text-decoration: underline;
font-weight: bold;
}
a:link
{color: #ff0000;
text-decoration: underline;
}
a:active
{color: #ff0000;
text-decoration: underline;
}
a:visited
{color: #ff0000;
text-decoration: underline;
font-weight: normal;
}
a:hover
{background-color: #ffffff;
font-weight: bold;
}

a.smmnu
{font-size: 8pt; text-align:center; font-weight: normal; color: #0000ff;
}
a.smmnu:link
{color: #ff0000; text-decoration: none;
}
a.smmnu:hover
{background-color: #ffffff; color: #ff0000; text-decoration: none;
}
a.smmnu:active
{color: #606060; text-decoration: underline;
}
a.smmnu:visited
{color: #ff0000; text-decoration: none;
}


/* LISTS */

dt {font-weight:bold; font-size: 14pt}

dd {font-size: 10pt}


/* FORMATTING */

h1
{color: #0000ec; font-size: 24pt; font-weight: bold;
}
h2
{color: #0000ec; font-size: 18pt; text-align: left;
}
h4
{color: red; font-size: 14pt; text-align: center;
}

strong
{font-weight:	bold;
}
strong.at1
{color: #0000ec;
}
