a:visited {
	color: #402030; 
	text-decoration: none;
}
a:link {
	color: #962136;
	text-decoration: none;
}
a:active {
	color: #962136;
	text-decoration: none;
}
a:hover {
	color: #402030;
	text-decoration: underline;
}

body {
	font-family: Verdana;
	font-size: small;
	color: #000000;
}
.main {
	background-attachment: scroll;
	background-image: url(i/i_16m.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.h1 {
	font-family: Verdana;
	font-size: x-large;
	font-weight: bold;
	color: black;
	text-shadow: 0px 2px 0px #ddd;
}

.h2 {
	font-family: Verdana;
	font-size: x-large;
	font-weight: bold;
	color: #962136;
}
.h3 {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: #962136;
}
.clr{
color: #962136;
}
.light {
	color: #e5c7cd;
	font-weight: bold;
}
.white {
	color: white;
	font-weight: bold;
}

img
{
	border: none;
}
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}

