@charset "utf-8";
/* CSS Document */

body { 
	background: #4d4c4a url(../images/bg_page.jpg) center top no-repeat;
	}


.text_container{
	position:relative;
	top: 30px;
	width: 800px;
	background:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin-left: 30px;
	margin-bottom:30px;
	padding: 30px;
	text-align:left;
	}


.text_container A
{
    color: #000000;
}

.text_title 
{
	width:100%;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.text_subtitle{
	font-weight: bold;

	}

.text_link {
	color: #72bf44;
	text-decoration: underline;
	}

.text_link:hover {
	text-decoration: none;
	}