/** Universal **/
html {
font-family: 'tahoma', Arial, Helvetica, sans-serif;
font-size: 11px;
color: #454545;
}
body {
padding: 0px;
margin: 0px;
}
form {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px
}
img {
border: none;
}

p 
{
    margin-top:2px;
    margin-bottom:2px}

/** ID **/
#bottomShadow_tile {
background-image: url(images/bottomshadow_tile.gif);
}
#body_tile {
background-image: url(images/body_tile.gif);
}
#newsReleases A {
color: #0368A0;
}
#newsReleases A:LINK {
color: #0368A0;
}
#newsReleases A:HOVER {
color: #0368A0;
}
#mainTable {
font-size: 11px;
padding: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#top_tile {
background-image: url(images/top_Tile.gif);
background-repeat: repeat-x;
}
#footer {
background-image: url(images/footer_tile.gif);
color: #FFFFFF;
line-height: 16px;
font-size: 11px;
background-repeat:repeat-x;
background-position:top;
background-color:#006196
}
/** CLASSES **/
.bookmark { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #006196; text-decoration: none; padding-right: 2px; }
A.bookmark:LINK { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #006196; text-decoration: none; padding-right: 2px; }
A.bookmark:HOVER { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #006196; text-decoration: underline; padding-right: 2px; }
.thePlaceToBe {
padding: 10px;
background-color: #CBDBB5;
cursor:pointer;
}
A.footer {
text-decoration: none;
color: #ffffff;
font-size: 11px;
}
A.footer:link {
text-decoration: none;
color: #ffffff;
font-size: 11px;
}
A.footer:hover {
text-decoration: underline;
color: #ffffff;
font-size: 11px;
}
a.gray {
color: #454545;
text-decoration: none;
}
a.gray:link {
color: #454545;
text-decoration: none;
}
a.gray:hover {
color: #454545;
text-decoration: underline;
}
a.gray_underline {
color: #454545;
text-decoration: underline;
}
a.gray_underline:link {
color: #454545;
text-decoration: underline;
}
a.gray_underline:hover {
color: #454545;
text-decoration: none;
}
a.blue_underline {
color: #0368A0;
text-decoration: underline;
}
a.blue_underline:link {
color: #0368A0;
text-decoration: underline;
}
a.blue_underline:hover {
color: #0368A0;
text-decoration: none;
}
#calendarForm {
font-size: 11px;
color: black;
}
#calendarForm td {
font-size: 11px;
font-weight: bold;
padding: 15px;
color: black;
}
#calendarForm form {
margin: 0px;
color: black;
}
#calendarForm input {
width: 190px;
color: black;
}

.news_table 
{background-color:#eef5f9;
    padding:8px;
    margin-top:2px;
    margin-bottom:2px;
    }
.news_table:hover 
{background-color:#e6f2f8;
    }


