﻿
body { background:#fff;}

#contentDIV {
	font: normal normal normal 16px/22px tahoma, arial, sans-serif;
    border-top:solid 25px #f0f0ff;
    height:auto;
    min-height:500px;
    background:transparent url(bg_eyeMask.jpg) no-repeat 0 0;
    padding:0 5px 25px 300px;
}

.smTitle {
    font:normal normal normal 20px/24px 'tahoma', 'arial', sans-serif;
    color:#ca3;
    background-color:transparent;
}
.smHeading {
    font:inherit;
    font-size:125%;
    color:#999;
    background-color:transparent;
}

smSubHeading {
    font:inherit;
    font-size:100%;
    color:#999;
    background-color:transparent;
}


.smItem {
    font:inherit;
    font-size:75%;
    line-height:115%;
    color:#003399;
    background-color:transparent;
}

.smHeading a, .smSubHeading a, .smItem a {
    font:inherit;
    color:#003399;
    text-decoration:none;
    background-color:transparent
}
.smHeading a:hover, .smSubHeading a:hover, .smItem a:hover {
    color:#0000ff;
    text-decoration:underline;
    background-color:transparent
}



