body	{
	margin: 0;
	padding: 0;
	border: 0;
	background-color:white;
	background-image:url("images/bg_inach.gif");
	background-repeat: repeat-y;
	overflow:auto;
	font-family: Verdana, Trebuchet;
	font-size: small;
	line-height: 1.5em;
	color: #333;
	text-align:center;
}


img {
	border:0px;
	margin:0px;
}

#container {
	position:relative;
	margin-left:-275px;
	width:550px;
	margin: 0px auto;
	min-height:95%;
	_height:100%;
	text-align:left;
	border:0px;
}

h1 { 
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;	
	color: #FF0099; 
	margin: 50px 0px 0px 0px;
}

p {
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;	
	color: #333;
	margin: 0px 0px 15px 0px;
	padding:0px; 	
}

a, a:visited {
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;	
	color: #FF0099; 
	text-decoration: none;
	margin: 0px;
}

a:hover, a:active {
	color: #33CC00; 
	text-decoration: underline;
}

