@charset "UTF-8";
/* CSS Document */

body
{
margin:0 auto;
color:#3B3B3B;
background-color: #FFFFFF;
}

p, span{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 82%;
line-height: 1.5;
letter-spacing: .03em;
padding: 0 0 .3em 0;
margin:0 0 1em 0;
}

h1, h2, h3, h4, h5, h6{	
font-family: Arial, Helvetica, Verdana, sans;
}

h1{
font-size:120%;
letter-spacing: .1em;
}

h2{
font-size:110%;
letter-spacing: .1em;
}

h3{
font-size:95%;
letter-spacing: .1em;
}

h4{
font-size:90%;
letter-spacing: .05em;
}

h5{
font-size:85%;
letter-spacing: .05em;
}

h6{
font-size:80%;
letter-spacing: .05em;
}

a img{
	border:0;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5B6684;
	text-decoration:none;
}

a:link {
	color: #5B6684;
	text-decoration:underline;
}

a:visited {
	color: #5B6684;
		text-decoration:underline;
}

a:hover {
	color: #000000;
	/*background-color:#BABFD6;	*/
	background-color:#c9cde0;
		text-decoration:underline;
}

a:active {
	color: #5B6684;
		text-decoration:underline;
}

ul{
margin:0;
padding:0;
line-height:1.5;
}

li {
	list-style-type: none;
	font-size:82%;
	margin:0;
	padding:0;
}

.italic{
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

.strong{font-weight:bold;}

