/* 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;
}

a {
outline:none;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size:12px;
}


a:hover {
	color: #FF9900;
	text-decoration:none;
	font-size:12px;
}

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

checkbox {
text-align: left;
	}

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;
} 