* {
	margin : 0;
	padding : 0;
	line-height: 1.5;
	color: #333;
	font-style : normal;
	font-weight : normal;
}

body {
	font-size : 13px;
/*
	*font-size : small;
	*font : x-small;
*/
	*font-size : 0.8em;
	*font : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p,td,li,dd,dt,pre {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 114%;
}

img {
	display : block;
	border : 0;
	margin : 6px;
	padding : 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0.8em 12px;
}

h1 {
	font-size : 200%;
}

h2 {
	font-size : 160%;
}

h3,h4,h5,h6 {
	font-size : 114%;
}

p, address, table,form {
	margin: 0.8em 12px;
}

input {
	font-size: 90%;
}

address {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-style : normal;
	line-height: 1.2;
}

a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration : underline;
	color : Red;
}

ul,ol,dl {
	margin: 0.8em 12px;
	padding : 1px 12px;
	list-style-position : inside;
}

.notdisp {
	display: none;
}

.inline {
	display: inline;
}

.in_std {
	margin : 0;
	padding : 0;
	display: inline;
	font-size: 114%;
	line-height: 1.5;
}

