﻿body {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}
a {
	color: #0000FF;
}
a:hover {
	color: #FFFF00;
}
/* ------------------------------------------------------------ */
.Header {
	text-align: right;
	font-style: italic;
	padding-top: 3px;
	padding-right: 5px;
	background-color: #F7CB33;
	letter-spacing: 4px;
}
.ColorRed {
	color: #FF0000;
}
.HeaderWhite {
	color: #FFFFFF;
	font-size: 12px;
}
.Menu_Top {
	text-align: left;
}
.Menu_Left {
	background-color: #778CB3;
	vertical-align: top;
	text-align: center;
}
.Menu_LeftBottom {
	background-color: #778CB3;
	vertical-align: bottom;
	text-align: center;
}
.Content {
	padding: 10px 5px 10px 5px;
	max-width: 500px;
	background-color: #AAAFCB;
	text-align: left;
	vertical-align: top;
}
.ContentTitle {
	color: #FFFFFF;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 6px;
}
.Footer {
	text-align: center;
	background-color: #F7CB33;
	font-size: 12px;
	font-style: italic;
}
.FalseLink {
	color: #0000FF;
	text-decoration: underline;
}
/* ------------------------------------------------------------ */

.TxtCenter {
	text-align: center;
}
.BorderNone {
	border-width: 0;
}
.BorderBlack1 {
	border: 1px solid #000000;
}
.ImageLeft {
	vertical-align: text-top;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.ImageRight {
	vertical-align: text-top;
	border: 1px solid #000000;
	margin-bottom: 10px;
	float: right;
	margin-left: 10px;
}

