@charset "utf-8";
@page { }
/* CSS Document */

a:link { color: #993; text-decoration: none; font-size: 10px; font-weight: 100; }
a:visited { color: #993; text-decoration: none; font-size: 10px; font-weight: 100; }

a:hover {
	text-decoration: none;
	color: #cc3;
}

a:active {
}

td { color: #c7c73a; font-family: Georgia, "Times New Roman", Times, serif; font-size: 9px; }

.title { color: #993; font-weight: 200; font-stretch: normal; }

.medium { color: #999; font-weight: 200; font-style: italic; }

.header { color: #433f3f; font-weight: 100; font-stretch: normal; letter-spacing: 2pt; }
.address { color: #660; font-stretch: semi-expanded; line-height: 10pt; text-align: right; }
.blue { color: aqua; font-stretch: expanded; }
