
/*
* {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#breadcrumbs {
	color: #b2b5a3;
	font-weight: bold;
}

p, ul, td, th {
	font-size: 12px;
}

h1, h2 {
	color: #333;
	margin-bottom: 0;
	padding-bottom: 0;
}
	h1 {
		font-size: 18px;
	line-height: 1px;
	font-weight: bold;
	margin-top: 30px;
}
	h2 {
		font-size: 13px;
	font-style: italic;
}

a {
	font-size: inherit;
	color: #0074C6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	background: #ccc;
}

a img {
	border-style: none;
}

.current {
	color: #910000;
	font-weight: bold;
}


a:link, a:hover, a:visited{
	outline:none;
}


*/