body {
	background-image: url(/images/bg-master.jpg);
	background-repeat: repeat-x;
}
.master{
	border: 1px solid #EEEEEE;
	background-color: White;
}
.content{
	background-image: url(/images/bg-content.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #7C7C7C;

}
h1{
	font-size:14px;
	font-weight:bold;
	color: #f90000;
}
.title{
	font-size: 11pt;
	font-weight:bold;
	color: #f90000;}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #339966;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #7C7C7C;
}

.left-side{
	background-image: url(/images/left-side.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7C7C7C;

}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #7C7C7C;
}
.red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #f90000;
}
a:active, a:focus, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #f90000;
	text-decoration:underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #7C7C7C;
	text-decoration:none;
}
.LeftText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
fieldset{
	border: 1px solid #dfdfdf;
	width: 95%;
	
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;}
.label{
	background-color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #999999;
	text-decoration: none;
	width: 25%;
	text-align:right;
	padding-right:3px;
}
.space{
background-color: #eeeeee;
color: #990000;
font-family:arial;
font-size:.9em;
font-weight:bold;
width: 1%;
}
.field{
background-color: #f8f8f8;
width: 64%;
}
.form{
	border: 1px solid #E0E0E0; 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000; font-size: .9em;
	width:98%;
	display: block;
	
}
.formerror{
	border: 1px solid #ff9393; 
	background-color: #fff4f4; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #006600; font-size: .9em;
	width:98%;
	
}
select{
	border: 1px solid #E0E0E0; 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000; font-size: .9em;
	
}
td{
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;color: #7C7C7C;

}
#slideshow {
    position:relative;
    width:800px; 
	height:198px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}