/*================================================
HTML Tag Definitions
==================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
a,p,td,tr,select,input,checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
b {
	letter-spacing: .05em;
}

/*================================================
Header
==================================================*/
.navHeadDefault {
	font-weight: bold;
	color: #ffffff;
	background-color: purple;
	letter-spacing: .1em;
}
.navHeadSelected {
	font-weight: bold;
	color: #000000;
	background-color: #ffff00;
	letter-spacing: .1em;
}
.headLinks {
	font-weight: bold;
	color: #ffffff;
	letter-spacing: .1em;
}
.header {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: .05em;
}

/*================================================
Body and Detail
==================================================*/
.borderTop {
	border: 1px solid #bebebe;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
}
.borderAll {
	border: 1px solid #bebebe;
}
.borderHead {
	border: 1px solid #bebebe;
	border-right-width: 0px;
	border-top-width: 0px;
}
.borderLeft {
	border: 1px solid #bebebe;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}
.navFiller {
	background: #ebebeb;
}
.subHeadBlack {
	color: #ffffff;
	font-weight: bold;
	letter-spacing: .05em;
	background: #000000;
}
.subNav {
	text-decoration: none;
	color: #000000;
}