h1 {
font-size: 11px;
padding: 0px;
margin: 0px;
font-weight: bold;
margin-top: 10px;
}

p, li {
font-family: Trebuchet, Verdana, Arial, sans-serif;
font-size: 11px;
padding: 0px;
margin: 0px;
line-height: 16px;
}

img {
border: 0px;
}

/* NORMAL LINKS MARKUP */
a:link {
color: #0C418F;
text-decoration: none;
}
a:visited {
color: #0C418F;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

/* SUBMENU MARKUP */
ul.submenu {
list-style-type: none;
margin-left: 3px;
padding-left: 0px;
}

.submenu li {
line-height: 17px;
}

.sublink a:link {
color: #0C418F;
text-decoration: none;
}
.sublink a:visited {
color: #0C418F;
text-decoration: none;
}
.sublink a:hover {
text-decoration: underline;
}

.actsub a:link {
color: #C83702;
text-decoration: none;
}
.actsub a:visited {
color: #C83702;
text-decoration: none;
}
.actsub a:hover {
text-decoration: underline;
}

/* FOOTERMENU MARKUP */

.footerlink a:link {
color: #0C418F;
text-decoration: none;
}
.footerlink a:visited {
color: #0C418F;
text-decoration: none;
}
.footerlink a:hover {
text-decoration: underline;
}


/* TT NEWS MARKUP */

.news-latest-title {
}
.news-latest-date {
font-size: 9px;
display: inline;
}
.news-latest-morelink {
display: inline;
}

h3 {
margin-bottom: 0px;
margin-top: 8px;
padding: 0px;
color: #0C418F;
font-size: 12px;
}

.news-single-header {
font-size: 11px;
}

/* BULLET LIST MARKUP */
ol {
margin: 0px;
margin-left: -20px;
/*/*firefox*/*/
margin-left: 18px;
margin-top: -8px;
/*/*firefox*/*/
margin-top: 0px;
line-height: 8px;
list-style-type: disc;
color: #0C418F;
}

/* added azeef 19nov09 */
#rightcontent div{ padding-bottom:4px; margin:0; }
