body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 22px;
}


A:link, A:active
	{
	text-decoration	:	none;
	color		:	#c30;
	}

A:visited 
	{
   	text-decoration	:	none; 
   	color		:	#c30; 
	}
		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#393;
	}

#footer a:link
	{
   	text-decoration	:	none; 
	color : #ff9;
	}
	#footer a:visited
	{
   	text-decoration	:	none; 
	color : #ff9;
	}
	#footer a:hover
	{
   	text-decoration	:	none; 
	color : #9f9;
	}


p, ul, li, ol, td
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
}

#list 
{ 
	list-style-image: url('images/arrow.gif'); 
}

.arrow
{	
	font-size: 11px;
	font-family: Comic Sans MS, Serif;	
}

.headline
{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	color: #c90;
}

a.button1:link, a.button1:visited
{
	text-decoration: none;
	color: #fff;
    border: 1px solid #000;
    background: #c00;
   	font-weight: bold;
   	padding: 10px;
}
a.button1:hover, a.button1:active
{
	text-decoration: none;
	color: #fff;
    border: 1px solid #000;
    background: #00c;
   	font-weight: bold;
   	padding: 10px;
}

a.button2:link, a.button2:visited
{
	text-decoration: none;
	color: #fff;
    border: 1px solid #000;
    background: #00c;
   	font-weight: bold;
   	padding: 10px;
}
a.button2:hover, a.button2:active
{
	text-decoration: none;
	color: #fff;
    border: 1px solid #000;
    background: #c00;
   	font-weight: bold;
   	padding: 10px;
}


h1, h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #393;
	margin-bottom: 0px;
}

h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 0px;
	color: #c30;
	margin-bottom: 0px;
	padding: 10px 0 0 0;
}


.footer
{
	color: #69f;
	line-height: 22px;
}

.footer2
{
	color: #cc9;
	line-height: 22px;
}

{
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;

	margin: 0;
	padding: 0;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide li {
	display:inline;
	float: left;
	list-style: none;	
	margin-left: 0px;
	padding: 5px;
	position: relative;
}
.highslide ul {	
	margin: 0;
	padding: 0;
}

.highslide img {
	border: 2px solid white;
	background: black;
}
.highslide:hover img {
	border: 2px solid white;
}
.highborder {
  border:1px solid #ccc;
  background-color:#fff;
  width:139px;
  padding:2px;
}
.highborder2 {
  border:1px solid #ccc;
  background-color:#fff;
  width:211px;
  padding:2px;
}
.highborder3 {
  border:1px solid #ccc;
  background-color:#fff;
  width:362px;
  padding:2px;
}
.highborder4 {
  border:1px solid #ccc;
  background-color:#fff;
  width:175px;
  padding:2px;
}
.highborder5 {
  border:1px solid #ccc;
  background-color:#fff;
  width:226px;
  padding:2px;
}
.highslide-wrapper {
	background: black;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.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;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}
