@import url(includes/template4.css);
@import url(includes/print.css);

/*
Help Page

Styles specifically for the Help page.
*/

#helpIndex
{
	border-bottom: 1px solid #999;
	padding-bottom: 2em;
}

#helpContent
{
	border-top: 1px solid #FFF;
	padding-top: 2em;
}

.helpTopic { border-bottom: 1px solid #999; }
.last { border-bottom: 0; }

.helpTopic h3
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.3em;
}
