/* Standard text style for main pages */
.stdtext {
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	font-weight: 400;
	color: #003366;
	text-align: justify;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

/* First letter capitalization text style for main pages */
.bigcap {
	font-size: 16px;
}

/* Standard text style for procedure pages */
.stdtextproc {
	font-family: Tahoma,Verdana,Arial;
	font-size: 10px;
	font-weight: 400;
	color: #00005B;
	text-align: justify;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

/* Bulleted list style for main pages */
.stdlist {		
	list-style-position: outside;
	list-style-image: url(../images/ball001.gif);
	list-style-type: none;
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	font-weight: 400;
	color: #003366;
	text-align: justify;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	display: list-item;
	visibility: visible;
}

/* Bulleted list style for procedure pages */
.proclist {		
	list-style-position: outside;
	list-style-image: url(../images/ball004.gif);
	list-style-type: none;
	font-family: Tahoma,Verdana,Arial;
	font-size: 10px;
	font-weight: 400;
	color: #00005B;
	text-align: justify;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	display: list-item;
	visibility: visible;
}

/* Text style #1 for Post-Op page 1 */
.postopstdtext1 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	font-variant: normal;
	color: #00005B;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}

/* Text style #2 for Post-Op page */
.postopstdtext2 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	font-variant: normal;
	color: #003366;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}

/* Numbered list style for Post-Op page */
.postoplist {
	font-family: Tahoma,Verdana,Arial;
	color: #00005B;
	list-style-type: decimal;
	list-style-image: none;
	text-align: justify;
	display: list-item;
	list-style-position: outside;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	visibility: visible;
}

/* Global HyperLink Style */
.linkit {
	link: #0000FF;
	alink: #0000FF;
	vlink: #0000FF;
}

/* Footer Hyperlink Style */
.linkbottom {
	color: #00FFFF;
	link: #00FFFF;
	alink: #00FFFF;
	vlink: #00FFFF;
	text-decoration: none;
}

/* Bod Pod Text Title Style */
.sectitle { 
	font-family: Tahoma,Verdana,Arial;
	font-size: 14px;
	font-weight: 700;
	color: #003366;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

/* Bod Pod Standard Text Style */
.sectext { 
	font-family: Tahoma,Verdana,Arial;
	font-size: 10px;
	font-weight: 400;
	color: #00005B;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

/* Bod Pod FAQ Section Standard Text */
.faqq { 
	font-family: Tahoma,Verdana,Arial;
	font-size: 10pt;
	font-weight: 400;
	color: #0000FF;
	text-align: left;
}

/* Product List - Manufacturer - Scroll Bar Style */
.prodscroll {
	scrollbar-Base-Color: #333333;
	scrollbar-Arrow-Color: #FF0000;
	scrollbar-DarkShadow-Color: #666666;
	scrollbar-Face-Color: #333333;
	scrollbar-Highlight-Color: #000000;
	scrollbar-Shadow-Color: #FFFFFF;
	scrollbar-3DLight-Color:#C0C0C0;
}
