/* CSS Document */

div.contacts {
	width: 550px;
	background-color: white;
	font-family: verdana, arial, san serif;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
}

div.inner {
	width: 550px;
	background-color: white;
	font-family: verdana, arial, san serif;
	font-size: 12px;
	text-align: left;
	line-height: 24px;
}

html.index {
	scrollbar-arrow-color: 000000; 
	scrollbar-base-color:ffffff;
	scrollbar-dark-shadow-color: 000000; 
	scrollbar-track-color: 000000; 
	scrollbar-face-color: ffffff; 
	scrollbar-shadow-color: 000000; 
	scrollbar-highlight-color: ffffff; 
	scrollbar-3d-light-color: 000000;
}

h2 {
	font-family: verdana, arial, san serif;
	font-size: 14px;
	text-decoration: underline;

}

h3 {
	font-family: verdana, arial, san serif;
	font-size: 14px;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #A5655A;
}

a:hover {
	text-decoration: underline;
	color: #70453D;
}

.shadow{
	background-color: ffffff; 
	color: inherit;
	position: relative;
	bottom: 20px;
	right: 20px;
}