body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 14px;
}

a {
	color:#666666;
	font-weight: bold;
	text-decoration: underline;
}

form {
	padding: 2px;
}

input {
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

select {
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color:#999999;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
}

h1 a {
	color:#666666;
	font-weight: bold;
	text-decoration: underline;
}

h1 a:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#CCCCCC;
	text-decoration: none;
	padding-bottom: 2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 2px;
}
.content {
	text-align:center;
	clear:both;
	margin:0px auto 0;
}

.header {
	text-align:center;
	clear:both;
}

.footer {
	text-align:center;
	color:#666666;
	font-size:14px;
	text-decoration:none;
	clear:both;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(http://www.izalia.com/images/BG_Footer_vf01.jpg);
	padding-top:16px;
}

.footer a {
	color:#666666;
	font-size:18px;
	text-decoration:none;
}

.closebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	height: 10px;
	width: 10px;
	border: 1px solid #666666;
	float:right;
}
.closebutton a:hover {
}

.closebutton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666666;
	margin: 2px;
	padding: 2px;
	height: 10px;
	width: 10px;
}

.closebutton a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	background-color: #FFCC00;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666666;
	margin: 2px;
	padding: 2px;
	height: 10px;
	width: 10px;
}

/*JQuery Image slideshow styles*/
/*preload classes*/
.svw {
  width: 50px;
  height: 20px;
  background: #fff;
}

.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
  position: relative;
  overflow: hidden;
}

.stripViewer ul { /* this is your UL of images */
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 1%;
  list-style-type: none;
}
.stripViewer ul li {
  float:left;
}

.stripTransmitter {
  overflow: auto;
  width: 1%;
}

.stripTransmitter ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}

.stripTransmitter ul li{
  width: 20px;
  float:left;
  margin: 0 1px 1px 0;
}

.stripTransmitter a{
  font: bold 10px Verdana, Arial;
  text-align: center;
  line-height: 22px;
  background: #CCCCCC;
  color: #000;
  text-decoration: none;
  display: block;
}

.stripTransmitter a:hover, a.current{
  background: #fff;
  color: #666666;
}

/*tooltips formatting*/
#tooltip {
  background: #fff;
  color: #000;
  opacity: 0.85;
  border: 5px solid #8d8dfd;
}

#tooltip h3 {
  font: normal 10px Verdana;
  margin: 3px;
  padding: 6px 2px;
  border: 0;
}
/*JQuery Image slideshow styles*/
