@charset "utf-8";
/* CSS Document */

.content{
	width:495px;
}
.header img{
	float:left;
}
.paper{
	float:left;
}
.paper_top{
	margin-bottom:-8px;
	width:495px;
	height:9px;
	position:relative;
	z-index:50;
	background-image:url(../images/grey_col_top.jpg);
	background-position:center;
}
.paper_middle{
	width:495px;
	background-image:url(../images/grey_col_mid.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
* html .paper_middle{
	overflow:hidden;
}
.paper_bottom{
	margin-top:-8px;
	width:495px;
	height:9px;
	position:relative;
	z-index:50;
	background-image:url(../images/grey_col_bot.jpg);
	background-position:center;
}
.inside{
	padding:5px 5px 5px 5px;
	min-height:200px;
	height:auto !important;
	height:200px;
	position:relative;
	z-index:100;
}
.header_grey{
	color:#660099;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.header_grey1{
	color:#660000;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.body_grey {
	color:#666666:
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	margin:0 0 20px 0;
}
.body_grey a:link, a:visited, a:active{
	color:#666666;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	margin:0 0 20px 0;
}
.body_grey a:hover{
	color:#0033CC;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	margin:0 0 20px 0;
}