/* CSS Document */

/*BODY CSS*/
* {font-size: 9pt; font-family: Tahoma, Verdana,  Tahoma; color: #353535; line-height:16px;}
 
body { margin:0; background-color: #006699;  }

#tablesmallfont { font-size: 11px; }
#tablesmallfont td { font-size: 11px; }

/* Padding and Margin */
.allpad { padding: 4px; }

/* background color */ 
.breadcrumps { background: #d2e0e7; }
.bluetitlebg { background: #225E7A; }
.darkbluetitle { background: #BBE9FF; }

.thumbstyle { border: #b8b8b8 2px solid; padding: 2px; }
.smallfont { font-size: 11px; color:#333333 }
.redfont { color: #FF0000; }

/* headers */
h1, h2, h3, h4, h5 { font-family: Arial, Verdana,  Tahoma; color: #317290; margin:0;}
h1 { font-size: 12pt; font-style: italic; color:#FFFFFF; }
.whitetitle { font-size: 11pt; font-style: italic; color:#FFFFFF; padding: 2px; font-weight: 800; }
h2 { font-size: 10pt; color: #353535; font-weight: 700; }
.darktitle { font-family:Arial, Verdana, Tahoma; color: #353535; font-weight: 700; font-size: 12pt; }
h3 { font-size: 16px; font-family: Arial, Tahoma, Verdana; color: #317290; }

/*Font*/
.TitleBoldBlueGreen { color: #317290; font-weight:bold;}
.TitleBlueGreen { color: #317290;  }

.contentfont2 {text-align:justify;}
.contentfont3 {text-align:justify; padding-left: 20px; padding-top: 10px;}
.contentfontBold {font-weight:bold;}
.contentfontBold2 { font-weight:bold; padding: 10px; line-height:2px;}
.SearchFont {   color: #317290;  }
.FooterFont {   color: #ffffff;  }
.FooterFontBold {   color: #ffffff;   font-weight:bold;}


/* Link1 */
a:link {color: #225E7A; text-decoration: none;}
a:visited {color: #225E7A; text-decoration: none;}
a:hover {color: #225E7A; text-decoration: underline;}
a:active {color: #225E7A;text-decoration: none;}

/* Link2 */
.read:link {color: #317290;      text-decoration: underline;}
.read:visited {color: #317290;      text-decoration: underline;}
.read:hover {color: #0E384B;      text-decoration: none;}
.read:active {color: #317290;      text-decoration: underline;}

/* Link3 */
.footerlink:link {color: #ffffff;      text-decoration: none;}
.footerlink:visited {color: #ffffff;      text-decoration: none;}
.footerlink:hover {color: #ffffff;      text-decoration: underline;}
.footerlink:active {color: #ffffff;      text-decoration: none;}

/* Link3 */
.navlink:link { font-size: 8pt; font-family: Tahoma, Arial, Verdana; color: #ffffff; font-weight:600; text-decoration: none;}
.navlink:visited { font-size: 8pt;  font-family: Tahoma, Arial, Verdana; color: #ffffff; font-weight:600; text-decoration: none;}
.navlink:hover { font-size: 8pt; font-family: Tahoma, Arial, Verdana; color: #ffffff; font-weight:600; text-decoration: underline;}
.navlink:active { font-size: 8pt; font-family: Tahoma, Arial, Verdana; color: #ffffff; font-weight:600; text-decoration: none;}

.navborder { border: #153A4D 1px solid; }


/* Tables */
.sideTable { background-color:#DFF5FF; }

/* alignment */
.textcenter { text-align: center; }
