@charset "utf-8";

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background-image: url(../png/stamp.png);
	background-position: 50px 50px;
	background-repeat: no-repeat;
	background-color: #FA0100;
	border: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

body,html
{
	height: 100%;
	width: 100%;
}

body,td,th
{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

.White
{
	color: #FFFFFF;
}

.Center
{
	margin: 0px auto 0px auto;
	width: 600px;
}

.Contact
{
	text-align: right;
}

.Info
{
	width: 400px;
}

.Layout
{
	background-image: url(../png/flag.png);
	background-position: top right;
	background-repeat:no-repeat;
	height: 100%;
	width: 100%;
}

.Title
{
	font-size: 60pt;
	text-align: center;
	padding-bottom: 25px;
}