/* -------------- */
/*  Common Links  */
/* -------------- */

A:link {
	color: red;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	}
	
A:visited {
	color: red;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	}

A:hover {
	color: red;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: underline;
	font-style: normal;
	}
	
A.white:link {
	color: white;
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	font-style: normal;
	}
A.white:visited {
	color: white;
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	font-style: normal;
	}

A.white:hover {
	color: white;
	font-family: verdana;
	font-size: 8pt;
	text-decoration: underline;
	font-style: normal
	}

.pageHeader {
	color: #000000;
	font-family: verdana;
	font-size: 13.5pt;
	font-weight: bold;
	}

.txt {
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	}

.pageBorder {
	border-color:#000000;
	border-width: 1px;
	border-style: solid;
	}
