body {
	font-family: "Lucida Grande", Arial, Geneva, sans-serif;
	font-size: 62.5%; /* approx. 10px */
	z-index: 2;
}

#page {
	font-size: 1.2em; /* 12px */
	line-height: 1.5em; /* 18px */
	color: #303030;
}

a {
	color: #B81633;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

a:hover {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	
}

a:visited {
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
}

h1 {
	color: ;
	font-size: 20pt; /* 18px */
	line-height: normal; /* 24px */
	font-family: "Bell Gothic Std Black", Tahoma;
	font-weight: bold;
	z-index: 1;
}

h2 {
	font-size: 16pt; /* 16px */
	line-height: 1.13em; /* 18px */
	font-family: "Bell Gothic Std Black", Tahoma;
	font-weight: bold;
}
.quote {
	font-family: "Bell Gothic Std Black", Tahoma;
	font-size: 15px;
	font-weight: normal;
	list-style-position: inside;
	background-position: center;
	font-style: italic;
	font-variant: normal;
	color: #666666;
	line-height: normal;
	list-style-type: disc;
	list-style-image: url(../image/quote.PNG);
}


h3 {
	font-size: 14pt; /* 14px */
	line-height: normal; /* 18px */
	font-family: "Bell Gothic Std Black", Tahoma;
	font-weight: bold;
	color: #333333;
}
.bullet {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../image/red-bullet.PNG);
}
.circle-bullet {
	list-style-type: disc;
	list-style-position: inside;
}
.arrow-bullet {
	list-style-image: url(../image/arrow-bullet.PNG);
	list-style-position: inside;
}
.lower-bullet {
	list-style-position: inside;
	list-style-type: disc;
	font-weight: lighter;
}



.highlight {
	background-color: #FFFF99;
}
.outside-arrow-bullet {
	list-style-position: outside;
	list-style-image: url(../image/arrow-bullet.PNG);
}

.textfield-grey {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	background-color: #EBF1FE;
	color: #BEBEBE;
	}
	
.textfield {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	background-color: #EBF1FE;
}
.newsletter-title {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-style: italic;
	color: #B81633;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: normal;
	letter-spacing: 3pt;
}
.newsletter-button {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #B81633;
	letter-spacing: 3pt;
	border: 0.5px solid #666666;
	text-transform: uppercase;
}
.form-button {
	border: 5px solid #E0E0E0;
	background-image: url(../image/grey-table.PNG);
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.text-button {
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #B81633;
	text-decoration: underline;
}


.numbers {
	list-style-type: decimal;
	list-style-position: inside;
}
.equal-bullet {
	list-style-position: inside;
	list-style-image: url(../image/equal-bullet.PNG);
}
.dotted-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DDF1FF;
	border-right-color: #DDF1FF;
	border-bottom-color: #DDF1FF;
	border-left-color: #DDF1FF;
	background-image: url(http://loveletterlane.com/image/grey-table.PNG);
}
.blue-border {
	background-image: url(../image/grey-table.PNG);
	border: thick dashed #96BAF1;
}

.message-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DDF1FF;
	border-right-color: #DDF1FF;
	border-bottom-color: #DDF1FF;
	border-left-color: #DDF1FF;
}

.blue-checkmark {
	list-style-image: url(../image/checkmark.jpg);
	list-style-position: inside;
}
.black-link {
	color: #000000;
}
.white-link {
	color: #FFFFFF;
}

.side-bar-header {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #B81633;
	font-style: italic;
}
.blue-link {
	color: #005388;
}
.grey-link {
	color: 666666;
}
.small-grey {
	font-size: 0.8em;
	color: #808080;
}
