td{
	border-top: 1px solid #f05f00;
	border-left: 1px solid #f05f00;
	font-size: 10pt;
	font-family: arial;
	color: #1d1d1d;
}
table{
	border-bottom: 1px solid #f05f00;
	border-right: 1px solid #f05f00;
	font-size: 10pt;
	font-family: arial;
	color: #1d1d1d;
}
td.noborder{
	border:none;
	font-size: 10pt;
	font-family: arial;
	color: #1d1d1d;
}
table.noborder{
	border:none;
	font-size: 10pt;
	font-family: arial;
	color: #1d1d1d;
}
img{
	border: none;
}

div.updating{
	top:44%;
	left:30%;
	width:256px;
	height:100px;
	background: #fafafa;
	border:1px solid #cc0000;
	text-align:center;
}
div.updating2{
	width:100%;
	background: #ffcc66;
	border:1px solid #cc0000;
	text-align:left;
}

div.header{
	text-align: center;
	background: #ffffff;
	border: none;
	width:100%;
}

div.content{
	position:relative;
	left:190px;
	width:60%;
	font-size: 10pt;
	font-family: arial;
	color: #1d1d1d;
}

div.title{
	text-decoration: underline;
	font-weight: bold;
	font-size: 13pt;
	font-family: arial;
	color: #535353;
}

div.maintitle{
	text-decoration: none;
	font-weight: bold;
	font-size: 23pt;
	font-family: arial;
	color: #777777;
	text-align: center;
}
span.maintitle{
	text-decoration: none;
	border-bottom:1px dotted #777777;
	font-weight: bold;
	font-size: 23pt;
	font-family: arial;
	color: #777777;
	text-align: center;
}

div.textblock{
	border-bottom:1px dotted #de5700;
}

div.subtitle{
	padding-left: 12px;
	font-weight: bold;
	font-size: 11pt;
	font-family: arial;
	color: #535353;
}

a:link{
	text-decoration: none;
	border-bottom: 1px solid #f05f00;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial;
	color: #f05f00;
}

a:visited{
	text-decoration: none;
	border-bottom: 1px solid #f05f00;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial;
	color: #f05f00;
}

a:active{
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial;
	color: #ff6f0f;
}

a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #f96800;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial;
	color: #f96800;
}