#wrap {
	width:760px;
	margin:0 auto;
}

body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #20A2CC;
}
a:visited {
	text-decoration: none;
	color: #20A2CC;
}
a:hover {
	color: #F400F4;
}
a:active {
	text-decoration: none;
	color: #1E95C1;
}

.titleLg {
	font-size: 16pt;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-weight:bold;	
}
.titleMed {
	font-size: 14pt;
		font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-weight:bold;	
}

.blueSm {
	font-size: 9pt;
	color:#20A2CC;
}
.blueMed {
	font-size: 11pt;
	color:#20A2CC;
}
.blueLg {
	font-size: 12pt;
	color:#20A2CC;
	font-weight:bold;
}

.pinkSm {
	font-size: 10pt;
	color:#F0F;
}
.pinkMed {
	font-size: 12pt;
	color:#F0F;
}
.pinkLg {
	font-size: 12pt;
	color:#F0F;
	font-weight:bold;
}

.greenSm {
	font-size: 8pt;
	color:#20A2CC;
}

.textLg {
	font-size: 12pt;
	color:#333;
	font-weight:bold;
}
.textMed {
	font-size: 11pt;
	color:#333;
}
.textSm {
	font-size: 9pt;
	color:#333;
}
.textTestimonials {
	font-size: 11pt;
	color:#333;
	font:italic;
}
.textTemplate {
	font-size: 8pt;
	color:#333;
}
.error {
	background-color:#FFFDC8;
	padding:10px;
}
.red {
	color:#C30;
}
