BODY	{
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	background-color: #FFFFFF;
	}

/* PAGE LINK COLORS */

a:link		{ color: #0033FF; text-decoration: none; }

a:visited	{ color: #6633FF; text-decoration: none; }

a:active	{ color: #0033FF; text-decoration: none; }

a:hover		{ color: #6699FF; text-decoration: none; }

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #666666; FONT: 11px arial, geneva, verdana, sans-serif; }

.title		{ COLOR: #000000; FONT: 18px arial, sans-serif; font-weight: bold; }

.title2		{ COLOR: #999999; FONT: 18px arial, sans-serif; font-weight: normal; }

.title3		{ COLOR: #FF0000; FONT: 18px arial, sans-serif; font-weight: normal; }

.subtitle	{ COLOR: #3366FF; FONT: 13px arial, sans-serif; font-weight: bold; }

.footer		{ COLOR: #999999; FONT: 10px arial, verdana, sans-serif; }

.hilite		{ COLOR: #006600; }

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; }

.pageheight	{ height: 700px; }

.pagewidth	{ width: 700px; }

#headerlayer	{
		position: relative;
		left: 0px;
		top: 100px;
		margin-top: -100px;
		z-index:3;
		width: 752px;
		text-align: center;
		border:#000000 0px solid;
		}

/* IMAGE BORDERS AND IMAGE BACKGROUNDS */

.borders		{ border: #000000 1px solid; }

.bannerborders		{
			border-top: #A1ACBA 1px solid;
			border-right: #A1ACBA 1px solid;
			border-bottom: #A1ACBA 1px solid;
			border-left: #A1ACBA 1px solid;
			}

.imagebackground	{ background-color: #FFFFFF; }