body {
	background-color: #FFFFFF;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.TopNav {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.TopNav:link {color: #FFFFFF; text-decoration:none;}
a.TopNav:visited {	color: #FFFFFF; text-decoration:none;}
a.TopNav:hover { color: #DF1306; text-decoration:none;}
a.TopNav:active { color: #DF1306; text-decoration:none;}

.FooterText {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
a.FooterText:link {color: #FFFFFF; text-decoration:none;}
a.FooterText:visited {	color: #FFFFFF; text-decoration:none;}
a.FooterText:hover { color: #DF1306; text-decoration:none;}
a.FooterText:active { color: #DF1306; text-decoration:none;}

.BlueTitle {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0F0C5E;
}
a:link {color: #57548E;}
a:visited {color: #57548E;}
a:hover {color: #DF1306;}
a:active {color: #DF1306;}

.RedTitle {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B70107;
}
a.RedTitle:link {color: #B70107; text-decoration:underline;}
a.RedTitle:visited {color: #B70107; text-decoration:none;}
a.RedTitle:hover { color: #FF0000; text-decoration:underline;}
a.RedTitle:active { color: #B70107; text-decoration:none;}

.ProductIndex {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #57548E;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
.text a {
	color: #57548E;
	font-weight: bold;
}	
.text a:hover {
	color: #DF1306;
	font-weight: bold;
}	
#product_list {
	width:140px;
	height:250px;
	overflow:auto;
	border:1px solid #ddd;
	text-align: left;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
#product_list a {
	font-size: 10px;
	font-weight: normal;
}
#product_list_home {
	width:227px;
	height:55px;
	overflow:auto;
	border:1px solid #ddd;
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
}
#product_list_home a {
	font-size: 10px;
	font-weight: normal;
}
