/* CSS Document */
h3 {
	font-size:1.9em;
	text-align:center;
	font-weight:normal;
	
}

h4 {
	margin:10px 0px;
	font-size:1.2em;
}

h5 {
	margin-top:15px;
	font-size:1.2em;
}

h5 a.default, h5 a:link.default, h5 a:visited.default, h5 a:hover.default,h5 a:active.default{
	color:#000000;
}

p {
	text-align:justify;
}

table {
	border-collapse: collapse;
	width: 100%;
}


th, td {
	border: 1px solid #CCC;
	vertical-align: top;
	text-align: left;
	padding:3px 10px;
}

th {
	text-align:left;
}

div.grey_box {
	border: 1px solid #CCC;
	text-align:center;
	padding:1px;
}

table, div.grey_box {
	margin:10px 0px;
}

/* IE Fix */
* html table, * html div.grey_box {
	margin:20px 0px;
}

th.default {
	width:36%;
}

th.small {
	width:26%;
}

th.header_th {
	color: #CC0033;
}

table.table_center th {
	text-align:center;
}

table.table_center th.header_th {
	text-align:left;
}

div.text {
	text-align:justify;
}

div#navi {
	margin-bottom:10px;
}

.trend{
	color: #CC0033;
	font-weight: bold;
}

img.left {
	float:left;
	margin:5px;
	width:75px;
}

img.right {
	float:right;
	margin:5px;
	width:75px;
}

.clear {
	clear:both;
}

input.grey {
	color:#CC0033; 
	font-weight:bold; 
	background-color:#F6F6F6;
	border: 1px solid #000;
	padding: 2px 4px;
	font-size: 12px;
	margin:5px;
}

ul.linklist {
	margin-left:30px;
}

div.error {
	display:block;
	background-color:#FF0000;
	color:#FFFFFF;
	padding:15px;
	font-weight:bold;
	text-align:center;
}

td.functions, th.functions {
	width:60px;
}


option {
	margin:0px 5px;
}