p, tr, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*default links*/
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #33CCFF;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: none;

}

/*footer... credits, copyright info*/
#footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;	
	}
#footer a:link, #footer a:visited { 
	font-size: 10px;
	color: #0033FF;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	color: #0000FF;
	}
#footer a:active {
	color: #FFFFFF;
}


/*menu history, ex. home>services>tax services */
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 2pt;
	color: #006666;
}
#nav a:link, #menu a:visited {
	color: #3300FF;
	text-decoration: none;
}
#nav a:hover {
	color: #000099;
	text-decoration: underline;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.default {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textwMargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;





}
.textwMarginH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #669999;
	font-weight: bold;
	padding: 5px;
}
.textwMarginBold {
	font-weight: bold;
	padding: 5px;

}
.infoBarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #006666;



}
.servicesBigHeading {
	font-size: 18px;
	font-weight: bold;
	color: #006666;

}
.defaultBold {
	font-weight: bold;
}
.cellmargin {
	padding-top: 10px;
	padding-bottom: 10px;
}
li {
	list-style-image: url(graphics/link_arrow.gif);
}
.required {
	font-weight: bold;
	color: #FF0000;
}
.directionsbg {
	background-color: #CCCCCC;
	border: thin solid #000000;
	clip:   rect(5px 5px 5px 5px);
}

/*
INPUT, TEXTAREA, SELECT, MENU  {
	background-color: #6699CC;
	border: 1px solid #003366;
	scrollbar-3d-light-color: #ff8000;
	scrollbar-arrow-color: #000080;
	scrollbar-base-color: #000080;
	scrollbar-dark-shadow-color: #24369C;
	scrollbar-face-color: #99B3CC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #24369C;

/*
...and here's the explanation:
scrollbar-3d-light-color: #ff8000; the color on the outside providing the shading
scrollbar-arrow-color: #000080; the arrow color
scrollbar-base-color: #000080; the base color but is covered by all the other colors
scrollbar-dark-shadow-color: #24369C; shadow to the right of the scrollbar
scrollbar-face-color: #99B3CC; the color of the scrollbar
scrollbar-highlight-color: #FFFFFF; color that goes immediately around the scrollbar
scrollbar-shadow-color: #24369C; provides the shadow in conjunction with the dark shadow
*//*
}

.requiredTextA {
	border: 1px solid #CC0000;

}
*/

#test {}