/*css document*/	
/*body text bold*/
.upbodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*body text with a list*/
.upbodylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	
}
/*italic*/
.florence {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
/*bold italic*/
.florencebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

/*header*/
.aproductheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: oblique;
}
/*body type*/
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*title type normal*/
.headernorm {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
}
/*paragraph*/
.paragraph {
	position:relative;
	margin-right: 300px;
	 }
/*list*/	 
.uplist1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image:  url(diamond_bullet.jpg);
}
/*image*/
.image {
	padding: 15px;
	left: auto;
}
/*italic tab*/
.florencetab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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;

}