@charset "UTF-8";
/* CSS Document */

H1 {
	font-family: Tahoma, Garamond, Arial;
	font-size: 15px;
	color: #666666;
	font-weight:normal;
}

H2 {
	font-family: Tahoma, Garamond, Arial;
	font-size: 13px;
	color: #666666;
	font-weight:normal;
}

BODY {
	font-family: Tahoma, Garamond, Arial;
	font-size: 12px;
	color: #666666;
	font-weight:normal;
	letter-spacing: 0.5px;
	line-height: 15px;
}

BODY a:link, BODY a:visited, BODY a:hover, BODY a:active {
	color: #5388A9;
	text-decoration: none;
  }

.breadcrumbs {
	font-family: Tahoma, Garamond, Arial;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #5388A9;
	text-decoration:none;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
	text-decoration:underline;
}