@charset "utf-8";
/* CSS Document */

/* The following makes pages 100% height */
html,body
{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
/* end 100% height stuff */

img {
	border: 0;
}
#content {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	width: 670px;
	z-index: 5;
}

/* Container owns everything on the page */
table.Container
{
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}
td.Container
{
	vertical-align: top;
	height: 100%;
	width: 100%;
	padding: 0;
}
/* end container */

body {
	background-attachment: fixed;
	background-image: url(images/cmyk_pal.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
body,td {
	color: #0055a5;
	font-family: "Swis721 Cn BT", "Helvetica Narrow", Helvetica, "Arial Narrow", Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
h1,h2 {
	font-family: "Swis721 BlkCn BT", "Helvetica Narrow", Helvetica, "Arial Narrow", Arial, sans-serif;
	margin: 0;
}
h1 {
	font-size: 26pt;
}
h1:hover {
	color: black;
}
h2 {
	font-size: 24pt;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover,a:active {
	color: black;
}
.printMe {
	display: none;
}

.a1pOrang {
	color: #f18f2f;
}
a.a1pOrang:link,a.a1pOrang:visited {
	color: #f18f2f;
}
.a1pMagen {
	color: #c80761;
}
a.a1pMagen:link,a.a1pMagen:visited {
	color: #c80761;
}
.a1pPurpl {
	color: #604d77;
}
a.a1pPurpl:link,a.a1pPurpl:visited {
	color: #604d77;
}
.a1pGreen {
	color: #7cc46b;
}
a.a1pGreen:link,a.a1pGreen:visited {
	color: #7cc46b;
}
.a1pBlue {
	color: #0055a5;
}
.a1pBurgu {
	color: #b20838;
}
.imPressI {
	font-size: 28pt;
	font-style: italic;
}

/*Correct Firefox outline*/
a:active {
outline:none
}

a:focus {
-moz-outline-style:none
}
