@charset "utf-8";
/* Nordwinds CSS Document */

body{
	margin:0px;
	padding:0;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

p{
	margin:10px 15px 10px 15px;
	}
	
table.header{
	width:780px;
}

th.header{
	height:198px;
	background-image: url(../images/header1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align:right;
}	

table.main{
	width:780px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:justify;	
	border-style:solid;
	border-top:none;
	border-color:#4e0c18;
	border-width:thin;
}

.photo {
	border:double;
	border-color: #4e0c18;
}
h1{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:bold;
	color:#4e0c18;
}
h2{
	text-align:center;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#4e0c18;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#4e0c18;
	margin:10px 30px 10px 30px;

}
h4{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:normal;
	color:#000;
}

a:link {
	color: #4e0c18;
	text-decoration:underline;
}
a:visited {
	color: #4e0c18;
	text-decoration:underline;
}
a:active {
	color: #4e0c18;
	text-decoration:underline;
}
a:hover {
	color: #4e0c18;
	text-decoration:underline;
}
