/*reset*/
html, body, div,span,applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #600e0f;
	background-image: url(background.jpg);
	background-repeat: repeat; /*x or y*/
}

table, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 10pt;
	font-style: normal; /*italic*/
	color: #000000;
}

A:LINK {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}

A:VISITED {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #0000cc;
	text-decoration: none;
}

A:HOVER {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #ffff00;
}

A:ACTIVE {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #0000ff;
}



/*  class="email"  */
.footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.footer a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffff00;
}

.footer a:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffff00;
}


/*  navigation  */
.nav a {
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
	line-height: 34px;
	border-bottom: 2px solid #d5c7e3;
	margin: 0 20px;
}

.nav a:visited {
	color: #0000cc;
}

.nav a:hover {
	color: #ffff00;
}

.nav a:active {
	color: #0000ff;
}




h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24pt; /*px, pt, em.*/
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ffffff;
	margin: 16px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000000;
	margin: 0px;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #715192;
	margin: 0px;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 3px;
}

h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 3px;
}

h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #ff0000;
	margin: 3px;
}
.header {
	background-image: url(head.jpg);
	width: 960px; 
	height: 331px; 
}
.content {
	background-color: #ede7f3;
	padding: 20px;
}
.fr_right {
	float: right;
	width: 293px;
	height: 215px;
	text-align: center;
	padding-top: 60px;
	padding-left: 10px;
}
.footer {
	height: 30px;
	background-image: url(footer.jpg);
	margin-bottom:30px;
}
address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style:normal;
	text-align: center;
	color: #666666;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	color: #666666;
	padding: 0.3em;
}
@media print {
.nav {
	display: none;
}
.header {
	display: none;
}
.content p {
	width: 170mm;
	text-align: justify;
}
.fr_right {
	display: none;
}
.footer {
	width: 170mm;
}
}
