body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #000066;
	align: center;
}

ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: circle;
	list-style-position: inside;
}


.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}

.menu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

.frame_outside  {
   -moz-border-radius: 15px; 
    border-radius: 15px; 
   -webkit-border-radius: 15px;
	border: 8px solid #FF6666;
	padding: 5px;
	margin: 5px;
	background-position: center center;
}
.frame_inside  {
   -moz-border-radius: 15px; 
    border-radius: 15px; 
	background-color: #FFFFFF;
   -webkit-border-radius: 15px; 
	border: 8px solid #336666;
	padding: 5px;
	margin: 5px;
}
.rc_bold_wt-bg  {
	background-color: #FFFFFF;
    border-radius: 15px; 
   -moz-border-radius: 15px; 
   -webkit-border-radius: 15px; 
	border: 6px solid #FF6666;
	padding: 10px;
	margin: 5px;
}
.rc2_wt-bg  {
	background-color: #FFFFFF;
    border-radius: 15px; 
   -moz-border-radius: 10px; 
   -webkit-border-radius: 10px; 
	border: 2px solid #FF6666;
	padding: 5px;
	margin: 5px;
}
.rc_scroll  {
   -moz-border-radius: 15px; 
    border-radius: 15px; 
   -webkit-border-radius: 15px;
	border: 3px solid #FF6666;
	padding: 5px;
	margin: 5px;
	overflow: auto;
	width: 650px;
	height:360px;
	text-align: left;
	font-family: Verdana, sans_serif;
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	background-color: #FFFFFF;
}

.sold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
	line-height: normal;
}

.header {
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

.textbox {
	padding: 3px;
	border-top: medium solid #FF9999;
	border-right: medium solid #FF6666;
	border-bottom: medium solid #FF6666;
	border-left: medium solid #FF9999;
}
.850px_border {
	padding: 3px;
	border-top: medium solid #FF9999;
	border-right: medium solid #FF6666;
	border-bottom: medium solid #FF6666;
	border-left: medium solid #FF9999;
}
.nav {
	font-family: Arial, sans_serif;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.small {
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: normal;
}
a:link {
	text-decoration: none;
	color: #FF6666;
}
a:visited {
	text-decoration: none;
	color: #FF6666;
}
a:hover {
	text-decoration: none;
	color: #000066;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF6666;
}
.scrollbox {
	overflow: auto;
	width: 650px;
	height:360px;
	align: center;
	text-align: left;
	font-family: Verdana, sans_serif;
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	border: thin solid #FF6666;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #FF6666;
}
.highslide:hover img {
	border: 2px solid #FF0000;
}

.highslide-image {
	border: 5px solid #FF6666;
}
.highslide-image-blur {
    cursor: pointer;
}
.highslide-caption {
	display: none;
	border-bottom: 1px white;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	padding: 5px;
	background-color: #000066;
	color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-style:normal;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px #999900;
	border-bottom: 1px #FF6666;
    background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

