/*
http://www.site-webmaster.com/m/misc/webmaster-styles.css
*/

/*
text:
*/

H1, H2, H3, H4, LI, P, .menus
{
	font-family: Arial, Palatino, sans-serif;
}

.faq-contents-tag
{
	font-family: Arial, Palatino, sans-serif;
}

H1, H2, H3, H4
{
	font-weight: bold;
	color: #211D67;
	background: transparent;
}

H1, H2
{
	text-align: center;
}

H3, H4
{
	text-align: left;
}


/*
==================================================================
start anchors:
*/

/*
left menu anchors:
*/

left-menu-cell
{
	font-size: medium;
	background-color: #FFFFFF;
}

a.left-menu-anchor:link
{
	text-decoration: underline;
	color: white;
	background: transparent;
}

a.left-menu-anchor:visited
{
	text-decoration: underline;
	color: white;
	background: transparent;
}

a.left-menu-anchor:hover
{
	text-decoration: none;
	color: #000000;
	background: #ccf;
}

a.left-menu-anchor:active
{
	text-decoration: none;
	color: black;
	background: #ff9;
}

/*
******************************************************************
5/10/05
anchors added to show icon for external links
*/

a.external-link:link
{
	background-image: url(/m/images/site-general/external-link.png);
	color: #0000ff;
	text-decoration: underline;
	background-repeat: no-repeat;
	padding: 0 5px 0 13px;
}

a.external-link:visited
{
	background-image: url(/m/images/site-general/external-link.png);
	color: #0000ff;
	text-decoration: underline;
	background-repeat: no-repeat;
	padding: 0 5px 0 13px;
}

a.external-link:hover
{
	background-image: url(/m/images/site-general/external-link.png);
	color: #0000ff;
	text-decoration: underline;
	background-repeat: no-repeat;
	padding: 0 5px 0 13px;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3/19/05 for the table for paid links
3/6/07 was in the literature style sheet
*/

table.paid-links
{
	border: 0px #005100 solid;
	background-color: #005100;
	font-size: 10px;
	padding: 1px;
	text-align: center;
	color: #005100;
	width: 125px;
}

tr.first-row
{
	background-color: #005100;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

td.first-cell
{
	color: #FFFFFF;
	background-color: #005100;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

td.second-cell
{
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 2px;
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/