body{
	background: #1c70cf url(back_logo.png) no-repeat;
	margin: 0px;
	padding: 0px;
	cursor: default;
}
#index{
	background-image: url(back_index3.gif);
	width: 441px;
	height: 165px;
	margin-left: auto;
	margin-top: 100px;
	margin-right: auto;
}	
h1,h2, p, a, a:hover{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
}
h1{
	color: White;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
	text-indent: 8px;
}
#index h1{
	text-indent: 10px;
}
* html p{
	margin-top: -10px;
}
h2, p{
	color: Black;
	padding-left: 15px;
	padding-right: 15px;
}
h2{
	font-size: 14px;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-align: justify;
}
p{
	font-size: 13px;
	text-align: justify;
}
.center{
	text-align: center;
}
#index .center a{
	background-color: transparent;
}
#index p a{
	background-color: #C3D6F7;
	text-decoration: none;
	color: Black;
}
#index p a:hover{
	background-color: transparent;
	text-decoration: underline; 
	color: Black;
}
img{
	border: none;
}
acronym{
	cursor: help;
}