/*** General Tag CSS ***/
BODY, TD, TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A {
	text-decoration: none;
	color: #237CBA;
	background-color: inherit;
}
A:visited { color: #237CBA; background-color: inherit; }
A:hover { text-decoration: underline; }
/*** Site Map Links ***/
A.h2 {
	text-decoration: none;
	color: #152953;
	background-color: inherit;
}
A.h2:visited { color: #152953; background-color: inherit; }
A.h2:hover { text-decoration: underline; }
/*** Page Title ***/
h1.title  {
	color: #888888;
	background-color: inherit;
	height: 57px;
	margin: 0;
	padding: 0;
	line-height: 57px;
	letter-spacing: 5px;
	font-weight:bold;
	font-size: 18px;
}
p.titlebottom  {
	color: #a5a5a5;
	background-color: inherit;
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 22px;
	letter-spacing: 2px;
	font-weight:bold;
	font-size: 18px;
}
/* no visual link indicators for links in location at bottom of each page */
a.novisual, a.novisual:visited, a.novisual:hover  {
	color: #DDDDDD;
	text-decoration: none;
	background-color: inherit;
}
/*** Content Area ***/
.content p, .content p.indent{
	margin:  0px;
	padding: 0px 0px 20px 0px;
}
.content p.indent {
	margin-left: 20px;
}
.content h2{
	font-size: 16px;
	margin:  0px;
	padding: 0px 0px 15px 0px;
	/*color: #D56D13;*/
	color: #152953;
	background-color: inherit;
}
.content h3{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin:  0px;
	padding: 0px 0px 12px 0px;
	color: #152953;
	background-color: inherit;
}
.content ul.clients{
	list-style-type: none;
}
.content ul{
	margin: 0px 0px 20px 20px;
	padding: 0px;
}
.content li a {
	color: #237CBA;
	background-color: inherit;
}
.content li {
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	color: #152953;
	background-color: inherit;
}
.samples img{
	margin: 0px;
	padding: 10px 0px;
}

.webring table { background-color: #CCCCCC; border: none;}
.webring table tr td  {border: none;}

/*** Skip Navigation ***/
#skip { display: none; }
/*** Footer Information ***/
.footer, .footer a, .footer a.footer {
	color: #DDDDDD;
	background-color: inherit;
}
.footer a:hover { text-decoration: underline; }