/* CSS Document */
body {
	font-family: Verdana, sans-serif;
	color: #CCCCCC;
	background-color: #152D5B;
	line-height: 130%;
	text-align: center;
	font-size: 12px;
	margin: 0;
	}

/* images */
.imgleft {
	float: left;
	margin: 5px;
	border: 1px solid #000000;
	}
.imgright {
	float: right;
	margin: 5px;
	border: 1px solid #000000;
	}


/* ---  links  --- */

a:link {
	color: #F6F6F6;
	text-decoration: underline;
	}
a:visited {
	color: #F6F6F6;
	text-decoration: underline;
	}
a:hover {
	color: #F6F6F6;
	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;
	margin: 5px;
	font-weight: normal;
	color: #f6f6f6;
	}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 110%;
	margin: 5px;
	font-weight: normal;
	}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 110%;
	margin: 5px;
	color: #A9D913;
	}
h4 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	}
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;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #333;
	padding-left: 23px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
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 {

}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 3px;
}

.highlighttext strong {
	color:#FF6600;
}

