/* CSS Document */
* { margin:0; padding:0;}

body {
	background-image: url(images/bg.gif);
}

html, body, td {
line-height:1.2em;
font-family:"Trebuchet MS";
font-size: 13px;
color:#FFFFFF;
}


.bodytext {
padding-left: 30px;
padding-right: 30px;
padding-top: 15px;
}

.blue {
color:#0000FF;
}

h1 {
font-size:16px;
font-weight:bold;
margin-bottom:4px;
}

h2{
font-size: 16px;
font-weight:bold;
color:#000099;
font-style:italic;
line-height:1.3em;
}

h3{
font-size: 16px;
font-weight:bold;
color:#FF9900;
font-style:italic;
line-height:1.3em;
}

h4{
font-size: 20px;
font-weight:bold;
color:#FF9900;
font-style:italic;
line-height:1.3em;
}

a {
outline:none;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}


a:hover {
	color: #FF9900;
	text-decoration:none;
}

label{
float:left;
}

textarea	{
		font-family: "Trebuchet MS";
		font-size: 11px;
		text-align: left;
		width: 160px;
		}
		
.inputsend {
height: 20px;
text-align:center;
}

input {
	font-family: "Trebuchet MS";
	width: 160px;
	height: 16px;
	font-size: 11px;
	text-align:left;
	}

.checkbox {
width: 10px;
margin-top:0px;
}
	
select {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: left;
	}
	
.PopBoxImageSmall {
   border: solid 2px white;
   cursor: url("images/magplus.cur"), pointer;
}

.PopBoxImageLarge {
   border: solid thin #CCCCFF;
   cursor: url("images/magminus.cur"), pointer;
} 

/* Ca3er style */
.cu3er_resize { width:980px; margin:0 auto; padding:10px 0 34px 0; /*background: url(images/slider_bg_bottom.gif) no-repeat bottom;*/}
#cu3er-container { width:980px; outline:0; }

p.clr, .clr { clear:both; padding:0; margin:0;}

ul {
  list-style-position: outside;
  margin-left:15px;
  }

