.BigYellowHead {
	font-size : 15px;
	font-family : Arial, sans-serif;
	font-style: underline;
    font-weight : bold;
	color : #ffff00;
}

A.link {
    font-family : Arial, sans-serif;
    /* font-size : 9pt; */
    color : yellow ;
    text-decoration:underline;
}

A.link:hover {
    font-family : Arial, sans-serif;
    /* font-size : 9pt; */
    color : blue ;
    text-decoration:underline;
}

A.textlink {
    font-family : Arial,sans-serif;
    font-size : 9pt;
    color : white ;
    text-decoration:underline;
}

A.textlink:hover {
    font-family : Arial,sans-serif;
    font-size : 9pt;
    color : blue ;
    text-decoration:underline;
}


A.SmallWhite {
    font-family : sans-serif;
    font-size : 11px;
    color : white;
    text-decoration:none;
}

A.SmallWhite:Hover {
    font-family : sans-serif;
    font-size : 10px;
    color : yellow;
    text-decoration:underline;
}

TD.headline {
    font-family : sans-serif;
    font-size : 14px;
    font-weight:bold;
    color : yellow;
}

TD.text8pt {
    font-family : sans-serif;
    font-size : 8pt;
}

TD.text {
    font-family : MS sans-serif,sans-serif;
    color : white;
	font-size : 13px;
}

TD.SmallWhite {
    font-family : sans-serif;
    font-size : 10px;
    color : white;
    text-decoration:none;
}

B.sourcedate {
    font-family : Arial,sans-serif;
    font-size : 9pt;
    font-weight : normal;
    color : yellow;
}

/** Style For Photo System */
IMG.thumb {
border:1px;border-color:gray;border-style:solid;
}
TD.image {
font-family:sans-serif;font-size:9pt;color:White;
}

