

/*
**	StyleSheet for Product Information Page
**
**		H1 : for PageTitle
**		H2 : for ProdNames
**		H3 : for Features and Topic tag
**		H4 : for Attention
**		P  : for Texts
**		UL : for Features' members
*/

BODY     {
	color: white;
	background-color: black;
	margin: 12px 14px 12px 24px
	}



blockquote   {
	color: white;
	font-family: Geneva, Arial, sans-serif
}

li {
	color: white;
	font-family: Geneva, Arial, sans-serif;
	}

A:link {
	text-decoration:		none;
	color:					#DC143C
}

A:visited  {
	color: #c8c8c8;
	text-decoration: none
	}


A:active {
	text-decoration:		none;
	color:					#FFD700
}

A.navi:link, A.navi:visited {
	text-decoration:		none;
	color:					black
}

A.navi:active {
	text-decoration:		none;
	color:					#FFFF00
}

H1   {
	color: #d3d3d3;
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
	font-family: Georgia, Palatino, serif;
	text-align: right;
	letter-spacing: normal;
	margin-top: -10px;
	padding-top: -10px
	}



H2        { color: #007cda; font-style: normal; font-weight: bold; font-size: 20px; font-family: Verdana, Helvetica, sans-serif; text-align: left; letter-spacing: normal; margin-top: 10px; padding-top: -20px }




H3       { color: #007bd9; font-style: oblique; font-weight: bold; font-size: 16px; font-family: Georgia, Palatino, serif; text-align: left; letter-spacing: normal }



H5          { color: #f3f059; font-style: italic; font-weight: bold; font-size: 24px; font-family: Verdana, Geneva, sans-serif; text-align: left; letter-spacing: normal; border-left: medium none }







H4   { color: #f3f059; font-style: normal; font-weight: bold; font-size: 14px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; letter-spacing: normal }

P   {
	color: white;
	font: 12px/16px Arial, Geneva, san-serif;
	letter-spacing: normal
	}



.plainText  {
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Geneva, sans-serif;
	letter-spacing: normal
	}


SMALL  {
	color: #7f7f7f;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, Geneva, sans-serif;
	letter-spacing: normal;
	margin-left: 32px
	}


UL  {
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Geneva, sans-serif;
	letter-spacing: normal;
	list-style-type: disc
	}

UL.nest {
	color: white;
	list-style-type: circle
	}

STRONG  {
	color: white;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Geneva, sans-serif;
	letter-spacing: normal
	}


TD.navi    { color: black; font-style: normal; font-weight: bold; font-size: 12px; font-family: Arial, Geneva, sans-serif; background-color: #007bd9 }

