body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #03E url('../images/back.jpg') repeat-x fixed top left;
	margin: 0;
}

a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #03F;
}

a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #6CF;
}

a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #F60;
}

a:active
{
	text-decoration: underline;
	font-weight: bold;
	color: #F60;
}

p, ul, li, ol, td
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

#list 
{ 
	list-style-image: url('../images/orange_bullet.gif'); 
}

#list2 
{ 
	list-style-image: url('../images/blue_bullet.gif'); 
}

.arrow
{	
	font-size: 12px;
	font-family: Comic Sans MS, Serif;	
}

.highlight
{	
	background: #FFEEcc;	
}


.headline
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;	
	font-weight: bold;
	color: #39F;
}

.headline2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #C30;
	margin-bottom: 0px;
}

.headline3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C30;
	margin-bottom: 0px;
}


h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #C30;
	margin-bottom: 0px;
	margin-top: 10px;
}

h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #C30;
	margin-bottom: 0px;
}

.img1 
{
	margin: 0 10px 0 0;
}

a.footerlink:link
{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

a.footerlink:visited
{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

a.footerlink:hover
{
	text-decoration: underline;
	color: #F96;
	font-weight: normal;
}

a.footerlink:active
{
	text-decoration: underline;
	color: #F96;
	font-weight: normal;
}

.footerlink
{
	color: #9ff;
}

.footertext
{
	color: #630;
}

.footertitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

a.footerlink2:link
{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

a.footerlink2:visited
{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

a.footerlink2:hover
{
	text-decoration: underline;
	color: #6cf;
	font-weight: normal;
}

a.footerlink2:active
{
	text-decoration: underline;
	color: #6cf;
	font-weight: normal;
}

.copyright
{
	font-size: 10px;
}

.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:254px;
  padding:2px;
}
.highborder2 {
  border:1px solid #ccc;
  background-color:#fff;
  width:154px;
  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;
}
