﻿@charset "utf-8";


body  {
	font-size: 12px;
	border-bottom: 10px #9F9F9F inset;
	background-image: url('../design/graphics/background.png');
	color: #45A54E;
	background-repeat: no-repeat;
	margin-top: 295px;
	height: 900px;
	width: 1280px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
}
a:link {
	color: #008000;
	text-decoration: none;
}
a:active {
	color: #008000;
	text-decoration: none;
}
a:visited {
	color: #008000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #354F2B;
}
.small_normal {
	color: #008080;
	font-size: small;
}
.medum_italic {
	font-size: medium;
	font-weight: normal;
	font-style: italic;
}
.medium_normal {
	font-size: medium;
}
.Footer {
	font-family: Verdana;
	font-size: x-small;
	font-style: italic;
}
.center {
	text-align: center;
	width: 100%;
}

.small_bold_italic {
	font-style: italic;
	font-weight: bold;
	font-size: small;
	color: #008000;
}




