a img
{
	border:none;
}

.space
{
	height:10px;
}

.company_title
{
	position:absolute;
	left:300px;
	top:70px;
	font-family:Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:Black;
}

.company_title a
{
	font-weight:bold;
	color:Black;
}

.HelpTitle
{
	font-family:Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.HelpText
{
	font-family:Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.VBA
{
	padding-left:10px;
}

.Term
{
	font-weight:bold;
}

.Header
{
	font-weight:bold;
}

.new_feature
{
	color:red;
}

.gray_border
{
	border:solid 1px gray;
}

.div_text
{
	padding-bottom:10px;
	padding-top:10px;
}

.activeLink
{
    font-family:Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
.inactiveLink
{
    font-family:Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
}
.folderItem
{
    cursor:pointer;
}

.ht_list li
{
	padding-top:5px;
}

.vba_comment
{
	color:Green;
}

.vba_code
{
	font-family:Courier New;
	color:Blue;
	padding:5px;
	border:solid 1px gray;
	background-color:#eeeeee;
}

.code_frame
{
	padding:10px;
}

.method_description_frame
{
	border:solid 1px gray;
	background-color:#eeeeee;
}

.text_block
{
	margin:5px;
	padding:5px;
}