/* CSS Document */
body {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
	line-height: 130%;
	}

/* images */
.imgleft {
	float: left;
	}
.imgright {
	float: right;
	}


/* ---  links  --- */

a:link {
	color: #006699;
	text-decoration: underline;
	}
a:visited {
	color: #006699;
	text-decoration: underline;
	}
a:hover {
	color: #993333;
	text-decoration: none;
	}
/* ----{ special styles }-------------------*/
.small {
	font-size:10px;
	}
.blue {
	color: #003366;
	}


/* ---[ common elements ]--------------------- */

p {
	margin: 5px;
	padding: 0;
	line-height: 130%;
	color: #003366;
	}
input {
	font-family: Verdana, sans-serif;
	color: #003366;
	}
textarea {
	font-family: Verdana, sans-serif;
	color: #003366;
	}
select {
	font-family: Verdana, sans-serif;
	color: #003366;
	}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 110%;
	margin: 5px;
	}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 110%;
	margin: 5px;
	color: #003366;
	}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 110%;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
h4 {
	margin: 1.5em 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}
h5 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	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;
	}
#mainbox {
	background-image: url(images/box_mid.jpg);
	background-repeat: repeat-y;
}
.border {
	border: 1px solid #006699;
}
.highlighttext {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
.offer {
	background-image: url(images/offer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin-right: 20px;
}
.offer p {
	margin-right: 15px;
	margin-left: 10px;
	font-size: 11px;
}

.offer h3 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-style: italic;
	color: #003366;
	font-size: 16px;
}
