body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/base_10repeat.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: #FDD6C9;
}
a:link {
	color: #F10E1D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A90B0B;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}
h3 {
	font-size: 16px;
	color: #000000;
}
.pink {color: #F10E1D
}
.darkred {color: #A90B0B
}
.photo_marginLeft0 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.photo_marginRight0 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 85px;
	height: 68px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 2px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 250px;
	height: 180px;
}

