.box
{
	margin: 5px;
}
.gray_box
{
	clear:both;
	width:100%;
	margin: 0px;
	border-left: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
}
.gray_icon
{
	float:left;
	width: 20px;
	height: 20px;
	background-image: url( images/gray_corner.gif );
	background-repeat: no-repeat;
}
.gray_titlebox
{
	text-indent: 5px;
	border-right: solid #ccc 1px;
	border-top: solid #ccc 1px;
}
.gray_title
{
	font-family:Verdana;
	font-size: 12px;
	color: #666;
}
.gray_content
{
	margin: 5px;
}
.gray_content A
{
	text-decoration: none;
}
.gray_menu
{
}
.blue_box
{
	clear:both;
	width:100%;
	margin: 0px;
	border-left: solid #abf 1px;
	border-bottom: solid #abf 1px;
	border-right: solid #abf 1px;
	background: #abf;
}
.blue_icon
{
	float:left;
	width: 20px;
	height: 20px;
	background-image: url( images/blue_corner.gif );
	background-repeat: no-repeat;
}
.blue_titlebox
{
	text-indent: 5px;
	border-right: solid #abf 1px;
	border-top: solid #abf 1px;
	background: #abf;
}
.blue_title
{
	font-family:Verdana;
	font-size: 12px;
	color: #fff;
}
.blue_content
{
	margin: 5px;
	background: #abf;
}
.blue_content A
{
	text-decoration: none;
}
.blue_menu
{
}
.borderless_title
{
	font-family:Verdana;
	font-size: 10px;
	text-transform:uppercase;
	color: #666;
}
.borderless_content
{
}
.borderless_menu
{
}

