
body,ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea {
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 1.5; 
	font-size: 12px;
	color: #4c4438;
}

/* =Lists
----------------------------------------------- */
ul {list-style-type:square; padding: 0 0 0 20px; margin: 0 0 18px 0;}
ol {list-style-type:decimal; padding: 0 0 0 20px; margin: 0 0 18px 0;}


h1 {font-size:28px; margin: 0 0 24px 0; font-weight: bold; line-height: 36px;color: #b32017; }
h2 {font-size:20px; margin-bottom: 15px; font-weight: normal;line-height: 18px; color: #144f9e;}
h3 {font-size:16px; margin-bottom: 18px; color: #b32017; }
h4 {font-size:14px; margin-bottom: 18px;}
p  {font-size: 14px; line-height: 1.5; margin: 0 0 15px 0;clear: left;}


p#breadcrumbs {
	margin-bottom: 15px;
	font-size: 10px;
}


blockquote  { margin: 0 0 18px 18px; color: #666; font-style: italic; }
strong {font-weight: bold;}
em     {font-style:italic;}

.breadcrumbs {
	margin:0 0 15px 0;
	font-size: 10px;
	padding: 6px 8px 6px 30px;
	background: #111212 url(/images/layout/home.png) no-repeat 5px 50%;
	border: 1px solid #1d1d1d;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	text-decoration: underline!important;
	font-size: 10px;
	background: none;
	border: none;
	color: #d29f42;
}
a:link, a:visited, p.breadcrumbs a:hover {
	outline: none;
	color: #9E2530;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	border: none;
	color: #CF5A64;
}


