/* CSS definition file containing sitestyle stylesheets */
body {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: x-small;
	background-color: rgb(255,255,255);
	text-align: center;
	margin: auto;
	width: 100%;
}

p.Copyright {
	text-align: center;
	margin: 15px 0 11px 0;
}

table.vspacing {
	width: 100%;
	border-collapse: collapse;
}

table.vspacing, table.vspacing > tbody > tr > td {
	vertical-align: top;
	border: 0;
	padding: 0 0 1em 0;
	margin: 0;
}

div#container {
	width: 1100px;
	display: inline-block;
	float: none;
}

table#container_table {
	width: 100%;
	border-collapse: collapse;
}

table#container_table, table#container_table > tbody > tr > td {
	border: 0;
	padding: 0;
	margin: 0;
}

table#container_table > tbody > tr {
	vertical-align: top;
	text-align: left;
}

table#container_table > tbody > tr > td.TextObject {
	padding: 11px 0px 18px 0px;
}

td#navbar {
	text-align: center;
}

table#NavigationBar1 {
	border-collapse: collapse;
	display: inline-table;
}

table#NavigationBar1, table#NavigationBar1 > tbody > tr > td {
	border: 0;
	padding: 0;
	margin: 0;
}

#star {
	display: block;
	position: relative;
	top: 132px;
	left: 630px;
}

/* TODO:  Name */
#Picture5, #Picture6 {
	width: 63px;
	height: 9px;
}

#Rectangle1 {
	width: 614px;
	height: 9px;
}

#SiteStyleLine2 {
	width: 100%;
	height: 4px;
}

 A:active { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 10pt; color: rgb(51,102,51); text-decoration: none ;}
 A:link { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 10pt; color: rgb(51,102,51); text-decoration: none ;}
 A:visited { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 10pt; color: rgb(51,102,51); text-decoration: none ;}
 .TextObject { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: x-small;}
 H1 { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-large; color: rgb(0,102,0); font-weight: bold;}
 H2 { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: x-large; color: rgb(0,102,0); font-weight: bold;}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 10pt; color: rgb(102,51,153);}
 H3 { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: large; color: rgb(0,102,0); font-weight: bold;}
 OL { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: x-small; font-weight: normal; font-style: normal;}
 A { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 10pt; color: rgb(51,102,51); text-decoration: none ;}
 H4 { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: medium; color: rgb(0,102,0); font-weight: bold; text-align: center;}
 .TextNavBar { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small;}
 H5 { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: small; color: rgb(0,102,0); font-weight: bold;}
 H6 { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 14px; color: rgb(0,102,0); font-weight: bold;}
 A:hover { font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: 10pt; color: rgb(0,204,0); font-weight: normal; font-style: normal; text-decoration: underline;}
 
.frm {
	width: 100%;
	margin-top: 10px;
	background-color: #eff7ff;
}

span.txt {
	border-bottom: 1px solid #000000;
	background-color: #fff9fa;
}

.chkBox {
	border: 1px solid #000000;
	width: 10px;
	height: 10px;
}

label.sub {
	font-size: 11px;
}

label.lng {
	font-size: 11px;
}

input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
	font-family: Verdana;
}

h1 {
	font-size: 22px;
	text-align: center;
}

h2 {
	font-size: 18px;
	text-align: center;
}

.red {
	color: Red;
}

h2.red {
	font-style: italic;
	text-decoration: underline;
}

hr.red {
	border-bottom: 2px solid #FF0000;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.error {
	color: Red;
	font-style: italic;
}

img.SIGNATURE {
	width:400px
}

table.data {
	display: inline-table;
	text-align: center;
	border-collapse: collapse;
	font-size: 10pt;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color: rgb(102,51,153);
}

table.data, table.data > tbody > tr > * {
	border: 0;
	padding: 0;
	margin: 0;
}

table.data > thead {
	border: 1px solid rgb(102,102,153);
	color: #006600;
}

table.data > tbody > tr {
	vertical-align: top;
}

table.data > tbody > tr > th, table.data > thead > tr > th {
	font-weight: bold;
	background-color: rgb(255,255,204);
}

table.data > tbody > tr.r1 > th {
	background-color: rgb(226,200,103);
}

table.data > tbody > tr.r2 > th {
	background-color: rgb(255,255,204);
	border-bottom: 1pt groove rgb(0,0,0);
}

table.data > tbody > tr.r1 > td {
	background-color: transparent;
}

table.data > tbody > tr.r2 > td {
	background-color: rgb(238,238,238);
}

table.grayborder, table.grayborder > tbody > tr > * {
	border: 2px solid #CCC;
}

table.grayborder > tbody > tr > * {
	padding: 2px;
}

table#associations {
	border-collapse: collapse;
	border: 0;
}

table#associations > tbody > tr > * {
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

table#associations > tbody > tr > td > p {
	text-align: center;
}

table#associations > tbody > tr > td > p > a {
	margin: 0 0.5em 0 0.5em;
	vertical-align: middle;
}

table#associations > tbody > tr > td > p > a > img {
	border: 0;
}

