body{
	background-color : #FFFFCC;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	text-align : justify;
}

a, a:active, a:hover, a:link, a:visited {
	color : Red;
	font-size : 8pt;
	text-decoration : underline;
}

em{
	color : Red;
	font-style : italic;
}

blockquote{
	font-style : italic;
}

cite{
	text-align : right;
	font-size : 8pt;
}

h1{
	font-family : Arial, sans-serif;
	font-size : 16pt;
	color : Red;
	font-style : italic;
	font-weight : bold;
	margin-top : 0in;
}

h2{
	font-family : Arial, sans-serif;
	font-size : 13pt;
	color : Red;
	font-weight : bold;
	margin-bottom : 3pt;
}

dt, p{
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 6pt;
}

img{
	clear : both;
}

table{
	width : 100%;
	height : 100%;
}

td{
	vertical-align : top;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	text-align : justify;
}

p.top{
	text-align : right;
}

table.bordered{
	border : 2px solid Maroon;
}

table.bordered td, table.bordered th{
	border : 1px solid Maroon;
	margin : 0;
	padding : 0;
	border-spacing : 0;
}

td.pix{
	width : 258px;
	text-align : center;
}

.cent{
	text-align : center;
	margin-bottom : 12pt;
}

.contents{
	width : 15%;
	border-right : 1px solid Red;
	line-height : 13pt;
}

.main{
	text-align : justify;
}