<!--

body {
background-color: rgb(255,255,255);
background-image: none;
font-family: times;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 20px;
margin-right: 20px;
text-align:center
}

img {
border-width: 0px
}

a.uline:link {
color: rgb(0,0,255);
text-decoration: underline
}

a.uline:visited {
color: rgb(0,0,255);
text-decoration: underline
}

a.uline:hover {
color: rgb(0,0,255);
text-decoration: underline
}

a.uline:active {
color: rgb(0,0,255);
text-decoration: underline
}

a.sthru:link {
color: rgb(0,0,255);
text-decoration: underline line-through
}

a.sthru:visited {
color: rgb(0,0,255);
text-decoration: underline line-through
}

a.sthru:hover {
color: rgb(0,0,255);
text-decoration: underline line-through
}

a.sthru:active {
color: rgb(0,0,255);
text-decoration: underline line-through
}

a.plain:link {
color: rgb(0,0,255);
text-decoration: none
}

a.plain:visited {
color: rgb(0,0,255);
text-decoration: none
}

a.plain:hover {
color: rgb(0,0,255);
text-decoration: underline
}

a.plain:active {
color: rgb(0,0,255);
text-decoration: underline
}

.content_head {
width: 386px;

margin: 0px;
font-weight: bold;
text-align: left;
padding: 0px;
padding-left: 20px
}

.content {
width: 386px;

margin: 0px;
margin-bottom: 20px;
text-align: left;
padding: 0px;
padding-left: 20px
}

.copyright {
text-align:center
}

.full_content {
border-bottom-color: rgb(155,155,155);
border-bottom-width: 1px;
border-bottom-style: solid
}


-->