@charset "UTF-8";
.greencube {
	color: #000;
	background-color: #9F0;
	display: block;
	height: 70px;
	width: 70px;
	padding: 5px;
	vertical-align: text-bottom;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-right: 20px;
	text-transform: none;
}

/* CSS Document */

.main_container {
	background-color: #000;
	width: 560px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	height:100%;
	position: relative;
}
	
.content_1 {
	margin-top: 20px;
	margin-left: 20px;
	text-align: justify;
}
.content_2 {
	margin-left: 20px;
	margin-top: 20px;
}
.content_2-justify {
	margin-left: 20px;
	margin-top: 20px;
	text-align: justify;
	margin-bottom: 20px;
}

.content_3 {
	margin-top: 20px;
	margin-left: 20px;
	text-align: justify;
	margin-bottom: 20px;
}
.content_4 {
	margin-top: 20px;
	margin-left: 20px;
	text-align: justify;
	margin-bottom: 20px;
}
.margins1 {
	padding-right: 20px;
}
.margins2 {
	text-align: justify;
}
.margin-bottom {
	margin-bottom: 20px;
}
.border_top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333;
	padding-top: 5px;
}
.border_top_grey {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	padding-top: 5px;
}
.WhiteLink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}

.WhiteLink a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.WhiteLink a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.WhiteLink a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: underline;
}
.GreyLink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}

.GreyLink a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
.GreyLink a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
.GreyLink a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: underline;
}

