img.thumb {
width: 60px;
border-width: 5px;
border-style: double;
border-color: FFEEBC;
}
img.large {
border-width: 5px;
border-color: FFEEBC;
border-style: double;
}
body {
margin-top: 8px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
font-family: arial;
font-size: 10pt;
color: 808080;
background-color: 003366;
}
td {
font-family: arial;
font-size: 10pt;
color: 808080;
}
th {
font-family: arial;
font-size: 10pt;
color: 808080;
}
h1 {
margin: 0px;
font-family: trebuchet ms;
font-weight: 900;
font-size: 20px;
text-align: center;
color: f1f1f1;
}
h2 {
margin: 0px;
font-family: trebuchet ms;
font-weight: 900;
font-size: 20px;
text-align: center;
color: f1f1f1;
}
h3 {
font-style: normal;
font-size: 20px;
}
h3.center {
font-style: normal;
font-size: 20px;
text-align: center;
}
h4 {
font-style: normal;
font-size: 20px;
text-align: center;
}
h5 {
font-style: normal;
font-size: 20px;
text-align: right;
}
A:link {
color: c1c1c1;
}
A:visited {
color: CC0000;
}
A:hover {
text-decoration: none;
color: ffffff;
}
A:active {
color: ff0000;
}
.alternate {
color: c1c1c1;
background-color: 003366;
}
A.link2:link {
color: ffffff;
}
A.link2:visited {
color: ffffff;
}
A.link2:active {
color: ff0000;
}
.right {
text-align: right;
}
.rightalt {
background-color: 003366;
color: c1c1c1;
text-align: right;
}
.middlealt {
background-color: 003366;
color: c1c1c1;
text-align: center;
}
.middle {
text-align: center;
}
.howmany {
font-size: 10pt;
color: f1f1f1;
text-align: center;
}
.inform {
font-size: 10pt;
color: f1f1f1;
}
.reg {
font-size: 10pt;
color: 808080;
}
.nobg {
background-image: url("") ;
background-color: #ffffff;
color: #000000;
}


.box_round {
     -moz-border-radius: 10px; /* FF1+ */
  -webkit-border-radius: 10px; /* Saf3+, Chrome */
          border-radius: 10px; /* Opera 10.5, IE 9 */
}


