.bkgd {
    background-color: #f7f8c3;
	foreground-color: black;
	align: center;
}
.minusone {
    font-weight: bold;
	font-size: x-small;
	color: black;
}
.plusthree{
	font-size: x-large;
	color: black;
}
.plustwo{
	font-size: large;
	color: black;
}
.plusthreered{
	font-size: x-large;
	color: red;
}
.small{
    font-size: small;
	color: black;
}
.smallbold{
    font-size: small;
	color: black;
	font-weight: bold;
}
.smallboldunderline{
    font-size: small;
	text-decoration: underline;
	color: black;
	font-weight: bold;
}
.medium{
    font-size: medium;
	color: black;
}
.mediumbold{
    font-size: medium;
	color: black;
	font-weight: bold;
}
.mediumboldunderline{
    font-size: medium;
	text-decoration: underline;
	color: black;
	font-weight: bold;
}
.large{
    font-size: large;
	color: black;
}
.tablebodyloser{
	font-family: Arial, sans-serif; 
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: silver;
}
.hyperlink {
	font-family: Arial, sans-serif; 
	font-size: 12px;
	line-height: 18px;
	color: blue;
}
.header {
	font-family: Arial, sans-serif; 
	font-size: 20px;
	font-style: italic;
	line-height: 18px;
	color: 6621a0;
}
h1 { 
	font-family: Arial, sans-serif;  
    font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline; 
}
h2 { 
	font-family:  Arial, sans-serif; 
    font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
}
.studioshots {
	border: 5px solid #d9ecd5;
}
.verticaltext {
	font-family: Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
    font-weight: bold;
	writing-mode: tb-rl;
}
