<!--

	/*
		== Support Site CSS ==
		Cascading Stylesheet for Epson Support Website
	*/



/* Redefined HTML Tags */

body {
	font-size : 10px;
}

td {
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size   : 10px;
}

td.rightNavTitle {
	background-color: #aebddc;
	color: #2a57a5;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 4px 4px 6px;
	margin-left: 4px 4px 4px 6px;
}

ul.rightNav {
	padding-left    : 8px;
	margin-left     : 8px;
	margin-bottom   : 0px;
	list-style-type : disc;
	list-style      : outside;
}

ul.printerList {
	padding-left    : 8px;
	margin-left     : 8px;
	margin-bottom   : 6px;
	margin-top      : 4px;
	list-style-type : disc;
	list-style      : outside;
}

ol.faqs {
	padding-left    : 10px;
	margin-left     : 20px;

	font-weight : bold;
}

li.dfaqs {
	padding-bottom  : 12px;
}

li.expFaqs {
	padding-bottom  : 12px;
}

/* Redefined Link Tags */

a.breadcrumbs {
	color : #0000FF;
	text-decoration : underline;
}

a.breadcrumbs:visited {
	color : #0000FF;
	text-decoration : underline;
}

a.collapseTop {
	font-size   : 12px;
	font-weight : bold;
	color       : #2A57A5;
}

a.collapseTop:visited {
	font-size   : 12px;
	font-weight : bold;
	color       : #2A57A5;
}

a.expList {
	color : #666666;
}

a.expList:visited {
	color : #666666;
}

a.faqsCollapseTop {
	font-size : 12px;
	color     : #0000FF;
}

a.faqsCollapseTop:visited {
	font-size : 12px;
	color     : #0000FF;
}

a.faqsCollapseTop:hover {
	font-size : 12px;
	color     : purple;
}

a.homeRnav {
	color : #666666;
}

a.homeRnav:visited {
	color : #666666;
}


/* Custom Styles */

.answer {
	/* No additional formatting */
}

.button {
	border-top    : 1px solid #FFFFFF;
	border-left   : 1px solid #FFFFFF;
	border-bottom : 1px solid #000000;
	border-right  : 1px solid #000000;

	padding-left   : 4px;
	padding-right  : 4px;
	padding-top    : 2px;
	padding-bottom : 2px;

	background-color : #2A57A5;

	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size   : 10px;
	font-weight : bold;
	color       : #FFFFFF;
}

.boldBlue {
	font-size   : 12px;
	font-weight : bold;
	color       : #2A57A5;
}

.emphasize {
	font-weight : bold;
}

.formNote {
	font-family : arial, helvetica, sans-serif;
	font-size   : 10px;
	color       : #000000;
}

.formNum {
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size   : 28px;
	font-weight : bold;
	color       : #000000;
}

.heading {
	font-size   : 18px;
	font-weight : bold;
	color       : #2A57A5;
}

.homeListCategories {
	font-size   : 12px;
	font-weight : bold;
	color       : #666666;
}

.normWt {
	font-weight : normal;
}

.productName {
	font-size   : 16px;
	font-weight : bold;
	color       : #2A57A5;
}

.question {
	font-weight : bold;
}

.redNote {
	color : #FF0000;
}

.subHeading {
	font-size   : 14px;
	font-weight : bold;
	color       : #2A57A5;
}

-->