@charset "utf-8";

/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* MARGINS */
p, h2 {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h2.nospacing {
	margin-bottom: 0px;
}

ul {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
}

/* FONTS */
p, ul, dt, dd, td {
	font-size: 11px;
}

h1 {
	font-size: 16px;
	color: #7B96AA;
}

h2 {
	font-size: 13px;
	color: #7B96AA;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #7B96AA;
}

dt {
	font-weight:bold;
	margin-top: 1em;
}

.pagetitle {
	font-size: 24px;
	font-weight: bolder;
	color: #542785;
}

.quote {
	margin-right: 20px;
	margin-left: 20px;
	font-style: italic;
	font-weight: bold;
}

ul.menu {
	font-size: 14px;
	list-style: circle;
	font-weight: bold;
}

ul.menu a:link, ul.menu a:visited {
	color:#000000;
	text-decoration: none;
}

ul.menu a:hover {
	color:#ffffff;
	text-decoration: none;
}

.testimonial {
	font-style: italic;
	padding-right: 4em;
	padding-left: 4em;
}

.client {
	font-weight:bold;
	margin-bottom: 0px;
}

.standout {
	color:#542785
}

a.biggerer {
	font-size:16px;
	font-weight: bold;
}
