/* BASIC STYLES */

body {
	font-family: Times, serif;
	color: #000000;
	background: #fcf5fc;
	font-size: 13pt;
	line-height: 15pt;
        margin-left: 5%;
        margin-right: 5%;
}

p {
	font-family: Times, serif;
	padding-left: 3px;
        padding-right: 3px;
	text-align: justify;
	color: #6b026b;
}

.white {
	color: #990033;
	font-weight: bold;
	font-size: 15pt;
}



p.company {
	color: #000033;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding-left: 3px;
      padding-right: 3px;
}

p.copy {
	color: #6b026b;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding-left: 3px;
      padding-right: 3px;
}

td {
	font-family: 'Times New Roman', Times, serif;
	font-size: 13pt;
}


/* LINKS */

a:link {
	font-family: 'Times New Roman', times, serif;
	color: #6b036b;
	text-decoration: underline;
}

a:visited {
	font-family: 'Times New Roman', times, serif;
	color: #6b026b;
	text-decoration: underline;
}

a:hover {
	font-family: 'Times New Roman', times, serif;
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-family: times, serif;
	color: #990033;
	font-size: 28pt;
	line-height: 120%;
	text-align: left;
	font-variant: small-caps;
}

h1.title {
	font-family: 'Times New Roman', times, serif;
	color: #fb1669;
	font-size: 24pt;
	line-height: 100%;
	text-align: center;
	margin bottom: 0%;
}

h1.title2 {
        font-family: 'Times New Roman', times, serif;
        color: #6b026b;
        font-size: 24pt;
        line-height: 100%;
        text-align: left;
}

h2 {
	font-family: arial, verdana, sans-serif;
	color: #990033;
	font-size: 20pt;
	line-height: 120%;
	text-align: right;
	margin-top: 20pt;
	margin-bottom: 10pt;
      border-bottom: 1pt solid #990033;
	padding-right: 5px;
}

h2.title {
	font-family: 'Times New Roman', times, serif;
	color: #6b026b;
	font-size: 18pt;
	line-height: 100%;
	text-align: center;
	margin-top: -1%;
	margin-bottom: 10pt;
      border-bottom: 1pt solid #990033;
	padding-right: 5px;
}

h2.title2 {
	font-family: 'Times New Roman', times, serif;
	color: #6b026b;
	font-size: 18pt;
	line-height: 100%;
	text-align: center;
	margin-top: -1%;
	margin-bottom: 10pt;
      border-bottom: 1pt solid #990033;
	padding-right: 5px;
}

h2.center {
	text-align: center;
}

h3 {
	font-family: 'Times New Roman', times, serif;
	color: #6b026b;
	text-align: left;
}

h3.title {
	font-family: 'Times New Roman', times, serif;
	color: #6b026b;
	text-align: center;
	font-size: 135%;
}

h4	{
	font-family: arial, verdana, sans-serif;
	color: #6b026b;
	font-size: 130%;
	line-height: 135%;
	text-align: right;
	margin-top: 20pt;
	margin-bottom: 6pt;
	padding-right: 5px;
}

h4.center	{
	line-height: 135%;
}

/* END HEADINGS */

img.lefty {
	float: left;
	padding: 10px;
}

img.righty {
	float: right;
	padding: 10px;
}
.nav {
	text-align: center; 
}
.nav a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 .5em;
	text-align: center;
	line-height: 2em;
	border: 3px ridge #6b026b;
	margin: 5px 0;
	white-space: nowrap;
}
.nav a:link {
	text-decoration: none;
	color: #6b026b;
	background-color: #FCE9FD;
}

.nav a:visited {
	text-decoration: none;
	color: #6b026b;
	background-color: #FCE9FD;
}

.nav a:hover {
	text-decoration: none;
	color: #fcf5fc;
	background-color: #6b026b;
}
.navright {
	text-align: center;
	margin-top: 15px;   
}
.navright a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 .5em;
	text-align: center;
	line-height: 2em;
	border-top: 3px ridge #6b026b;
	border-bottom: 3px ridge #6b026b;
	border-left: 2px solid #6b026b;
	border-right: 2px solid #6b026b;
	margin: 5px 0;
	white-space: nowrap;
}
.navright a:link {
	text-decoration: none;
	color: #6b026b;
	background-color: #FCE9FD;
}

.navright a:visited {
	text-decoration: none;
	color: #6b026b;
	background-color: #FCE9FD;
}

.navright a:hover {
	text-decoration: none;
	color: #ffeeff;
	background-color: #6b026b;
}

img.topbox {
	float : left;
	margin-right: 10px;
	border: 4px ridge #6b026b;
}

img.home_image {
	float: right;
	border: thin outset;
	margin-left: 10px;
}
hr {
	margin-top: 10px;
	clear: both;
}
.clear {
	clear: both;
}
table.shows td {
	padding-bottom: .5em;
}