body{
	margin		:	0px;
	padding		:	0px;
	background	:	#f8e49f;
	color			:	#333333;
	font-family	:	Verdana, Arial, Tahoma;
}

p{
	text-indent	:	40px;
	font-size	:	11pt;
	text-align	:	justify;
}

div.page {
   position		: absolute;
   left			:	50%;
   width			: 780px;
   height		: 100%;
   text-align	: center;
   vertical-align	: bottom;
   margin-left	: -380px;
}

div.minc{
	font-size	: 20px;
	height		: 100px;
	margin-top	: 20px;
}

div.title{
	text-indent	: 0px;
	font-size	: 40px;
	margin-bottom	: 20px;
}

div.to{
	text-indent	: 0px;
	font-size	: 20px;
	margin-bottom	: 30px;
}

a{
	color		: #333333;
	text-decoration	: none;
}
a.nolink{
	font-size	: 10pt;
	color		: #333333;
	font-weight	: bold;
	text-decoration	: none;
}

a.view{
	color		: #333333;
	text-decoration	: none;
}


td.smallimg{
	align		: center;
	valign		:	middle;
	background	:	#666666;
	width			:	150px;
	height		:	150px;
}

div.line{
    position 	: relative;
    bottom		: 20px;
    margin-left : 30%;
    margin-top: 20px;
    width: 40%;
    height: 1px;
    background: #4d3e30;
}

div.copyright{
	text-align	: center;
	font-size	: 8pt;
}