﻿body
{
	margin-top: 0px;
	margin-left: 0px;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
	font-size: 14px;
	background-image: url(img/bkg1.jpg);
	background-repeat: repeat;
	color: #696969;
}
.btn
{
	font-size: small;
	color: #EDE7D8;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
	text-decoration: none;
}
.ContentStyle1
{
	background-color: #EDE7D8;
	width: 698px;
	height: 800px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 50px;
	text-align: justify;
}
.ContentStyle2
{
	background-color: #EDE7D8;
	width: 698px;
	height: 1500px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 50px;
	text-align: justify;
}
a
{
	color: #333333;
	text-decoration: none;
}
.Title1
{
	font-size: 16px;
	color: #696969;
	font-weight: bold;
}
.XCloser
{
	background-color: Black;
	font-size: 16px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.DivNote
{
	top: -400px;
	left: 10px;
	height: 800px;
	width: 600px;
	display: none;
	position: relative;
	background-color: White;
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	padding-right: 20px;
	padding-left: 20px;
}
.DivNoteBig
{
	top: -400px;
	left: 10px;
	height: 1000px;
	width: 600px;
	display: none;
	position: relative;
	background-color: White;
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	padding-right: 20px;
	padding-left: 20px;
}
.DivNoteSmall
{
	top: -400px;
	left: 10px;
	height: 500px;
	width: 600px;
	display: none;
	position: relative;
	background-color: White;
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	padding-right: 20px;
	padding-left: 20px;
}

