* {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #0123d1;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: white;
	scrollbar-base-color: #fc884f;
}  

SMALL  {
	font-size : 8pt;
	color: #029f0d;
}

/* Links */
a:link, a:visited {
	color: #029f0d;
}
a:hover, a:active {
	color: #029f0d;
}

H2  {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
	color: #fa1127;	
	margin-bottom: 0px;
}
  
H3, .heading3, .heading_blog  {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #fa5e11;	
}
  
H4, .heading4  {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #c605a8;	
}
  
hr {
	border: none;
        color: #fa116b;
	background-color: #fa116b;
	height: 1px;
}

hr.quote {
	clear: both;
        color: #cdc5bb;
	background-color: #cdc5bb;
	height: 1px;
}

.page_spacing {
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 45px;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}
ul.align, ol.align {
	margin-top: 2px;
	margin-left: 18px;
	margin-bottom: 2px;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: right;
}

.align_left {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.photo_border {
        border: 1;
        border-style: solid;
        border-color: black;
}
 
.question {
	color: red;	
	font-weight: bold;
}

select, input, textarea {
	color: black;
	background-color: #fdf5eb;
	border: 1px solid red;
}

input.button {
	color: white;
	background-color: #029f0d;
}

.button {
        color: white;
	background-color: #029f0d;
        border: 1px solid black;
}


/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
	background-color: white;
	border: none;
}

.home_page {
	background-image: url(/images/home-page-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.quote, .quote b {
	color: #c605a8;
}

.quote_maker {
  	font-size : 8pt;
	color: #029f0d;
	text-align: right;
	margin-top: 4px;
	margin-right: 4px;
}

/* Use this to add space to the right side of pages */
.page_text {
	margin-right: 25px;
}

/* Callout boxes background and formatting */
.box_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	background-image: url(/images/box-background.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

/* A set of styles to display her word phrases in various fonts and colors */
.phrase_font1 {
	font-family : Verdana, Helvetica, sans-serif;
	font-size: 16pt;
}
.phrase_font2 {
	font-family : "Comic Sans MS", Helvetica, sans-serif;
	font-size: 16pt;
}
.phrase_font3 {
	font-family : "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16pt;
}
.phrase_font4 {
	font-family : Georgia, Helvetica, sans-serif;
	font-size: 16pt;
}
.phrase_color1 {
	color: #fa5e11; /* Orange */
}
.phrase_color2 {
	color: #fa1127; /* Red */
}
.phrase_color3 {
	color: #c605a8; /* Purple */
}
