/*book thumb */
.bookthumb {
width: 115px;
padding: 5px;
float:left;
}


/* greytext font size 2 arial  */
.body1 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
color: #CCCCCC; 
}

/* whitetext font size 2 arial  */
.whitebody1 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
color: #FFFFFF; 
}

/* whitetext bold italic  font size 2 arial  */
.hilightbody1 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: italic; 
font-weight: bold; 
font-variant: normal; 
color: #FFFFFF; 
}


/* greytext font size 3 arial  */
.body2 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
color: #CCCCCC; 
}

/* greytext font size 3 arial  */
.body3 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px; 
font-style: normal; 
font-weight: bold; 
font-variant: normal; 
color: #FFFFFF;
text-decoration: underline; 
}

/* white bold font size 3 arial */
.bodyhed1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #FFFFFF; 
}

/* white bold font size 2 arial */
.whitebold1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #FFFFFF; 
}

/* light green text font size 1 arial  */
.greensm { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9px; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
color: #CCFFCC; 
}

/* light green text font size 4 arial  */
.greenbig { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
color: #D1F486; 
}


/* light white text font size 1 arial  */
.whitesm { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9px; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
color: #FFFFFF; 
}
.whitepagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
}
.whitesidehead {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
}
.whitesubhed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;

}
.body1li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	list-style-position: inside;
	list-style-type: square;

}
.indent10px {
	position: relative;
	left: 10px;
	top: 8px;
	bottom: 4px;
}
.bullets {
	left: 10px;
	list-style-type: square;
}