@import url(positioning.css);
@import url(typography.css);

/* GENERAL
/************************************************************************************/

* {}

body, div, dl, dt, dd, ul, li, ol, pre, form, fieldset, input, p, table, th {margin:0; padding:0;}


html {overflow:-moz-scrollbars-vertical; }

body {font: 0.8em/1.5em Georgia, "Times New Roman", Times, serif ; color: #666666;}

p 	{margin:0 0 10px; padding:0;}
ul 	{line-height: 1.5em; list-style-type: square; }
ol 	{line-height: 1.5em;}

ul.normal {margin-bottom: 10px;}
ul.normal li {margin-left: 25px; list-style: square; }

ol.normal {margin-bottom: 10px;}
ol.normal li {margin-left: 25px;}

td 	{vertical-align: top;}
th {font-size: 110%; text-align: left;}

/* Normal Table */
table.normal {background:#e5e5e5; margin-bottom:20px;}
table.normal th {font-size: 120%; padding:5px; color: #00A8EC;}
table.normal td {background: #fff; font-size:100%; padding:5px; }
table.normal td p.nb {color: #CC0033;background:#FFD2FF; padding:5px;}

div.clear {clear:both; margin:0px; padding:0px;}

/* HYPERLINKS {not including menu} */
/***********************************************************************************/
a img {border: none;}

a {font-weight: normal; text-decoration: underline; color: #666666;}
a:link, a:visited {font-weight: normal; text-decoration: underline; color: #666666;}
a:hover {color: #005dab; text-decoration: none; }
