/* CSS Document */
/* Custom CSS styles */

.articletitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#006699;
	font-weight:bold;
	text-align:center;
}
.articlebody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:justify;
}

input {
	font-size:expression(this.type == "text" || this.type == "file" ? "8pt" : null);
}

input.numeric {
	text-align: right
}

select {
	font-size: 8pt;
}

#divContent a { 
	text-decoration:none;
}
#divContent a:active,
#divContent a:focus,
#divContent a:hover { 
	text-decoration:underline;
}

#tabs span {
	display:inline-block;
	text-align: center;
	height: 35px;
	width:80px;
	font-family: Arial;
	font-size:9pt;
	font-weight:bold;
	border-left:solid 1px #909090;
}
#tabs span.tab {
	border-top: solid 1px #909090;
	border-bottom: solid 1px #909090;
	background-color:#d0d0d0;
	color:#000000;
	cursor:hand;
}
#tabs span.tabO {
	border-top: solid 1px #909090;
	border-bottom: solid 1px #909090;
	background-color:#b0b0b0;
	cursor:hand;
}
#tabs span.tabC {
	border-top: solid 1px #909090;
	background-color:#ffffff;
	color:#000080;
}
#tabs span.tabS {
	border-bottom: solid 1px #909090;
	width:144px;
}

#tabs a { 
	text-decoration:none;
	color:#000000; 
}
#tabs a:active,
#tabs a:focus,
#tabs a:hover { 
	text-decoration:underline;
	color:blue;
}

div.box {
	border-left:solid 1px #909090;
	border-right:solid 1px #909090;
	border-bottom:solid 1px #909090;
	padding:4px;
	min-height:400px;
}
