/* CSS Document */

* {
	margin:0;
	padding:0;
	font-style:normal;
	font-size:100%;
}

body {
 	background-image:url(../images/common/bg.gif);
	background-repeat:repeat;
	background-position:center top;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:12px;
	color:#444;
	text-align:center;
}

h1,
h2,
/*h3,*/
h4,
h5,
h6,
th,
address {
	font-weight: normal;
	font-size: 100%;
}

em {
	color: #8c2100;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.2;
}

a img,
a:link img {
	border: none;
}

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

a:hover,
a:focus {
	color: #660099;
	text-decoration: underline;
}

p,li,dt,dl {
	line-height:150%;
}
p {
	margin:0 0 0.5em 0;
}
li {
	list-style-type:none;
}

img {
	vertical-align:bottom;
	border:0;
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
