/* Side Shadows */
table.shadow { align: center}
td.shadow-top { height: 16px;  background-image: url(../shadow/top.gif)}
td.shadow-topRight { width: 16px; height: 16px; background-image: url(../shadow/topRight.gif)}			 
td.shadow-right { width: 16px; background-image: url(../shadow/right.gif)}
td.shadow-bottomRight { width: 16px; height: 16px; background-image: url(../shadow/bottomRight.gif)}	
td.shadow-bottom { height: 16px; background-image: url(../shadow/bottom.gif)}
td.shadow-bottomLeft { width: 16px; height: 16px; background-image: url(../shadow/bottomLeft.gif)}	
td.shadow-left { width: 16px; background-image: url(../shadow/left.gif)}
td.shadow-topLeft { width: 16px; height: 16px; background-image: url(../shadow/topLeft.gif)}			 
td.shadow-center { background-color: white  }

/* Heading bold italic */
.head_bold_italic {	
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}

/* Heading bold */
.head_bold {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}

/* Heading bold underlined */
.head_bold {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	text-decoration:underline;
}

/* Content */
.content_large {
	font-size: 16pt;
	font-family: Arial;
}

/* Heading bold italic */
.content_bold_italic {	
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

/* Blue Small Content */
.blue_sm {
	font-size: 12pt;
	font-family: Arial;
	color: #0033CC;
	display: block;
	list-style-images: url(../images/bullet.gif);
	/*background: transparent url(../images/bullet.gif) no-repeat left;
	padding: 0 0 0 30px;*/
}

/* Smaller Blue Content */
.blue_smm {
	font-size: 9pt;
	font-family: Arial;
	color: #0033CC;
	display: block;
	background: transparent url(../images/bullet.gif) no-repeat left;
	margin-top: 0px;
	padding: 0 0 0 30px;
	background-position:top;
	top:0;
}
/* Products Blue Content */
.blue_products {
	font-size: 8pt;
	font-family: Arial;
	color: #0033CC;
	display: block;
	background: transparent url(../images/bullet.gif) no-repeat left;
	padding: 0 0 5 30px;

}

/* Blue footer */
.blue_ft {	
	font-size: 9pt;
	font-family: Arial;
	color: #0099FF;
}

/* Content */
.content {
	font-family: Arial;
	font-size: 12pt;
}

/* footer */
.footer {
	font-family: Arial;
	font-size: 8pt; 
}

/* A Items */
a:link .a {
color:#FFFFFF;
}

/* Line Thru */

.line_thru {
text-decoration:line-through;
}
body { font-family: Arial; }
