/*font-family: "Verdana", "Arial", "Helvetica", "sans-serif";*/
/* Red = AB2931 Dark Gray = 6D6E70 Light Gray = BCBCBE */

body {background-color: white; font-family: "Arial"; color: #6d6e70; font-size: 12px;}

a:visited {color : #ab2931; text-decoration : none;}
a:link   {color : #ab2931; text-decoration : none;}
a:hover  {color : #ab2931; text-decoration : underline;}
a:active {color : #ab2931; text-decoration : underline; }

a.colheader:visited {font-size: 12px; color : #ab2931; text-decoration : none;}
a.colheader:link   {font-size: 12px; color : #ab2931; text-decoration : none;}
a.colheader:hover  {font-size: 12px; color : #ab2931; text-decoration : underline;}
a.colheader:active {font-size: 12px; color : #ab2931; text-decoration : underline; }

a.profile:visited {font-size: 12px; color : #6D6E70; text-decoration : none;}
a.profile:link   {font-size: 12px; color : #6D6E70; text-decoration : none;}
a.profile:hover  {font-size: 12px; color : #6D6E70; text-decoration : underline;}
a.profile:active {font-size: 12px; color : #6D6E70; text-decoration : underline; }

.boxed-table {border-style: solid; border-color: #FFFFFF; border-width: medium;}
ul.small {font-size: 11px;}
div.header {background-color: white; font-family: "Arial"; color: #6d6e70; font-size: 12px;}



IMG {
    border: 0px;
    border-style: none;
}
.hide {
	display: none;
}