<!--

body {
    background-color: #ffffff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.body_noMargin {
    background-color: #ffffff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
}

.mainTitle {
    background-color: #ffffff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;

}

.calendarRedTitle {
    background-color: #ffffff;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.easterTitle {
    background-color: #ffffff;
    color: #ec5e00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.calendarDate {
    font-family: Arial, Helvetica, sans-serif;
    color: #068e0a;
    font-size: 16px;
    font-weight: bold;
}

.calendarBlackBoldText {
    background-color: #ffffff;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.calendarBlackText {
    background-color: #ffffff;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.calendarLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #0066cc;
    text-decoration: none;
}

.title {
    background-color: #ffffff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.standardText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.blueText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0055A2;
}

.standardTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

.subCategoriesFirstPage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
    color: #0066cc;
    cursor: pointer;
}

.categoriesFirstPage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #0066cc;
    height: 17px;
    background-color: #ffffff;
    cursor: pointer;
}

.categoriesFirstPageInactive {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0066cc;
    height: 17px;
    background-color: #ffffff;
}

.footer {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    height: 50px;
    vertical-align: bottom;
    background-color: #ffffff;
    width: 100%;
    border-top: 1px #cccccc solid;
}

.categoryTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0066cc;
    height: 11px;
}

.adTitle {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;

}
.navigatorMenu {
    background-color: #ffffff;
    border-bottom: 1px #d1e8ec solid;
    width: 100%;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
}

.lineDotted {
    border-bottom: 1px #1398b1 dotted;
}

.lineDarkGrey {
    border-bottom: 1px #999999 solid;
}

.lineLightGrey {
    border-bottom: 1px #cccccc solid;
}


.topmenuFont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #2f3131;
    height: 17px;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

.topMenuButtonActive {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #1398b1;
    height: 29px;
    background-image: url( '../images/bkgr_active_tab.gif' );
}

.topMenuButtonActiveLeft {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 29px;
    width: 6px;
    background-image: url( '../images/left_edge_active.gif' );
}

.topMenuButtonActiveRight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 29px;
    width: 6px;
    background-image: url( '../images/right_edge_active.gif' );
}

.topMenuButtonInactive {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 29px;
    color: #2f3131;
    background-image: url( '../images/bkgr_inactive_tab.gif' );
}

.topMenuButtonInactiveLeft {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    height: 29px;
    vertical-align: middle;
    width: 6px;
    background-image: url( '../images/left_edge_inactive.gif' );
}

.topMenuButtonInactiveRight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 29px;
    width: 6px;
    background-image: url( '../images/right_edge_inactive.gif' );
}

.styleError {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.greyLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #999999;
    text-decoration: underline;
}

.orangeLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    text-decoration: underline;
}

.orangeLinkPlain {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
}

.orangeLinkNonBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF6600;
    text-decoration: underline;
}

.blueLinkNonBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0055A2;
    text-decoration: underline;
}

.shortText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
}

.pageNavigator {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 6px;
    font-weight: bold;
    color: #444fff;
}

.pageNavigatorCurrent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #682500;
}

.style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.style3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    color: #003C74;
}

.style4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0066cc;
}

.style6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    text-decoration: underline;
}

.style7 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.style9 {
    font-weight: bold;
    text-decoration: underline;
    color: #003C74;
    font-family: Arial, Helvetica, sans-serif;
}

.style10 {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
}

.style12 {
    font-size: 10px
}

.style14 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

.style15 {
    font-family: Arial, Helvetica, sans-serif
}

.style16 {
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #9900CC;
}

.style17 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

/**************************************
 *  General styles
 **************************************/

.default, td, textarea, input, select {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.td_bgcolor {
    background-color: #003C74;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

/**************************************
*  Links
**************************************/

a, a:active {
    color: #0066cc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

a:visited {
    color: #0066cc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

a.noline, a.noline:hover, a.noline:active, a.noline:visited {
    color: #0066cc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

a.p_footer:hover {
    color: #600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}



a.easterMenu, a.easterMenu:visited, a.easterMenu:hover, a.easterMenu:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF6600;
    text-decoration: none;
    background-color: #ffffff;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
    border: 0;
}

.searchTable {
    margin-top: 12px;
}


.companyMarketName, a.companyMarketName, a.companyMarketName:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0066cc;
    text-decoration: none;
    height: 20px;
    vertical-align: middle;
    border: 0;
}

 a.companyMarketName:hover, a.companyMarketName:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0099ee;
    text-decoration: none;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
    border: 0;
}
.picturePadding {
    padding-left:50;
}

img {
    border: 0;
}


.companyListing1 {
    border: 1px solid #B5B5C5;
    height:100px;
    padding: 0px 0px 0px 6px;
    background-color:#f0f0f0;
}

.companyListing2 {
    border: 1px solid #B5B5C5;
    height:100px;
    padding: 0px 0px 0px 6px;
    background-color:#fafafa;
}

.companyListing3 {
    border: 1px solid #B5B5C5;
    height:100px;
    padding: 0px 0px 0px 6px;
    background-color:#ffffff;
}

.companyListing4 {
    padding: 0px 0px 0px 6px;
    background-color:#ffffff;
}

-->
