body, table {
	font-family: Tahoma;
	font-size: 14px;
	color: #202020;
}

img, a img {
	border: none;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

p:first-letter {
	color: #e67817;
}


h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	

}

h2 {
	padding: 8px;
	padding-left: 20px;
	padding-bottom: 28px;
	background: url(/images/h2shadow.png) no-repeat bottom right, url(/images/h2shadow2.png) repeat-x bottom right, url(/images/h2bg.png) repeat-y top right, #ffffff;
	width: 50%;
	min-width: 300px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 20px;
}

h3 {

}

h4 {
	
}

h5 {

}

h6 {

}


a {
	color: #e67817;
}

.js_link {
	text-decoration: none;
	border-style: dashed;
	border-width: 0 0 1px 0;
	border-color: #e67817;
	cursor: pointer;
}


a:hover {
	
}

a:visited {
	
}

ul {

}

li {

}


td, th {
	vertical-align: top;
}

th {
	text-align: left;
}


.noborder, .noborder * {
	border: none;
}




