﻿body
{
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}
.content-pad {
	padding: 3px 10px 3px 10px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: justify;
}
a
{
	color: #FF5F11;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

.img_notframed
{
	border:none;
	padding:2px;
	margin:10px;
}

.img_framed
{
	border:groove;
	border-width:thin;
	padding:2px;
	margin:10px;
}

H1
{
	font-weight: bold;
	font-size: medium;
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #FF5015;
}

H2
{
    font-weight: bold;
    font-size: small;
    margin-bottom: 5px;
    text-transform: uppercase;
	color: #FF5015;
}

H3
{
    font-weight: bold;
    font-size: small;
    font-style: italic;
	color: #FF5015;
}

LI
{
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
}

OL
{
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
}

UL
{
	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
}
.emphasize_text {
	font-weight: bold;
	color: #FF5015;
	font-style: italic;
	font-variant: normal;
	background-color: #FFFF00;
}
.footer_style {
	border-color: #000000;
	border-style: solid none none none;
	border-width: thin;
	text-align: center;
	background-color: #FE7C4B;
	color: #FFFFFF;
}
.footer_link
{
	color: #ffffff;
	text-decoration: none;
	font-size: small;
	text-align: center;
}
.footer_discreet
{
	color: Gray;
	text-decoration: none;
	font-size: small;
}
.credits {
	font-size: small;
	color: #D1410B;
	text-align: center;
}
.centered {
	text-align: center;
}
