body{
	margin: 1px 40px 10px 40px;
	padding: 10px;
	font-family: Arial, Sans-Serif;
	color:#3333333;
	font-size : 80%;
	color: #333333;
	line-height: 1.3;
	word-break:break-all; /* IE overflow bug */
}

h1{
	font-size : 125%;
}

h2{
	font-size : 110%;
	font-weight : normal;
}
h3{
	font-size : 100%;
	font-weight : normal;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.navi:visited {
	color: #0000FF;
	text-decoration: underline;
}
a.navi:hover {
	color: #FF0000;
	text-decoration: underline;
}

img {
	border:0;
}

p {
	margin: 0;
	padding: 4px 0;
}


div#topheader {
	padding: 20px;
	text-align: center;
}

div#topcontent {
	text-align: center;
}

div#topcontent2 {
	text-align: center;
}

div#listcontent {
	padding: 20px;
	text-align: left;
}

div#contentright {
	text-align: right;
	font-size : 80%;
}

div#footer{
	clear:both;
	border-top: solid #CCCCCC 1px; 
    margin-top: 10px;
	text-align:center;
}



