

body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
  font-family: verdana, helvetica,arial,sans-serif;
}
body, small {
  font-size: 9pt;
  font-family: verdana, helvetica,arial,sans-serif;
}
td, th {
  font-size: 10pt;
  font-family: verdana, helvetica,arial,sans-serif;
}
textarea, pre {
  font-family: monospace;
  font-size: 9pt;
}

a{
	color: #17264C;  
}
a:hover{
	color: #46AACB;
}
input, select, textarea{ padding: 3px; }
input[type="submit"], input[type="button"], input[type="reset"]{ border: 0; background: #17264C; color: White; cursor: pointer; }
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover{  background: #46AACB; color: White; }

.LeftCol a{ color: white; }
.LeftCol a:hover{
	color: #46AACB;
}

.LeftCol font[color="#770000"]{ color: White; }
.LeftCol table{
	width: 100%;
}