/*----------------------------------------- global ----------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	}
:focus {
	outline: 0;
	}
html{
	background-image: url("/img/background/gray_line.jpg");
	background-position: top;
	background-repeat: repeat-x;
	}
body{
	padding: 36px;
	background-image: url("/img/background/gray_line.jpg");
	background-position: top;
	background-repeat: repeat-x;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
a:link{
	text-decoration: none;
	color: #238dd1;
	}
a:visited{
	color: #238dd1;
	text-decoration: none;
	}
a:hover, a:active{
	background-color: #238dd1;
	color: #ffffff;
	}
h1{
	margin-bottom: 36px;
	font-size: 18px;
	}
h2{
	margin-bottom: 18px;
	}
ul{
	margin-bottom: 18px;
	}
li{
	list-style-type: none;
	list-style-position: outside;
	}
dl{
	margin-bottom: 18px;
	}
dl.contacts dt{
	float: left;
	font-weight: bold;
	margin-right: 0.3em;
	}
.comment{
	font-style: italic;
	font-family: Georgia;
	color: #999999;
	}
