/* Thrift Store Bears style sheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6ea1;
	text-align: left;
}
.body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-color: #6d6ea1;
}
.body2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-color: #6d6ea1;
}
.body-sml {
	font-size:9px;
	color:#6d6ea1;
}
.body-sml-ital {
	font-size:9px;
	font-style:italic;
	color:#6d6ea1;
}
.H1	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#6d6ea1;
}
.hdgblue	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24pt;
	font-weight:bold;
	color:#6d6ea1;
}
.subhdg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#6d6ea1;
}
.subhdg2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6d6ea1;
}
.subhdg16pt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
	color:#6d6ea1;
}
/* Link Styles
 *
*/
a:link{
	text-decoration:underline;
	font-size:11px;
	color:#0000FF;
}
a:visited{
	color:#330099;
}
a:hover{
	color: #EE0F59;
	text-decoration:none
}
a:active {
	color: #FF0000;
}

