body {
	background-color: #FFFFFF;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

a:link {
	color: #221E5B;
	text-decoration: none;
}
a:visited {
    color: #221E5B;
	text-decoration: none;
}
a:hover {
    color: #DA1504;
    text-decoration: none;
}
a:active {
    color: #E5120B;
	text-decoration: none;
}

.TopNav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #221E5B;
	text-decoration: none;
}
a.TopNav:link {color: #221E5B; text-decoration:none;}
a.TopNav:visited {	color: #221E5B; text-decoration:none;}
a.TopNav:hover { color: #FFFFFF; text-decoration:none;}
a.TopNav:active { color: #FFFFFF; text-decoration:none;}

.FooterText {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0F41AD;
}
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;
}


.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: #000;
	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;
}
.text_middle {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-indent: 10px;
	line-height: 10pt;
}
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-style: italic;
}
