/* --------------------------------------------------- */
 /*               LINKS                                 */
 /* --------------------------------------------------- */

A {color: #3A5344; text-decoration: none;}
A:link {color: #3A5344; text-decoration: none;}
A:active {color: #3A5344; text-decoration: none;}
A:visited {color: #3A5344; text-decoration: none;}
A:hover {color: #3A5344; text-decoration: underline;text-decoration: underline;}

A.nav {color: #FFFFFF; text-decoration: none;}
A.nav:link {color: #FFFFFF; text-decoration: none;}
A.nav:active {color: #FFFFFF; text-decoration: none;}
A.nav:visited {color: #FFFFFF; text-decoration: none}
A.nav:hover {color: #FFFFFF; text-decoration: underline;text-decoration: underline;}

A.eunav {color: #044160; text-decoration: none;}
A.eunav:link {color: #044160; text-decoration: none;}
A.eunav:active {color: #044160; text-decoration: none;}
A.eunav:visited {color: #044160; text-decoration: none}
A.eunav:hover {color: #044160; text-decoration: underline;text-decoration: underline;}


A.yellow {color: #FFF8A7; text-decoration: none;;border-bottom:1px dotted;border-color:#999999}
A.yellow:link {color: #FFF8A7; text-decoration: none;;border-bottom:1px dotted;border-color:#999999}
A.yellow:active {color: #FFF8A7; text-decoration: none;;border-bottom:1px dotted;border-color:#999999}
A.yellow:visited {color: #FFF8A7; text-decoration: none;border-bottom:1px dotted;border-color:#999999}
A.yellow:hover {color: #FFF8A7; text-decoration: underline;text-decoration: underline;}

A.embed {color: #3A5344; text-decoration: none;border-bottom:1px dotted;border-color:#999999}
A.embed:link {color: #3A5344; text-decoration: none;border-bottom:1px dotted;border-color:#999999}
A.embed:active {color: #3A5344; text-decoration: none;border-bottom:1px dotted;border-color:#999999}
A.embed:visited {color: #3A5344; text-decoration: none;border-bottom:1px dotted;border-color:#999999}
A.embed:hover {color: #3A5344; text-decoration: underline;text-decoration: underline;}
/* --------------------------------------------------- */
/*               body                                  */
/* --------------------------------------------------- */
body {
margin: 0px;
}

/* --------------------------------------------------- */
/*               Home Page Background                 */
/* --------------------------------------------------- */
.index {
		background-color:#FFFFFF;
		background-image:url(Images/Bkg.gif);
		background-repeat: repeat-x;
}
/* --------------------------------------------------- */
/*            TD: ENDS UP AS DEFAULT FOR EVERYTHING    */
/* --------------------------------------------------- */
td {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 line-height:18px;
 color:#444444;
 }
 .white {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 line-height:18px;
 color:#FFFFFF;
 }
 .quote {
 font-family: Georgia, serif;
 font-size: 12px;
 line-height:18px;
 text-align: right;
 padding: 10px;
 color:#3A5344;
 }
 .yellow {
font-family: Georgia, serif;
font-size: 12px;
line-height:18px;
background-color:#3A5344;
color: #FFF8A7;
padding: 2px 0px 2px 0px;
border-style: dotted;
border-width: 0px 0px 1px 0px;
border-color: #aaaaaa;
font-weight: bold;
 }

 /* --------------------------------------------------- */
 /*              SOLID BORDER TD                        */
 /* --------------------------------------------------- */
 .border {
 border-style: solid;
 border-width: 1px;
 border-color: #bbbbbb;
 vertical-align: middle;
 }
  /* --------------------------------------------------- */
 /*              SOLID RED BORDER TD                        */
 /* --------------------------------------------------- */
 .borderred {
 border-style: solid;
 border-width: 3px;
 border-color: #EA0D0D;
 }
 /* --------------------------------------------------- */
 /*               SQUARE BULLET LIST                    */
 /* --------------------------------------------------- */
li {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px ;
		font-weight: normal;
		font-style: normal;
		vertical-align:middle;
		color: #444444;
		margin:0pt 0pt 3pt -15pt;
		list-style-type:square;
}
/* -------------------------------------------------- */
/*              NUMBERED      LIST                    */
/* -------------------------------------------------- */
.numlist {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 9pt ;
		font-weight: normal;
		font-style: normal;
		vertical-align:top;
		color: #000000;
		margin:0pt 0pt 9pt 0pt;
		list-style-type:decimal;
}
/* -------------------------------------------------- */
/*        small title, lettter spacing                */
/* -------------------------------------------------- */
.smtitle {
 font-family: Arial,Helvetica,sans-serif;
 font-weight: bold;
 letter-spacing:3px;
 text-transform: uppercase;
 font-size: 12px;  
 margin: 18px 0px 2px 0px;
 color: #6D747E;
 }
 /* -------------------------------------------------- */
/*                    image border                    */
/* -------------------------------------------------- */
.rule {
 border-style: solid;
 border-width: 1px;
 border-color: #333333;
 padding: 10px 10px 10px 10px;
 background-color: #dddddd;
 }
/* -------------------------------------------------- */
/*           page title, large font                   */
/* -------------------------------------------------- */
 .title {
  font-family: Arial,Helvetica,sans-serif;
  color:#044160;
  font-size: 20px;
  margin: 0px 0px 18px 0px;
  font-weight: Normal;
  }
 /* -------------------------------------------------- */
/*           subtitle                                  */
/* -------------------------------------------------- */
 .subtitle {
 font-family: Arial,Helvetica,sans-serif;
 color:#044160; 
 font-size: 12px;
 font-weight: bold;
 }
/* --------------------------------------------------- */
/*      Series of "dotted" table cells                 */
/* --------------------------------------------------- */

/* dots on top */
.tdot {
border-style: dotted;
border-width: 1px 0px 0px 0px;
border-color: #aaaaaa;
}
/* dots on bottom */
.bdot {
border-style: dotted;
border-width: 0px 0px 1px 0px;
border-color: #aaaaaa;
}
/* dots on right */
.rdot {
border-style: dotted;
border-width: 0px 1px 0px 0px;
border-color: #aaaaaa;
}
/* dots on left */
.ldot {
border-style: dotted;
border-width: 0px 0px 0px 1px;
border-color: #aaaaaa;
}
/* dots on top and right */
.trdot {
border-style: dotted;
border-width: 1px 1px 0px 0px;
border-color: #aaaaaa;
}
/* dots on top and left */
.tldot {
border-style: dotted;
border-width: 1px 0px 0px 1px;
border-color: #aaaaaa;
}
/* dots on top,left and right*/
.tlrdot {
border-style: dotted;
border-width: 1px 1px 0px 1px;
border-color: #aaaaaa;
}
/* dots on top,left,right and bottom */
.tlrbdot {
border-style: dotted;
border-width: 1px 1px 1px 1px;
border-color: #aaaaaa;
}

/* dots on bottom and left */
.bldot {
border-style: dotted;
border-width: 0px 0px 1px 1px;
border-color: #aaaaaa;
}
/* dots on bottom and right */
.brdot {
border-style: dotted;
border-width: 0px 1px 1px 0px;
border-color: #aaaaaa;
}
/* dots on bottom and right */
.tbdot {
border-style: dotted;
border-width: 1px 0px 1px 0px;
border-color: #aaaaaa;
}
.lpadd {
padding: 0px 0px 10px 10px;
}
.border2 {
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
}
/* --------------------------------------------------- */
 /*       TINY FONT FOR COPYRIGHT ETC                   */
 /* --------------------------------------------------- */
.copy {
		font-family: Arial, Avant Garde,sans-serif;
		font-size: 8pt ;
		font-weight: normal;
		font-style: normal;
		vertical-align:top;
		letter-spacing: 1px;
		color: #52554A;
		margin:10pt 0pt 10pt 0pt;
}
/* -------------------------------------------------- */
/*           Dollar                                  */
/* -------------------------------------------------- */
 .dollar {
 font-family: Arial,Helvetica,sans-serif;
 color:#006E5E; 
 font-size: 12px;
 font-weight: bold;
 }
