/*css document*/	
/*body text bold*/
.upbodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/*body text with a list*/
.upbodylist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	line-height: 24px;
	color: #333333;
	
}
/*italic*/
.florence {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
}
/*bold italic*/
.florencebold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

/*header*/
.aproductheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	color: #333333;
}
/*body type*/
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
/*title type normal*/
.headernorm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	color: #339966;
	line-height: 26px;
}
/*paragraph*/
.paragraph {
	position:relative;
	margin-right: 300px;
	 }
/*list*/	 
.uplist1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image:  url(diamond_bullet.jpg);
	line-height: 24px;
	color: #333333;
}
/*image*/
.image {
	padding: 15px;
	left: auto;
}
/*italic tab*/
.florencetab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	position: relative;
	left: 20px;
}
/*centerd image*/
.imagecenter { 
position: relative;
left: 300px;
right: auto;

}
/*table list*/
.largelisttable {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
	padding: 50px;
	height: 800px;
	width: 800px;
	position: relative;
}   
/*another table*/
.tab1 {
position:relative;
left: 150px;
}
/*table 3*/
.tab2 {
position: relative;
left: 50px;
padding-right: 350px;
}
/*table 4*/
.table2 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding: 20px;
height: 800px;
	width: 800px;
	position: relative;
}
/*table 5 for fan letters*/
.table5 {
position: relative;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
right: 400px;

}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	margin-left: 40px;
}
.caption {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: normal;
	text-transform: none;
	color: #336666;
	letter-spacing: .5em;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.underline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: underline;
}
/*table 5 for fan letters*/
.table5 {
position: relative;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
margin-right: 10%;
margin-left: 10%
}
/*title type normal*/
.titlenorm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #339966;
	font-weight: bold;


