@charset "utf-8";
/* CSS Document */

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #000066;
	background-repeat: no-repeat;
	background-image: url(images/web-background-big-trans.png);
	background-attachment: fixed;
	background-position: center;
	}

p	
	{
	text-indent: 0;
	margin-left: 50px;
	margin-right: 50px;
	border: 1;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	font-size: 10px;
	text-align: left;
	}

table
	{
	border: "0";
	align: "center";
	cellpadding: "0";
	hspace: "0";
	vspace: "0";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-repeat: repeat;
	color: #CCCCCC;
	text-shadow: 1px;
	}

a:link		{
	color: #009900;
	text-decoration: none
}
a:visited	{color: #990000; text-decoration: none}
a:active	{color: #000099; text-decoration: none}
a:hover		{
	color: #00FFFF;
	text-decoration: underline
}
a:link img	{border-style: none;}

html {min-height: 100%; margin-bottom: 1px}

