.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EA9D0F;
}
.pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #DC729C;
	text-decoration: none;
}
a:link {
	color: #5E0D3E;
	text-decoration: none;
}
a:visited {
	color: #5E0D3E;
	text-decoration: none;
}
a:hover {
	color: #FF66CC;
	text-decoration: none;
}
.darker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5E0D3E;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #3A0016;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #786B3F;
}
.stars {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #DC729C;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #786B3F;
	background-color: #F4D7E2;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DC729C;
	border-right-color: #DC729C;
	border-bottom-color: #DC729C;
	border-left-color: #DC729C;
}
.brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #786B3F;
	text-decoration: none;
}
.line {
	color: #E9D6E2;
}

body {
	background-color: silver;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px thin;
	border-color: #e4c9d8;
}
.highslide:hover img {
	border: 1px thin white;
}

.highslide-image {
    border: 1px thin white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px ;
    border-top: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 3px;
    background-color: #f4d3e5;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: #f4d3e5;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
	display: block;
	position: relative;
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 1px;
	margin-bottom: 1px;
	cursor: hand;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}
