/* CSS - 20102901 */
a img{border:none;margin:0;padding:0;}

h1{
 margin-top:0;
 font-size:1.65em;
 font-weight:normal;
}
h2{font-size:1.5em;}
h3{font-size:1.2em;}
h4{font-size:1.1em;}

/* TABLES */
table.list {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}
table.list a{border-bottom-color:#EAE9E1;}
.list tr:nth-child(even) {
  background: #bbb;
}
.list tr:nth-child(odd) {
  background: #aaa;
}
.list td {
	padding: 2px 2px;
	vertical-align: top;
}
.list th {
	text-align: left;
	font-weight: normal;
	padding: 3px 5px;
	vertical-align: top;
	font-weight: bold;
	color: #777;
	border-left-color:#EAE9E1;
	background: #f2f4f7;
}
/* MISC STYLES */
.red{color:#ee0000;}
.org{color:#fe8900;}
.green{color:#8ec414; font-weight:bold;font-size:13px;}
.blue{color:#3265b7;}
.pink{color:#aa65b7;}
.lblue{
 font-weight:bold;
 font-size:13px;
 color:#3388ee;
 padding-bottom:10px;
 background-color: transparent;
}
.gblue{background-color:#eeffff;}
.big1{font-size:14px;}
.yellow{color:#ffff22;}


