body {
	background-color: #86A1B6;
	font-size: 12px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin: 10px 0px;
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	line-height: 16px;
}

a:link {
	color: #3E6F97;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #3E6F97;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #3E6F97;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6289A6;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}


/*--- Text links on dark colors. ---*/

a.lightlink:link    {
	color:  #F8EC80;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.lightlink:visited {
	color:  #F8EC80;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.lightlink:active  {
	color:  #F8EC80;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.lightlink:hover   {
	color:  #FDFADF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
} 


/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
	border-bottom: thin solid #000000;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

/*---  Address White on black.  ---*/

.AddressWoB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   12px;
	color:       #FFFFFF;
}
/*---  Changes font to blue.  ---*/

.blue {
	color:       #1F3D57;
}

/*---  Changes font to red.  ---*/

.red {
	color:       #800000;
}

/*---  Changes font to white.  ---*/

.white {
	color:       #E9E9E9;
}

/*---  Used in Trackback and Pingback page.  ---*/

H1 {
	font-family: Georgia, Times, TimesNewRoman, serif;
	font-size:   25px;
	color:       #000000;
	font-weight: bold;
	line-height: 27px;
}

/*---  Used in Trackback and Pingback page.  ---*/

H2 {
	font-family: tahoma, verdana, arial, helvica, sans-serif;
	font-size:   17px;
	color:       #000000;
	font-weight: bold;
	line-height: 19px;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
	font-family: tahoma, verdana, arial, helvica, sans-serif;
	font-size:   14px;
	color:       #000000;
	font-weight: bold;
	line-height: 16px;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

H4 {
	font-family: tahoma, verdana, arial, helvica, sans-serif;
	font-size:   12px;
	color:       #000000;
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 14px;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
	font-family: tahoma, verdana, arial, helvica, sans-serif;
	font-size:   11px;
	color:       #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	line-height: 13px;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
	font-family: tahoma, verdana, arial, helvica, sans-serif;
	font-size:   12px;
	color:       #333333;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	line-height: 16px;
}

/*---  Indent ---*/

.indent {
	text-indent: 12pt;
}

/*--  Copyright. --*/

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

