/* CSS Document */

div#help-list
{
border-right: 1px solid #b2b2b2;
float:left;
padding-right: 15px;
width: 100px;
}

div#help-txt
{
text-align:justify;
margin-left: 130px;
}

table#dev
{

}

a:link {
	color:#757891;
	text-decoration: none;
}
a:visited {
	color:#757891;
	text-decoration: none;
}
a:hover {
	color:#8E99FF;
	text-decoration: none;
}
a:active {
	color:#757891;
	text-decoration: none;
}
a#cur {
	color:#8E99FF;
	text-decoration:none;
}