/* CSS Document */

body {
 margin:0px;
 padding:0px;
 font-family: geneva, verdana, arial, helvetica, sans-serif;
 font-size:9px;
 color:#666666;
 background-color:white;
 background-image:url(images/tile.jpg);
 background-repeat:repeat;
 background-attachment:fixed;
 background-position:0 0;
 }

a { color:#999999; text-decoration:none; font-weight:500;}
A:visited   { color:#999999; text-decoration:none; font-weight:500;}
A:hover	    { color:black; text-decoration:none; font-weight:500;}
A:active    { color:black; text-decoration:none; font-weight:500;}

td {
 font-family: geneva, verdana, arial, helvetica, sans-serif;
 font-size:9px;
}

strong {
	font-weight:normal;
	color: black;
	}

#copy {
	color: #222222;
	/*width: 816;*/
	text-align: right;
	position: relative;
	right: -6px;
	bottom: -6px;
	}

#copy a {
	color: #222222;
	}

#copy a:hover {
	text-decoration: underline;
	}

.bad {display:none}
.good {display:block }

input, textarea {
	font-family: geneva, verdana, arial, helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}

#caption {
	min-width: 117px;
	padding: 2px 2px 2px 2px;
}

div.sidebox, div.closed {
	padding: 0;
	margin: 0;
	}

div.sidebox {
	}

div.closed {
	}

div.sidebox div.sidebox_heading, div.closed div.sidebox_heading {
	}

.closed .sidebox_heading {
	display: block;
	}

.closed div {
	display:none;
	}

#dl_signup input.text {
	position: absolute;
	left: 85px;
	width: 100px;
	}

#dl_signup div.fields div {
	padding-top: 2px;
	padding-bottom: 2px;
	}

#dl_signup div.fields input.button {
	width: 25px;
	position: absolute;
	left: 160px;
	}

#dl_signup div.error {
	color: red;
	}

.text {
	}

.studio div {
	padding-bottom: 1em;
	}

div.homedate {
	}

div.homebody {
	margin: 0px;
	margin-bottom: 10px;
	}

a.newsletter {
	color: rgb(166, 3, 45);
	}

a.newsletter:hover {
	color: #999999;
	}
