@charset "utf-8";

/* CSS Document */
body, td, th {
	font-family: verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1 {
	font-size:22px;
	color:#000;
	padding:0;
	margin:0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a.logo, body.gal a.logo {
	font-size:22px;
	color:#000;
	padding:0;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a.logo:hover, body.gal a.logo:hover {
	color:#000;
	text-decoration:underline;
}

img.preload { display: none; }

a {
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}

a:hover { text-decoration:underline; }

input.button { 
  font : 11px verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 4px 4px;
  cursor : pointer;
  clear : both;
  color:#CC3333;
  background-color:#F2F2F2;
  border:0;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #fff;
  background-color:#CC3333;
  text-decoration:underline;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #cc3333;
}
div.content {
width:850px;
margin:0 auto;
overflow:hidden;
padding:20px 0px 20px 0px;
}
td.footer {
font-size:10px;
}
td.copy {
font-size:10px;
}
