BODY {
	background-color: #CDF6F8;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
}

TD, P, LI, UL {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
}

A:ACTIVE, A:LINK, A:VISITED {
	color: #005FB2;
	text-decoration:underline;
}
A:HOVER, A:VISITED:HOVER { 
	color: #005FB2;
	text-decoration:underline;
}

form {
	margin:0;
	padding:0;
}

h1 {
	font-family:comic sans, comic sans ms, Arial, Helvetica, sans-serif;
	font-size : 32px;
	font-weight : normal; 
	text-decoration: none; 
	color: #80177D;
	line-height: 1.2em;
}

h2 {
	font-size : 10pt;
	font-weight : bold; 
	text-decoration: none; 
	color: #624823;
}

h3 {
	font-size : 9pt;
	font-weight : bold; 
	text-decoration: none; 
	color: #624823;
}

.footer_text {
	color: #523078;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}	

.footer_link, A.footer_link:Link, A.footer_link:Visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #523078;
	text-decoration: none;
}
A.footer_link:Hover, A.footer_link:Visited:Hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #523078;
	text-decoration: underline;
}

.menu_text {
	color: #AC7EA3;
	font-family:comic sans, comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: normal;
}	

.menu_link, A.menu_link:Link, A.menu_link:Visited {
	font-family:comic sans, comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AC7EA3;
	text-decoration: none;
	line-height: 1.8em;
	font-weight: normal;
}
A.menu_link:Hover, A.menu_link:Visited:Hover{
	font-family:comic sans, comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AC7EA3;
	text-decoration: underline;
	line-height: 1.8em;
	font-weight: normal;
}

.product_title_link, A.product_title_link:Link, A.product_title_link:Visited {
	font-family:comic sans, comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #167CC0;
	color: #AC7EA3;
	text-decoration: none;
	line-height: 1.2em;
	font-weight: normal;
}
A.product_title_link:Hover, A.product_title_link:Visited:Hover{
	font-family:comic sans, comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #167CC0;
	color: #AC7EA3;
	text-decoration: underline;
	line-height: 1.2em;
	font-weight: normal;
}



.cart_nav_text {
	color: #581C88;
	font-family:comic sans, comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: bold;
}	

A.cart_nav_text:Link, A.cart_nav_text:Visited {
	font-family:comic sans, comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #581C88;
	text-decoration: underline;
	line-height: 1.8em;
	font-weight: bold;
}
A.cart_nav_text:Hover, A.cart_nav_text:Visited:Hover{
	font-family:comic sans, comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #581C88;
	text-decoration: underline;
	line-height: 1.8em;
	font-weight: bold;
}



.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
}	


INPUT,TEXTAREA { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.form_label {
	color: #552B75;
}

.button {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#D4EAF7 none repeat scroll 0 50%;
	border:1px solid #36ABD8; 
	color:#552B75; 
	font-size:16px;
	font-weight: bold;
	margin-right:0px;
	margin-left:0px;
	padding-left:5px;
	padding-right:5px;
	/*
	padding-top:2px;
	padding-bottom:2px;
	*/
	/* height: 27px; */
	vertical-align:middle;
	cursor: pointer;
	font-family:Arial,Helvetica,sans-serif;
	overflow:visible;
	width:auto;	
}	


