/*store.css - Do not remove this line*/

.Page_Body {
background-color: #b9b4d2;
}

.Basket_Body {
background-color: #b9b4d2;
}

.Toolbar_Body {
background-color: #b9b4d2;
}

.Menu_Body {

background-color: #b9b4d2;
}

#e_page {
vertical-align: top;
}

#e_menu {
vertical-align: top;
}

#e-margin, #e_margin {
background-color: #b9b4d2;
}

.home, p, td {
font-size:12px;
font-family:   Verdana, Arial, Helvetica,  sans-serif;
color: #1F193B;
}

.li {
font-size:12px;
font-family:   Verdana, Arial, Helvetica,  sans-serif;
color: #1F193B;
}

.li_bold {
font-size:16px;
font-family:   Verdana, Arial, Helvetica,  sans-serif;
color: #1F193B;
font-weight: bold;
}



.li_blank {
decoration: none
}

.basket {
font-size:11px;
color: #1F193B;
font-weight: bold;
}

.header {
font-size:12px;
color: #000000;
font-weight: bold
}

a:link {
color: #1F193B;
text-decoration: none;
}

a:visited {
color: #1F193B;
text-decoration: none;
}

a:hover {
color: #1F193B;
text-decoration: none;
}

a:active {
color: #1F193B;
text-decoration: none;
}

.required_field
/* This is for the asterisks indicating requiredness of a field in a form. */
{
	color: red;
}

/* color change for the browser scrollbar */

body {
	scrollbar-base-color:#8c85ad;
}
