/* CSS Document */
body {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
}


/* images */
.imgleft {
	float: left;
	margin: 5px;
	border: 1px solid #000000;
	}
.imgright {
	float: right;
	margin: 5px;
	border: 1px solid #000000;
	}


/* ---  links  --- */

a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #0033CC;
	text-decoration: none;
}

img a:link { text-decoration: none;	border: 0}
img a:visited {	text-decoration: none; border: 0}
img a:hover {
	text-decoration: none;
	border: 2px solid #FF99FF
}
  
/* ----{ special styles }-------------------*/
.small {
	font-size:10px;
	}
.white {
	color: #FFFFFF;
	}


/* ---[ common elements ]--------------------- */

#main p {
	margin-top: 5px;
	}


input {
	font-family: Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	}
textarea {
	font-family: Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	}
select {
	font-family: Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	}
optgroup {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC33CC;
	}
option {
	color: #333333;
	}
h1 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #CC3366;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 5px;
	font-weight: normal;
	color: #0000FF;
	font-style: italic;
	}
h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 110%;
	margin: 5px;
	letter-spacing: 1px;
	color: #FF3399;
	}
h4 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CAA200;
	margin: 0px;
	padding: 0px;
	}
ul {
	padding-left: 20px;
}

h5 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	}
h6 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 88%;
	font-weight: bold;
	color: #333;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #333;
	padding-left: 23px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
form {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
.box {
	border: 1px solid #000000;
}
.sale {
	color: #990000;
	text-decoration: line-through;
}
.button {
	height: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F2DD50;
}
.error {
	font-weight: bold;
	color: #990000;
}
.indent {
	margin-left: 75px;
}
#main li {
	list-style-image: url(images/tick.jpg);
	margin-left: 40px;
}
