body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 1px;
	margin-right: 0px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	border-bottom: 1px solid #e79597;
	border-left: 0px solid #e79597;
	border-right: 0px solid #e79597;
	border-top: 0px solid #e79597;
	margin-bottom: 10px;
}
a:link, a:active, a:visited {
	color: #53619E;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: black;
	font-size: 11px;
	text-decoration: underline;
}
a.leftLinks {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a.leftLinks:hover {
	color: #e8edff;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
a.user {
	color: #4a63b7;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}
a.user:hover {
	color: #4a63b7;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 5px;
}
a.Cart:link, a.Cart:active, a.Cart:visited {
	color: black;
	font-size: 9px;
	text-decoration: none;
}
a.Cart:hover {
	color: #4b61aa;
	font-size: 9px;
	text-decoration: none;
}
a.addCart {
	color: #4b61aa;
	font-size: 11px;
	text-decoration: none;
}
a.addCart:hover {
	color: #e79597;
	font-size: 11px;
	text-decoration: none;
}
a.webLink {
	color: #4b61aa;
	font-size: 12px;
	text-decoration: none;
}
a.webLink:hover {
	color: #e79597;
	font-size: 12px;
	text-decoration: underline;
}
fieldset {
	background-color: #FFFFFF;
	border: 1px solid #015794;
	padding: 5px;
	text-align: center;
}
legend {
	font-weight: bold;
	font-size: 13px;
	color: #015794;
}
h1 {
	color: #000000;
	font-size: 15px;
	font-style: italic;
	border-bottom: 1px solid #e79597;
	padding-bottom: 4px;
}
h2 {
	color: #53619E;
	/*background-color: #4a63b7;*/
	text-decoration: underline;
	height: 20px;
	font-size: 14px;
}
h3 {
	color: #000000;
	font-size: 12px;
	font-style: italic;
	padding-top: 10px;
}
.cellBorder {
	border-bottom: 1px solid #e79597;
	border-left: 0px solid #e79597;
	border-right: 0px solid #e79597;
	border-top: 0px solid #e79597;
	margin-bottom: 10px;
}
.bg_Cart {
	background-color: #d4ddfb;
	padding: 1px;
	margin: 1px;
}
.MainTable {
	border: 1px solid black;
}
.bg_leftLinks {
	background-color: #4a63b7;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.bg_leftLinksPicture {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.bg_borderBottom {
	height: 18px;
	background-color: #4a63b7;
}
.random {
 	float: left;
}
.randomPictures {
	border: 1px solid black;
}
.productPicture {
	border: 0px solid black;
}
.productPicture2 {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	/*border: 1px solid black;*/
}
.shopcart {
	border: 1px solid black; 
	margin: 2px;
	margin: 10px;
	padding: 2px;
	font-size: 11px;
	width: 120px;
}
.rightBanner {
	padding: 2px;
	margin: 10px;
	border: 1px solid black; 
	width: 120px;
}
.textDesc {
	color: #435cb6; 
	font-size: 13px; 
	font-style: italic;
	font-weight: bold;
}

/****************** F o r m  ********************/

.InputText {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #8ED3FA;
	font-size: 11px;
	color: #000000;
	width: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.InputTextLong {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #8ED3FA;
	font-size: 11px;
	color: #000000;
	width: 200px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.InputButton {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	border-bottom: 2px solid #606EB5;
	font-size: 12px;
	color: #606EB5;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin: 0px 3px;
	font-weight: bold;
}

/****************** E n d  F o r m  ********************/

/****************** C o p y r i g h t  ********************/

.Copyright_ {
	background-color: #383a3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	/*border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;*/
}
a.Copyright {
	color: #f29521;
	text-decoration: none;
	/*
	background-color: #383a3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	*/
}

label {
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
	color: #5495CF;
	margin: 0px 2px 2px 2px;
	padding: 2px 0px 1px 2px;
	vertical-align: top;
}

.NavigationBox {
	padding: 4px;
	font-size: 100%;
	color: #333333;
}
