﻿/* JH - survey */
#allcontent {
position: relative;
}
#allcontent a:link { color: #1F79A5; font-size: 12px; text-decoration: none; }
#allcontent a:visited { color: #1F79A5; font-size: 12px; text-decoration: none; }
#allcontent a:hover { color: #1F79A5; font-size: 12px; text-decoration: underline; }
#allcontent a:active { color: #1F79A5; font-size: 12px; text-decoration: none; font-weight: normal; }

/* table */
#tblContent td {width:180px; font-size:12px; vertical-align:top;}

#tblContent .btn_link a:link { color: #fff; font-weight: bold; font-size: 12px; text-decoration: none; }
#tblContent .btn_link a:visited { color: #fff; font-weight: bold; font-size: 12px; text-decoration: none; }
#tblContent .btn_link a:hover { color: #fff; font-weight: bold; font-size: 12px; text-decoration: underline; }
#tblContent .btn_link a:active { color: #FAE65A; font-weight: bold; font-size: 12px; text-decoration: none; padding-left: 0px; }

