﻿/* Common tags                 */
/*-----------------------------*/		

/* background color for the content part of the pages */
body {	
  background: #0159A1 url(images/bk_page.gif) repeat-x;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Verdana, Tahoma, "Times New Roman";
  font-size: 12px;
  color: #000000;
}

A:link		{ color:  #333399; text-decoration: none; }
A:visited   { color:  #333399; text-decoration: underline;}
A:active    { color:  #333399; cursor:hand; text-decoration: underline; }
A:hover		{ color:  #ff0000; cursor:hand; text-decoration: underline; }
A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

p {
  font-family: Arial, Verdana, "Times New Roman";
  font-size: 13px;
  
  color: #000000;
}

.title {
    text-transform: uppercase;
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Verdana, Times New Roman;
    font-size: large;
    font-weight: bold;
    color: #41519A;
 }

hr {
    color: #696969;
    height:1pt;
    text-align:left;
}

img {
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: Arial, Verdana, "Times New Roman";
	
}
UL LI a {
padding-bottom:20px;
}

UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
H1  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  20px;
    font-weight: bold;
    color: #333333;
}
H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight: bold;
    color: #003366;
}
H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #003366;
}
H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: normal;
    color: #003366;
}
H5  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #003366;
}
H6  {
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #003366;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}

SMALL   {
    font-size:  10px;
}


/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#5B6DB5;
}

TD
{
  font-family: Arial, Verdana, Times New Roman;
  font-size: 11px;
  color: #000000;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#41519A;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #41519A;
	text-align: right;
}