body	{
	font-family: Arial, Verdana, Sans-Serif;
}

td, p	{
	font-family: Arial, Verdana, Sans-Serif;
}

a	{

}

h1	{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 20px;
}

h2	{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 18px;
}

h3	{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	margin-left: 40px;
}
h3 a:link	{	text-decoration:none; }
h3 a:visited	{	text-decoration:none; }

UL, LI	{
	
}

li a:link	{	text-decoration:none; }
li a:visited	{	text-decoration:none; }

a:link	{	color:#009; }
a:visited	{	color:#339; }


.bold	{
	font-weight: bold;
}

.title	{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.sub_title	{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.small_message	{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
}

.grey_text	{
	color:#999;
}

.highlight	{
	background-color:#FF0;
}

.red_text	{
	color:#F00;
}

.nav_divider_bar	{
	width: 280px;
	height: 18px;
	font-size:14px;
	font-weight:bold;
	background-color:#C9DCAE;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#666;
}
	
.toplevel	{
	list-style:decimal;
	font-size:16px;
}
.sublevel1	{
	list-style:lower-alpha;
	font-size:14px;
}
.sublevel2	{
	list-style:lower-roman;
	font-size:12px;
}

.plugin_name_table	thead	{
	font-weight: bold;
	background-color: #AAA;
}