@charset "utf-8";

/* CSS Document */

body
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14pt;
	font-weight:200;
	font-style:normal;
	color:#000;
	background-color:#FFF;
	background-image: url(../images/netbkgnd.gif);
}

a:link, a:visited, a:active
{
	color:black;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 { text-align:center; }

h1 { font-size:250%; }

h2 { font-size:200%; }

h3 { font-size:150%; }

h4 { font-size:100%; }

h5 { font-size:75%; }

h6 { font-size:50%; }

.b { font-weight:bold; }

table{text-align:left;}


img{ border:none;}

.borderthreepx
{
	border:3px ridge #996633;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 1;
}

.c { text-align:center; }

.fl { float:left; }

.fr { float:right; }

.i { font-style:italic; }

.j { text-align:justify; }

.l { text-align:left; }

.n { text-decoration:none; }

.nine
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.r { text-align:right; }

.script { font-family: Script, cursive, fantasy; }

.sf
{
	width:75%;
	margin-left:auto;
	margin-right:auto;
}

.sr
{
	width:40%;
	margin-left:auto;
	margin-right:auto;
}

.u { text-decoration:underline; }
