/*

 * body styles

 */

body {

	background-color : #ffffff;

	font-family      : verdana,helvetica,sans-serif;

	font-size        : 10pt

}

/*

 * tag styles

 */

a:link    { color: #003399; text-decoration: none }

a:visited { color: #003399; text-decoration: none }

a:active  { color: #6699ff; text-decoration: none }

a:hover   {

	color            : #003399;

	text-decoration  : none;

	background-color : #ffffcc

}
a.imgLink:link    { color: #003399; text-decoration: none }
a.imgLink:visited { color: #003399; text-decoration: none }
a.imgLink:active  { color: #6699ff; text-decoration: none }
a.imgLink:hover   {
	color            : #003399;
	text-decoration  : none;
}

h1 {

	font-family : verdana,helvetica,sans-serif;

	font-size   : 18pt;

	color       : #000000;

	font-weight : bold

}

h2 {

	font-family : verdana,helvetica,sans-serif;

	font-size   : 16pt;

	color       : #000000;

	font-weight : bold

}

h3 {

	font-family : verdana,helvetica,sans-serif;

	font-size   : 14pt;

	color       : #000000;

	font-weight : bold

}

h4 {

	font-family : verdana,helvetica,sans-serif;

	font-size   : 12pt;

	color       : #000000;

	font-weight : bold

}

h5 {

	font-family : verdana,helvetica,sans-serif;

	font-size   : 10pt;

	color       : #000000;

	font-weight : bold

}

p {

	font-family : verdana,helvetica,sans-serif;

	font-size   : 10pt

}

th {

	font-family      : verdana,helvetica,sans-serif;

	font-size        : 8pt;

	font-weight      : bold;

	color            : #ffffff;

	background-color : #003399

}

td {

	font-family : verdana,helvetica,sans-serif;

	font-size   : 10pt

}

ul {

	font-family     : verdana,helvetica,sans-serif;

	font-size       : 10pt;

	list-style-type : square

}

ol {

	font-family : verdana,helvetica,sans-serif;

	font-size   : 10pt

}
.praises { font-size:  8pt; }
/* header classes */

.textHeader {

	font-family : verdana,helvetica,sans-serif;

	font-size   : 8pt;

	color       : #ffffff;



}

a.textHeader:link    { text-decoration: none; color : #ffffff;}

a.textHeader:visited { text-decoration: none; color : #ffffff;}

a.textHeader:active  { text-decoration: none; color : #ffffff;}

a.textHeader:hover   {

	color            : #ffffff;

	text-decoration  : none;

	background-color : #0066cc

}

.imageHeader {

	font-family : verdana,helvetica,sans-serif;

	font-size   : 8pt;

	color       : #ffffff;



}

a.imageHeader:link    { text-decoration: none; color : #ffffff;}

a.imageHeader:visited { text-decoration: none; color : #ffffff;}

a.imageHeader:active  { text-decoration: none; color : #ffffff;}

a.imageHeader:hover   {

	color            : #ffffff;

	text-decoration  : none;

	background-color : #000099

}

/*

 * classes

 */

.textTiny        { font-size:  6pt                                    }

.textSmall       { font-size:  8pt                                    }

.textSmallBold   { font-size:  8pt; font-weight: bold                 }

.textSmallWhite  { font-size:  8pt;                    color: #ffffff }

.textBold        { font-size: 10pt; font-weight: bold                 }

.textBlackBold   { font-size: 10pt; font-weight: bold; color: #000000 }

.textWhite       {                                     color: #ffffff }

.textWhiteBold   {                  font-weight: bold; color: #ffffff }

.textBig         { font-size: 12pt                                    }

.textBigBold     { font-size: 14pt; font-weight: bold                 }

.textOrange      {                                     color: #ffcc66 }

.textOrangeBold  {                  font-weight: bold; color: #ffcc66 }

.textYellow      {                                     color: #ffff66 }

.textYellowBold  {                  font-weight: bold; color: #ffff66 }

.textGreen       {                                     color: #33cc66 }

.textGreenBold   {                  font-weight: bold; color: #33cc66 }

.textRed         {                                     color: #ff6666 }

.textRedBold     {                  font-weight: bold; color: #ff6666 }

.textBlue        {                                     color: #003399 }

.textBlueBold    {                  font-weight: bold; color: #003399 }

.textHighlight   { font-size: 10pt; font-weight: bold; color: #800000 }

/*

.textHeader      { font-size:  8pt;                    color: #ffffff }

*/

.currentLocation { font-size:  8pt; font-weight: bold; color: #000000 }

.navItems        { font-size:  8pt;                    color: #000000 }

.errorMessage    { font-size:  8pt; font-weight: bold; color: #ff6666 }

.inputHelp       { font-size:  8pt; font-weight: bold; color: #000000 }

