@charset "UTF-8";
body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px;
	margin: 0;
	white-space: normal;
	text-align: left;
}
#head img {
    max-height: 200px;
}
p {
	margin-top: 1em;
	margin-bottom: 1.5em;
}
p.small {
	font-size: 9px;
}
a:link {
	color: #5E977A;
	text-decoration: none;
	font-weight: bold;
	border:none;
}
a:visited {
	color: #821533;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
    text-align: left;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
}

.navbar, .navbar-default {
	border-width: 0;
	background-color: #FFFFFF;
	margin-top: 20px;
	text-align: center; 
}
#main {
	color: #000000;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 60px;
}
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #7E7E7E;
	color: #FFFFFF;
	text-align: center;
}
footer h3 a:link {
	color: #FFFFFF;
    font-weight: normal;
    font-size: 16px;
	font-style: italic;
}
footer h3 a:hover {
	color: #FFFFFF;
    font-size: 16px;
	font-style: italic;
    font-weight: bold;
	text-decoration:underline;
}
footer h3 a:visited {
	color: #FFFFFF;
    font-size: 16px;
	font-style: italic;
}
.image-fill {
	width: 100%;
}
#wrapper {
	padding-right: 40px;
	padding-left: 40px;
}
table.header {
    margin: 2px;
	border: 0;
    width: 95%;
    vertical-align: top;
    font-style: oblique; 
}
table.header th {
	border: 0;
    vertical-align: text-top;
    text-align: right;
}
table.header td {
	border: 0;
    vertical-align: text-top;
    text-align: left;
}
table.min {
	border:  1px solid #C2C2C2;
}
table.min td {
	/*border-left: 1px solid #DDDDDD;*/
	/*border-bottom: 1px solid #DDDDDD;*/
    border-top: 1px solid #DDDDDD;
/*    border-right: 1px solid #DDDDDD;
*/	padding-right: 10px;
	padding-left: 10px;
}
table.min  th {
	text-align: center;
	border: 1px solid #C2C2C2;
}
table.min thead th {
	border: 0;
    text-align: center
}
table.min caption {
	font-size: 10px;
	font-style: italic;
	color: #333333;
	display: table-caption;
	caption-side: top;
    text-align: left
}
table.hasBorder {
	border:  1px solid #C2C2C2;
}

table.hasBorder td {
	vertical-align: middle;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-right: 2px;
	padding-left: 2px;
    text-align: center;
}

table.hasBorder  th {
	background-color: #E5EBE5;
	text-align: center;
	border: 1px solid #C2C2C2;
}
table.hasBorder caption {
	font-size: 10px;
	font-style: italic;
	color: #333333;
	display: table-caption;
	caption-side: top;
    text-align: left
}
#wrapper #foot a {
	color: antiquewhite;
}
medium {
	font-size: 12px;
	font-style: normal;
	color: #4F4B4B;
}



