@charset "iso-8859-1";
body{
	font-family: arial;
	color:#656581;
}
h1{
	color: #FF9C01;
	border-bottom: 3px double gray;
	font-size: 11pt;
}
h2{
	color: #FF9C01;
	border-bottom: 3px double gray;
	font-size: 10pt;
}
p{
	font-size: 9pt;
}
td{
	font-size: 9pt;
}
li{
	font-size: 9pt;
}
table.header{
	width:95%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
table.popular{
	width:95%;
	background-color:#DADADA;
	border-top: 1ps solid gray;
	border-bottom: 1ps solid gray;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
table.popular tr td{
	text-align: center;
	letter-spacing: 2.5px;
}
table.main{
	width:95%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
table.main tr td.left{
	width:20%;
	background-color: #B7EBB7;
	border-right: 1px solid #E4E4E4;
	vertical-align:top;
}
table.left{
	width:100%;
}
table.left tr td{
	background-color: #ffffff;
	border-bottom: 1px solid gray;
	font-size: 8pt;
}
table.main tr td.main{
	vertical-align:top;
	padding: 5px;
	background-color:#FFFFFF;
}
table.main tr td.right{
	text-align:center;
	width: 150px;
	background-color:#FFFFFF;
	vertical-align:top;
}
table.footer{
	width:95%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #ffffff;
}
table.footer tr td a:link{
	color: #ffffff;
}
table.footer tr td a:visited{
	color: #ffffff;
}
table.footer tr td a:active{
	color: #ffffff;
}
