@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 30px;
	font-weight: bold;
	font-style: oblique;
	font-family: Verdana, Geneva, sans-serif;
}

h2 {
		font-size: 20px;
		font-weight: bold;
}

h3 {
		font-size: 18px;
}

h4 {
}

h5 {
		font-size: 12px;
		font-weight: bold;
		font-style: oblique;
		text-decoration: underline;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

h6 {
		font-size: 10px;
}


a:visited {
	color: #989431;
	font-size: 14px;
	text-decoration: underline;
}
	
a:link {
	color: #B9B73E;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	color: #F8FAF0;
	font-size: 14px;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	font-size: 14px;
	text-decoration: underline;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.textC { /* center text */
		margin-right: auto;
		margin-left: auto;
		text-align: center;
}
.textJ {
	text-align: justify;
}

.textR {
	text-align: right;
}

.textL {
	text-align: left;
}

.bold { /* bold text */
		font-weight: bold;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a div that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.photo {
}

.photo img {
		padding: 4px;
		border-top: 3px solid #666666;
		border-right: 3px solid #000000;
		border-bottom: 3px solid #000000;
		border-left: 3px solid #666666;
}

.figure  {
		margin: 0px 10px 10px;
}

.figure p {
		text-align: center;
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 5px 0px;
}

.figureL  {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
}

.figureL p {
		text-align: center;
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 5px 0px;
}

.figureR  {
		float: right;
		margin-bottom: 10px;
		margin-left: 10px;
}

.figureR p {
		text-align: center;
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 5px 0px;
}
