/* CSS Document */
body {
	font-family: Verdana, sans-serif;
	color: #F0F0F0;
	background-color: #000000;
	line-height: 130%;
	text-align: center;
	font-size: 12px;
	background-repeat: repeat-x;
	margin: 0;
	}

/* images */
.imgleft {
	float: left;
	margin: 5px;
	border: 1px solid #000000;
	}
.imgright {
	float: right;
	margin: 5px;
	border: 1px solid #000000;
	}

hr {
	width: 75%;
	height: 1px;
	color: #000099;
	background-color: #000099;
	margin-right: 20px;
	margin-left: 20px;
	}
/* ---  links  --- */

a:link {
	color: #FF6600;
	text-decoration: underline;
	}
a:visited {
	color: #FF6600;
	text-decoration: underline;
	}
a:hover {
	color: #FF6600;
	text-decoration: none;
	}
	
  
/* ----{ special styles }-------------------*/
.small {
	font-size:10px;
	}
.white {
	color: #FFFFFF;
	}


/* ---[ common elements ]--------------------- */

p {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 5px;
	}


input {
	font-family: Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	}
textarea {
	font-family: Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	}
select {
	font-family: Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	line-height: 110%;
	margin: 5px;
	font-weight: normal;
	color: #FF6600;
	}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 110%;
	margin: 5px;
	font-weight: normal;
	}
.bulletitem {
	font-size: 14px;
	font-weight: bold;
}
.large {
	font-size: 14px;
}


h3 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 110%;
	margin: 5px;
	color: #0066CC;
	}
h4 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 110%;
	font-style: italic;
	color: #FFFFFF;
	}
h5 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	}
h6 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 88%;
	font-weight: bold;
	color: #333;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	color: #FF6600;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
form {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
.box {
	border: 1px solid #000000;
}
.highlighttext {

}
.highlighttext strong {
	color:#FF6600;
}
.orange {
	color: #FF6600;
}
#content li {
	line-height: 150%;
}
.highlighttext {
	font-size: 14px;
}
#content ul {
	list-style-image: url(images/bullet.jpg);
	line-height: 150%;
	list-style-position: outside;
}
.feedback {
	background-image: url(cartoons/feedback.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

