

h1 {
	padding: 0px;
	margin: 0px;
	color: #666;
	font-size: 1.3em;
	line-height: 1.3em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	background-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.grey_border {
border: solid 1px #999999;
}

body,td, p,iframe {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img { border: 0px; }

th {
 background-color:#E9E9E9;
 color: #666666;
 font-weight:normal;
 text-align:left;
 
} 

.subtle_list {
list-style-image: url(/templates/images/grey_arrow.gif);
}

.subtle_list a {
color:#777777;

}