body
{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	background-color:#FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img { border: none; color: Transparent;}
.LinkBlue:visited, 
.LinkBlue{
	color: #005FA9;
	text-decoration: none;
}

.LinkBlue:hover{
	text-decoration: underline;
}
.LinkBlack:visited, 
.LinkBlack{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

.LinkBlack:hover{
	text-decoration: underline;
}
.LinkTeal:visited, .LinkTeal{
	color: Teal;
	text-decoration: none;
	font-weight: bold;
}

.LinkTeal:hover{
	text-decoration: underline;
}

/**********************************************/
.Teal { color: #59827A }
.Lavender { color: #5D5880 }
.Gold { color: #A47A00 }

/*********************************************/
table{
	font-size:  100%;
}
.BoldWhite {
	color: #FFFFFF;
	font-weight: bold;
}
.NoBullet {	list-style-type: none;
}
/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*************** MinPost styles ******************/

.MinPost {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-bottom:1px solid #006666
}

.MinPost h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.MinPost p {
	padding: 0px 0px 10px 0px;
}

.MinPost a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.MinPost a.capsule:hover{
	text-decoration: underline;
}

/************** Biography styles*****************/
.bioHead {
	padding: 10px;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bioFoot {
	padding: 10px;
	font-size: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
/************** Phonebook styles*****************/

.phonebook {
	padding: 10px 0px 0px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-right-width: 1px;
	margin-top: 0;
	margin-right: 0px;
}
.phonebook .AddressList td
{
	border-bottom: solid 10px transparent;
}
.phonebook .printonly { display: none; }

#abcTabs{
	position: absolute;
	color:#FFFFFF;
	width: 10px;
	right: 0%;
	top: 160px;
	text-align: right;
}
.SearchButton
{
	BORDER-RIGHT: 2px outset Blue;
	PADDING-RIGHT: 1px;
	BORDER-TOP: 2px outset #069080;
	PADDING-LEFT: 1px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 90%;
	PADDING-BOTTOM: 0px;
	MARGIN: 2px;
	BORDER-LEFT: 2px outset #99CC99;
	COLOR: White;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: 2px outset Olive;
	FONT-FAMILY: verdana, arial, sans-serif;
	BACKGROUND-COLOR: #006666;
}	
.PurpleText {color: #660066}
	
