/* CSS Document */
/*composed by Hasheen DeBerry for Area-Wide Phone Book */
a:link{
	color:#faf424;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#ff0000;
	text-decoration:underline;
	font-weight:bold;
}

a:visited{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

body{
	background-color:#faf424;
	background-repeat:repeat-x
	/*border:2px dotted #0099ff;*/
}

p{
	color:#0099ff;
	font-family: 'trebuchet ms', arial, helvectica, sans-serif;
	font-size: 12pt;
	font-style:italic;
}

ul{
	list-style-type:square;
	color:#0099ff;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:80px;
}

.sidebar{
	background-color:#0099ff;
	padding:5px 5px 5px 5px;
	border: 2px solid #000000;
	/*border-bottom: 2px solid #000000;*/
}

.body{
	/*border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;*/
}

.companyinfo{
	color:#ffffff;
	font-family: 'trebuchet ms', arial, helvectica, sans-serif;
	font-size:10pt;
}

.emphasis{
	font-family: "Times New Roman", Times, serif;
	color:#0099ff;
	text-align:center;
	font-size:14pt;
	font-weight:bold
}

.header{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0099ff;
	/*font-style:italic;*/
	font-weight:bold;
	text-align:center
}

.footer{
	font-family: 'trebuchet ms', arial, helvectica, geneva, sans-serif;
	font-size:9pt;
	text-align:center;	
}

a.footerLink:link{
	color:#0099ff;
	text-decoration:none;
}

a.footerLink:hover{
	color:#ff0000;
	text-decoration:underline;
}

a.footerLink:visited{
	color:#000000;
	text-decoration:none;
}

