/* masters.css  - style sheet for the webmaster's web site */
/* modified 7 Feb 05 by Moriarty*/
/* I added a second navigation type called nav1.  This now gives */
/* us the flexibility to have underlined and non-underlined hyperlinks */


.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
}

/* Type 1 Link Navigation */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: 000066;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: 000066;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: underline;
}

/* Type 2 Link Navigation */
a.nav1:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
}

a.nav1:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: 000066;
	text-decoration: none;
}

a.nav1:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-decoration: none;
}

a.nav1:active {
	font-family: Arial, Helvetica, sans-serif;
	color: 000066;
	text-decoration: none;
}

/* Type 3 Link Navigation */
a.nav2:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	border-bottom:1px dotted #666666; }
}

a.nav2:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: 000066;
	text-decoration: none;
	border-bottom:1px dotted #222222;
}

a.nav2:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-decoration: none;
	border-bottom:1px dotted #ffcc33;
}

a.nav2:active {
	font-family: Arial, Helvetica, sans-serif;
	color: 000066;
	text-decoration: none;
	border-bottom:1px dotted #000066;
}

.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3333;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 000066;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	color: 000066;
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: 000066;
}

.smtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: 000066;
}

.greentxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339933;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
}

tt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
}

/* Content Cell construct : added 14 Nov 03 */
.content-border  { border-color:a6a3a2; 
			 border-style:solid; 
			 border-width:1pt; 
			 padding:5pt;}

.content-cell1  { background-color: #ffffff;
		      border-bottom-color: #a6a3a2;
			border-bottom-width: 1pt;
	            border-bottom-style: solid;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #000066;}

.content-cell2  { background-color: #ffffff; 
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #000066;}

hr {
	color: #c0c0c0;
	size: 1px;
	height: 1px;
	border: 0px;
}


