

a:link       { color: #3300CC; text-decoration: none; font-weight: bold;
	}
a:visited    { color: #000080; text-decoration: none; font-weight: bold }
a:active     { color: red; text-decoration: none; font-weight: bold }
a:hover      { color: red; text-decoration: underline; font-weight: bold }
body
{
background: url(<%=imagesserver%>/images/backgio2000.gif);
margin: 0;
}


.margincontent
{
margin-left: 30px; margin-right: 30px;
}



LI
{
	margin-left: 0px
}

.tdborder1
{
	border-width: 1;
	border: 1px solid #C0C0C0;
}
/* */

.tdhighlight
{
	background-color: silver;
	font-weight: bold
}


h6 { font-weight: bold; text-align: Center }


h5 { font-weight: bold; text-align: Center }


h4 { font-weight: bold; text-align: Center }


h3 { font-weight: bold; text-align: Center }


h2 { font-weight: bold; text-align: Center }


h1 { font-weight: bold; text-align: Center }
h1           { font-size: 16pt }
h2           { font-size: 14pt }
h3           { font-size: 12pt }
h4           { font-size: 11pt }
h5           { font-size: 10px }
h6           { font-size: 8pt }

hr           { color: silver; width: 50% }
INPUT
{
FONT-SIZE: 8pt;
FONT-STYLE: normal;
FONT-VARIANT: normal;
FONT-WEIGHT: bold;
LINE-HEIGHT: normal
}
SELECT
{
FONT-SIZE: 9pt;
FONT-STYLE: normal;
FONT-VARIANT: normal;
FONT-WEIGHT: bold;
LINE-HEIGHT: normal
}
UL{
line-height: 170%
}

.hidev {
	visibility: hidden;
}

.cred {
FONT-WEIGHT: bold;
color: #FF0000;
}



.imgresponsive {
  padding: 0 6px;
    width: 36px;
    height: 36px;
}



@media only screen and (min-width: 4000px){
  .imgresponsive {
    width: 60px;
    height: 60px;
  }
}