/*=================================================================================*/
/* General Styles*/
/*=================================================================================*/

body {
    width: 100%;
    margin: 0;   /* removes default browser margins */
    padding: 0;  /* removes default padding */
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

/* Style elements for template */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.title {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 22px;
    font-weight : bold;
}

.slogan {
    color : blue;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 16px;
    font-weight : bold;
}

A.email:link, A.email:visited {
    color : blue;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
    text-decoration : none;
}

A.email:hover, A.email:active  {
    color : #6699FF;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
    text-decoration : underline;
}

.phone {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : normal;
}

table.none, td.none {
    background-image : none;
}

td.bgimage1 { 
    background-color: #FFFFCE;
    vertical-align : middle;
}

td.bgimage2 { 
    background-color: #FFFFCE;
    background-image: url("../images/intl_top.jpg");
    background-repeat: no-repeat;
    vertical-align : middle;
}

td.bgimage3 { 
    height: 40px;
    background-color: #FFFFCE;
    background-image: url("../images/intl_bot_02.jpg");
    background-repeat: no-repeat;
    vertical-align : middle;
    text-align: right;
    vertical-align: middle;
}

table.white {
    width: 60%;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    background-color: #FFFFFF;
    border: 3px solid black;
    border-collapse: collapse; /* optional, avoids double borders inside table */
}

td.whitetab {
    color: #0000FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

/* Style elements for navigation */

.nav {
    color : White;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
}

.navcurrent {
    color : #CCCCCC;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
}

A.navlink:link, A.navlink:visited {
    color : White;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
    text-decoration : underline;
}

A.navlink:hover, A.navlink:active {
    color : #CCCCCC;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
    text-decoration : underline;
}

/* Style elements for content */

.content_header {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 26px;
    font-weight : bold;
    text-align: center;
}

.content_body {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
}

.content_bodyr {
    color : red;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
}

.content_bodyyb {
    color : black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
    background-color: #FFFF00;
}

.content_footer {
    color : Black;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 8pt;
    font-weight : bold;
}

.h4red{
    color : red;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 16px;
    font-weight : bold;
}

/* Style elements for user specified html */

A:link {
    color : Blue;
    text-decoration : underline;
}

A:visited {
    color : Blue;
    text-decoration : underline;
}

A:hover {
    color : #000066;
    text-decoration : underline;
}

A:active {
    color : Blue;
    font-weight : bold;
    text-decoration : underline;
}

li {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold
}
