.box
{
	position: relative;
	margin-top: 15px;
	background: inherit;
	color: #000;
}
.box_bordered
{
	position: relative;
	border: dashed 1px #dadada;
	margin-top: 15px;
	background: inherit;
	color: #6f734a;
}
.box_inner_transparent
{
	border: solid 1px #fff;
	color: inherit;
	padding: 15px;
}
.box_inner_white
{ 
	border: solid 1px #fff;
	color: #fff;
	padding: 15px;
 }

.box_inner_yellow_green
{
	border: solid 1px #fff;
	background: #FFFFE9 url(  'images/bg_yellow_green.gif' ) repeat-x;
	color: inherit;
	padding: 15px;
}
.box_inner_green
{
	border: solid 1px #fff;
	background: url(  'images/bg_green.gif' ) repeat-x;
	color: inherit;
	padding: 15px;
}
.box_inner_grey
{
	border: solid 1px #fff;
	background: url(  'images/bg_grey.gif' ) repeat-x;
	color: #003399;
	padding: 15px;
}
.box_inner_orange
{
	border: solid 1px #fff;
	background: url(  'images/bg_orange.gif' ) repeat-x;
	color: inherit;
	padding: 15px;
}
.OrangeTitle, .GreenTitle
{
	font-family: Arial;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: 700;
	background: url( 'images/rectangle.gif' );
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
}
.OrangeTitleH, .GreenTitleH
{
	font-family: Arial;
	font-size: 1em;
	text-decoration: none;
	font-weight: 700;
	background: url( 'images/rectangle.gif' );
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
}
.OrangeTitle, .OrangeTitleH
{
	color: #ff8b0b;
}
.GreenTitle, .GreenTitleH
{
	color: #8AB528;
}
.BlueTitle, GreyTitle, .BlackTitle
{
	font-family: Arial;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: 700;
	padding-left: 16px;
}
.BlueTitleH, .GreyTitleH, .BlackTitleH
{
	font-family: Arial;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: 700;
	padding-left: 16px;
}
.BlackTitle, .BlackTitleH
{
	color: #000;
}
.BlueTitle, .BlueTitleH
{
	color: #000099;
}
.GreyTitle, .GreyTitleH
{
	color: #666;
}

.V-spacer
{
	margin-bottom: 15px;
}
.ActionButtons
{
	float: right;
	padding-left: 20px;
}
