@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
}

a, a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
}

/* data tables */

table.data {
	background-color:#FFFFFF;
	border:solid #D3D3D3 1px;
}
table.data caption,
table.data th,
table.data td {
	padding: 0.5em;
	margin: 0.1em;
	vertical-align: top;
}
table.data th {
	background-color:#FFCC33;
}
table.data a, a:link, a:visited, a:active {
	color:#FFFFFF;
}
table.data a:hover{
	color:#006600;
}
table.data h1, h2, h3, h4, h5{
	font-family:Arial, Helvetica, sans-serif;
}
table.data h1{
	font-size:36px;
}
table.data h2{
	font-size:24px;
}
table.data h3{
	font-size:18px;
}
table.data h4{
	font-size:14px;
}
table.data h5{
	font-size:12px;
}

label.title{
	font-size:18px;
	font-weight:bold;
}
label.caption{
	font-size:10px;
	font-weight:bold;
	color:#939393;
}
label.smallcap{
	font-size:9px;
	color:#ECD7D7;
}
/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
	background-color: #E5E5E5;
	text-align: left;
}

/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
    background-color: #D5D5D5;
    text-align: left;
}
