.gray_box6
{
	border: 6px solid #E7E7E7;
	background-color: #E7E7E7;
	margin: 3px;
}
.gray_box4
{
	border: 4px solid #E7E7E7;
	background-color: #E7E7E7;
	margin: 3px;
}

.menu_title
{
	font-family: arial;
	color: #383838;
	font-size: 15px;
	font-weight: 500;
}

.menu_desc
{
	font-family: arial;
	color: #383838;
	font-size: 13px;
	font-weight: 500;
}

.bold_big
{
	font-family: arial;
	color: #383838;
	font-size: 16px;
	font-weight: 600;
}


.bold
{
	font-family: arial;
	color: #383838;
	font-size: 14px;
	font-weight: 800;
}

.bold_small
{
	font-family: arial;
	color: #383838;
	font-size: 12px;
	font-weight: 800;
}

.normal
{
	font-family: arial;
	color: #383838;
	font-size: 14px;
	font-weight: 500;
}

.normal_small
{
	font-family: arial;
	color: #383838;
	font-size: 12px;
	font-weight: 500;
}

a.tool:link,
a.tool:active,
a.tool:visited
{
	font-family: arial;
	font-weight: 500;
	font-size: 16px;
	color: #383838;
	text-decoration: none;
}

a.tool:hover
{
	font-weight: 500;
	font-size: 16px;
	color: #383838;
	text-decoration: underline;
}

a.tool_small:link,
a.tool_small:active,
a.tool_small:visited
{
	font-family: arial;
	font-weight: 500;
	font-size: 12px;
	color: #383838;
	text-decoration: none;
}

a.tool_small:hover
{
	font-weight: 500;
	font-size: 12px;
	color: #383838;
	text-decoration: underline;
}

a.none:link,
a.none:active,
a.none:visited
{
	text-decoration: none;
}

a.none:hover
{
	text-decoration: none;
}

.cat_even
{
	background-color: #FFEDD9;
}

.cat_odd
{
	background-color: #EDF6FD;
}

input.field
{
	margin-right: 4px;
	border: 1px solid gray;
	padding: 1px;
	background-color: white;
}