/* stylesheet by Software Programs, Inc. created on 04.30.2003. Duplication or redistribution is strictly prohibited.  */

body	{
	bgcolor: 000080;
	font-family: Arial;
	font-size: 12px;
}


H1	{
	font-family: Arial;
	font-size: 16px;
}

H2	{
	font-family: Arial;
	font-size: 16px;
}

P {clear: left;}

TD {
	font-size: 12px;
	font-family : Arial;
}


/* Vertical Links Format */
A.vert:link {
	color: 000080;
	text-decoration: none;
	padding:0 7 0 0;
}

A.vert:visited {
	color: 000080;
	text-decoration: none;
	padding:0 7 0 0;
}

A.vert:active {
	color: 000080;
	text-decoration: none;
	padding:0 7 0 0;
}

A.vert:hover {
	color: 000080;
	text-decoration: underline overline;
	padding:0 0 0 7;
}


/* Affiliate Links Format */
A.aff:link {
	color: blue;
	text-decoration: none;
}

A.aff:visited {
	color: purple;
	text-decoration: none;
}

A.aff:active {
	color: red;
	text-decoration: none;
}

A.aff:hover {
	color: red;
	text-decoration: underline;
}

/* Partners Links Format */
A.instr:link {
	font-weight: bold;
}

A.instr:visited {
	font-weight: bold;
}

A.instr:active {
	font-weight: bold;
	text-decoration: underline;
}

A.instr:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* All Other Links Format */
A:link {
	color: black;
	text-decoration: none;
}

A:visited {
	color: black;
	text-decoration: none;
}

A:active {
	color: black;
	text-decoration: none;
}

A:hover {
	color: black;
	text-decoration: underline;
}

