input, select, option, textarea { 
	font-family: verdana,arial;
	font-size: 10px;
	background-color: #D6D3D6;
	color: #000000;
	border: solid;
}

tr, td {
	font-size: 10px;
	FONT-FAMILY: verdana,arial;
	color: 000000;
}

.head {
	font-weight: bold;
}

.title { 
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.link {
	font-size: 8pt;
	color:#000000; 
	line-height: 8pt;
	font-family: arial;
	font-weight: bold;
	border-bottom: 0;
	text-decoration: none;
}

.copyright_link {
	font-size: 8pt;
	color:#FFFFFF; 
	line-height: 8pt;
	font-family: arial;
	font-weight: bold;
	border-bottom: 0;
	text-decoration: none;
}


.world_class {
	text-align:center;
	background-color:#FFF0FF;
	width:624px;
	height:700px;
	position:relative;
	overflow:auto;
}

.style2 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}

#tip {
	background: #000000;
	border: 0px solid #aaaaaa;
	left: -1000px;
	padding: 0px;
	position: absolute;
	top: -1000px;
	z-index: 110;
}

.tip_header {
	background: #0099FF;
	FONT-WEIGHT: bold;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding: 0px;
}

.tip_guild {
	background: #0099FF;
	FONT-WEIGHT: bold;
	color: #ffff00;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding: 3px;
}

.tip_text {
	background: #FFFFFF;
	FONT-WEIGHT: normal;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding: 3px;
}


/*******************
********************
From FluxCP

******************/

.vertical-table {
	border-spacing: 0;
	border-collapse: collapse;	
}


.vertical-table tr, .vertical-table td {
	vertical-align: middle;
}

.vertical-table th {
	padding: 5px 10px;
	background-color: #eee;
	vertical-align: top;
}

.vertical-table th {
	padding: 5px 10px;
	background-color: #eee;
}

.vertical-table td {
	padding: 5px 12px;
	background-color: #fff;
}

.vertical-table th, .vertical-table td {
	font-size: 9pt;
	border: 1px solid #ddd;
}

.vertical-table label {
	display: block;
	padding: 5px;
}

.vertical-table .td-action {
	text-align: right;
}

.vertical-table form {
	margin: 0;


.not-applicable {
	font-style: italic;
	color: #bbb;
}