@charset "utf-8";
/* CSS Document */
body {
	margin-left: 40px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	background-color:#FFFFFF;
	background-image:url(../images/bg_link.jpg);
	background-repeat:repeat-y;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

p {
	font-family : Arial;
	font-size : 12px;
	line-height : 19px;
	color : #666;
}
BLOCKQUOTE {
	margin : 15px 20px 15px 20px;
}
h4 {
	font-family : Tahoma;
	font-size : 11px;
	line-height : 18px;
	color : #F93;
	margin : 0px 0px 0px 0px;
}

h5 {
	font-family : Arial;
	font-size : 9px;
	color : #666;
}

