/** BASIC */

body {
	margin: 20px;
	padding: 0px;
	color: #dcdcdc;
	font-family: Tahoma, Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	background-color: #708090;
	letter-spacing: .1em;
}

/** LINKS */

a {
	color: #dcdcdc;
	text-decoration: none;
}

a:hover {
	color:#4f4f50;
}

/** HEADINGS */

h1 {
	font-size: 18px;
	color: #000;
	font-weight: lighter;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	letter-spacing: .2em;
}

h2 {
	font-size: 16px;
	color: #000;
	font-weight: lighter;
	letter-spacing: .2em;
}

h3 {
	font-size: 14px;
	color: #000;
	font-weight: lighter;
	letter-spacing: .2em;
}

h4 {
	margin-bottom: 8px;
	font-size: 12px;
	color: #000033;
}

p {
	font-size: 12px;

}

.navigation {
	font-family: Tahoma, Verdana, Trebuchet, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	font-size: 14px;
	text-align: center;	
}

.navigation a:hover {
		color:#4f4f50;
}


/** TEXTS */

.style1 {
	font-size: 10px;
	font-style:italic;
}

.style2 {
	font-size: 14px;
	color:#000;
}

.style3 {
	font-size: 13px;
	color:#666;
	padding-right: 10px;
}

.style4 {
	font-size: 13px;
	font-style: italic;
}

.style6 {
	font-size: 13px;
	text-align:	center;
	line-height: 20pt;
}

.style9 {
	font-size: 13px;
	text-align:	left;
}

.footer {
	font-size: 10px;
}

.active {
	color: #4f4f50;
}

.bold {
	color: #000000;
	font-weight: 900;
}
	

/** IMAGE */


img.alignleft {
	float: left;
	padding:4px;
	margin: 0px 10px 0px 0px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

.whitepage {
	background-color:#FFF;
	color:#666;
	padding: 10px;
}

.whitepage a {
	color: #666;
	text-decoration: none;
}

.whitepage a:hover {
	color:#000;
}
