a:link 		{color: #173956; background: none; text-decoration: none}
a:visited	{color: #858585; background: none; text-decoration: none}
a:hover		{color: #7D7AB0; background: none; text-decoration: underline}
a:active 	{color: #B06732; background: none; text-decoration: none}

BODY {
    color: #000000; background: #FDF7B3;
    font-family: arial, sans-serif;
    margin: 0px;
    padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
}

.border {
		border-color: #000000;
		border-style: solid; /* Options= Solid, Double, Dashed, Dotted, Grove, Ridge, Inset, Outset */
		border-width: 2px;
}

.thinborder {
		border-color: #d7d7d7;
		border-style: solid; /* Options= Solid, Double, Dashed, Dotted, Grove, Ridge, Inset, Outset */
		border-width: thin;
}

.productborder {
		border-color: #7379AD;
		border-style: double; /* Options= Solid, Double, Dashed, Dotted, Grove, Ridge, Inset, Outset */
		border-width: 3px;
}

.couponborder {
		border-color: #7379AD;
		border-style: dashed;
		border-width: 4px;
}

.dottedline	{
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC9E4;
}

H1 {
    color: #D25F92; background: none;
		font-size: 24px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
}

H2 {
    color: #000000; background: none;
		font-size: 16px;
		font-weight: 700;
		letter-spacing:0.01em;
}


.boldred {
    color: #ff3333; background: none;
		font-size: 18px;
		font-weight: 900;
		letter-spacing:0.01em;
}

.text	{
		font-size: 12px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
}

.price	{
		color: #FF0000; background: none;
		font-size: 15px;
		font-weight:900;
		font-family:verdana, sans-serif;
}

INPUT	{
		color:#000000; background: #f9eef9;
		border-color: #bd6194;
		border-style: solid;
		border-width: thin;
}

SELECT {
		color:#000000; background: #f9eef9;
		border-color: #bd6194;
		border-style: solid;
		border-width: thin;
}

.menu	{
		color: #FFFFFF; background: none;
		font-size: 12px;
		font-weight: 600;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 5px;
		padding-right: 0px;
}
a.menu:link 		{color: #173956; background: none; text-decoration: none}
a.menu:visited	{color: #15446D; background: none; text-decoration: none}
a.menu:hover		{color: #7D7AB0; background: none; text-decoration: none}
a.menu:active 	{color: #B06732; background: none; text-decoration: none}

.leftborder {
    background-image:url(/images/leftborder.gif);
    background-repeat: repeat-y;
}

.rightborder {
    background-image:url(/images/rightborder.gif);
    background-repeat: repeat-y;
}

.bottomborder {
    background-image:url(/images/bottomborder.gif);
    background-repeat: repeat-x;
}

.headerbkgd {
    background-image:url(/images/headerbkgd.jpg);
    background-repeat: repeat-x;
}

.headerbkgd2 {
    background-image:url(/images/headerbkgd2.jpg);
    background-repeat: repeat-x;
}

.selected	{
		color: #959838; background: none;
		font-size: 12px;
		font-weight: 800;
		line-height: 14px;
		text-transform: Uppercase;
		text-decoration: none;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 5px;
		padding-right: 0px;
}
a.selected:link 		{color: #173956; background: none; text-decoration: none}
a.selected:visited	{color: #15446D; background: none; text-decoration: none}
a.selected:hover		{color: #7D7AB0; background: none; text-decoration: none}
a.selected:active 	{color: #B06732; background: none; text-decoration: none}

.footer {
		font-size: 12px;
		text-align: center;
}

.footerselected {
		font-size: 12px;
		font-weight: 800;
}
a.footerselected:link 		{color: #000000; background: none; text-decoration: none}
a.footerselected:visited	{color: #000000; background: none; text-decoration: none}
a.footerselected:hover		{color: #000000; background: none; text-decoration: none}
a.footerselected:active 	{color: #000000; background: none; text-decoration: none}

.footermenu {
		font-size: 12px;
		font-weight: 400;
}
a.footermenu:link 		{color: #000000; background: none; text-decoration: none}
a.footermenu:visited	{color: #000000; background: none; text-decoration: none}
a.footermenu:hover		{color: #000000; background: none; text-decoration: none}
a.footermenu:active 	{color: #000000; background: none; text-decoration: none}

.websiteby {
		color: #000000; background: none;
		font-size: 11px;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
}