@charset 'utf-8';

html {
	margin: 0;
	padding: 0;
	border: none;
}

body{
/*	padding: .1em 0 10em 0; */
	margin: 0;
	font: 100%/1.5 'Lucida Sans Unicode', 'Lucida Grande', 'Luxi Sans',  Lucida, sans-serif; 
	color: #000000;
	width: 100%;
	text-align: center; /* IE w */
  	background: #CACACA url(/images/body2-background.gif) top center repeat-y;
}

input, textarea {
	background-color:#f8f8f8;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#000080;
}

input.submit {
	background-color:#f4f4f4;
	border:1px solid black;
	color:#000000;
}

a:link, a:visited {
	color: #800000;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #800000;
	}
a:hover, a:active {
	color: #000080;
	background: #EDEEE0;
}

a.plain, a.plain:hover, a.plain:active {
	text-decoration:none; 
	color: #800000;
	background: transparent;
	border-bottom: none;
}

a.hilite {
 background-color:#ffffff;
 color:navy;
 text-decoration:none;
 display:block;
 border:none;
 padding:0
}

a.hilite:hover {
	color:white;
	background-color:#000000
}

td.dots {
	padding:0;
	border:1px dotted #808080;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.wrapper {
	padding: 0.75em 15px 0 15px;
	margin: 0 auto 1em auto;
	width: 700px;
	text-align: left;
	background-color:#ffffff;
}

.errorbox {
	font-family:arial,heltvetica,sans-serif;
	font-size:13px;
	background-color:#FFECF7;
	padding:8px;
	border:2px solid #800000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:50%;
	text-align:center
}

.large { 
		color: #C0C0C0;
		font-size: 3em;
		letter-spacing: +0.05em;
		line-height: 1;
		text-decoration: none;
	}

.price { 
		padding: 0 0 0 3em;
		color: #008000;
		font-size: .8em;
		line-height: 1;
		text-decoration: none;
}

h1, h2, h3 {
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	}

h1 {
	font-size: 1.5em;
	line-height: 1;
	color:#800080;
}

h2, h3 {
	font-weight: 600;
	margin: 3em 0 5px 0;
	padding: 0;
}
h2 {
	font-size: 1.3em;
	color:#800000
}
h3 {
	font-size: 1.15em;
	color: #000080;
	line-height: normal;
	border-bottom:1px dotted #000080
	}

p {
	margin: 0 0 1.25em 0;
	padding: 0 0 0 2em;
}


dt {
	padding: 0;
	margin: 0;
}

ul {
	list-style-type: square;
	margin: .5em 0 2em 4.5em;
}

li { margin: 0 0 .5em 0;}



