img { behavior: url(iepngfix.htc); }

.inside-text {
    font-family: Arial;    font-size: 12px;    color: #000000;    font-weight: regular;  text-align:justify;
}

.title-text {
    font-family: Arial;    font-size: 12px;    color: #CB3366;    font-weight: bold;
}

.search-text-dark {
    font-family: Arial;    font-size: 12px;    color: #3F3F3F;    font-weight: bold;
}

.search-text-inside-dark {
    font-family: Arial;    font-size: 11px;    color: #3F3F3F;    font-weight: bold;
}

.search-text-white {
    font-family: Arial;    font-size: 13px;    color: #FFFFFF;    font-weight: bold;
}

.search-text-inside-white {
    font-family: Arial;    font-size: 12px;    color: #FFFFFF;    font-weight: bold;
}

.inside-gray-text {
    font-family: Arial;    font-size: 11px;    color: #B2B2B2;    font-weight: regular;
}

.inside-pink-text {
    font-family: Arial;    font-size: 11px;    color: #CB3366;    font-weight: regular;
}

.footer-text {
    font-family: Arial;    font-size: 10px;    color: #000000;    font-weight: bold;    text-align: center;
}

.line-bottom-dashed-gray {
    border-bottom: 1px dashed #B2B2B2;
}

.line-right-dashed-gray {
    border-right: 1px dashed #B2B2B2;
}

.line-bottom-solid-turquoise {
   border-bottom: 1px solid #66CBCB;
}


a:link.inside-pink-link, a:visited.inside-pink-link {
	font-family: Arial;	font-size: 11px;	font-weight: regular;  color: #CB3366;	text-decoration: none;
}
a:hover.inside-pink-link {
	font-family: Arial;	font-size: 11px;	font-weight: regular;  color: #CB3366;	text-decoration: underline;
}

a:link.inside-link, a:visited.inside-link,a:hover.inside-link {
	font-family: Arial;	font-size: 12px;	font-weight: regular;  color: #CB3366;	text-decoration: underline;
}

a:link.inside-gray-link, a:visited.inside-gray-link {
	font-family: Arial;	font-size: 11px;	font-weight: regular;  color: #B2B2B2;	text-decoration: none;
}
a:hover.inside-gray-link {
	font-family: Arial;	font-size: 11px;	font-weight: regular;  color: #B2B2B2;	text-decoration: underline;
}

/* this is to remove horizontal,vertical scrollbars from FF,IE */
html,body{
overflow-y: hidden;
}

/* colouring the scrollbar only works in IE & opera */
html,body{
scrollbar-face-color:#D4D0C8;
scrollbar-arrow-color:000000;
scrollbar-track-color:#F4F4F4;
scrollbar-shadow-color:'808080';
scrollbar-highlight-color:'FFFFFF';
scrollbar-3dlight-color:'D4D0C8';
scrollbar-darkshadow-Color:'A0A0A0';
}

/* this is to make sure the line spacing in opera is identical to the default line spacing in FF & IE */
td{
line-height: 15px;
}