/* CSS Document */
body{
	font-size: small;
	color: #333333;
	font-family: CI, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../common_img/bg.jpg);
	background-position: top;
	line-height: 18px;
}

a:hover{
	color: #FF3300;
}

iframe {
	border-width: 2px;
	border-color: #CCC;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
}


#page{
	background-image: url(../common_img/bg_top.gif);
	background-position: top;
	background-repeat: repeat-x;
}