.PageHead {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}
.BodyFont {
	font-size: 10pt;
}

.AssocDetail {
	font-size: 9pt;
}
.PhotoTag {
	font-size: 9pt;
	font-style: italic;
	vertical-align: middle;

}

.PhotoSmallTag {
	font-size: 7pt;
	font-style: italic;
}
.BodyHead {
	font-size: 12pt;
	font-weight: bold;

}
.BodySubHead {
	font-weight: bold;
	text-decoration: underline;
}
.AssocLink {
	text-decoration: none;
	font-size: 10pt;
	color: #002135;
	vertical-align: top;
	font-weight: bold;

}
a.AssocLink {
	text-decoration: underline;
	font-size: 10pt;
	color: #002135;
	vertical-align: top;
	font-weight: bold;

}
a.AssocLink:visited {color: #336666; text-decoration: underline}
a.AssocLink:hover {color: #002135; text-decoration: none}
a.AssocLink:active {color: #002135; text-decoration: underline}


h1 {  
	font-size: 14pt; 
	font-style: normal; 
	font-weight: bold; 
}
h2 {  
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold; 
}
h3 {  
	font-size: 11pt; 
	font-style: normal; 
	font-weight: bold; 
}
h4 {  
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
}
h5 {  
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
}
h6 {  
	font-size: 9pt; 
	font-style: normal; 
	font-weight: bold; 
}

table { 
font-size: 10pt;
font-style: normal; 
vertical-align: top; 
border: none; 
}
th { 
font-size: 11pt; 
font-weight: bold; 
text-align: center; 
border: none; 
}
td { 
text-align: left; 
border: none;
}

table.Border { 
font-size: 10pt; 
font-style: normal; 
vertical-align: top; 
border: 1px outset; 
}
th.Border { 
font-size: 11pt; 
font-weight: bold; 
text-align: center; 
border: 1px outset; 
}
td.Border { 
text-align: left; 
border: 1px outset;
}
.FloatRight {
	FLOAT: right
}
.FloatLeft {
	FLOAT: left
}
.UnFloatRight {
	CLEAR: right
}
.UnFloatLeft {
	CLEAR: left
}
