@charset "utf-8";
/* CSS Document */

.text_left_title {
	font-family: Arial, Helvetica, sans-serif;
    line-height: 32px;
	font-size: 32px;
	font-weight: bold;
	/*text-align: left;
	float: left;
	height: auto;
	width: 98%;*/
	margin-left: 10px;
    padding-top: 18px;
}

.text_left {
	font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-top: 14px;
    margin-bottom: 18px;
    margin-left: 10px;
	/*margin-right: 10px;*/
	color: #000000;
	text-decoration: none;
	float: left;
	height: auto;
	width: 67%;
}

.text_right_title {
	font-family: Arial, Helvetica, sans-serif;
    line-height: 32px;
	font-size: 32px;
	font-weight: bolder;
	text-align: right;
	float: right;
	height: auto;
	width: 98%;
	margin-right: 10px;
    padding-top: 18px;
}

.text_right {
	font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    font-size: 16px;
    /*font-weight: bold;*/
	text-align: right;
    margin-top: 14px;
    margin-bottom: 18px;
    /*margin-left: 10px;*/
	margin-right: 10px;
	color: #000000;
	text-decoration: none;
	float: right;
	height: auto;
	width: 67%;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    color: #002859;
	font-weight: bolder;
	text-decoration: none;
	background-color: #FFCC00;
	text-align: center;
	vertical-align: middle;
	width: 28%;
	border: 2px solid #002859;
    padding-top: 14px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 5px;
}

.div_star {
	text-align: center;
	vertical-align: middle;
	float: left;
}

.left    {float: left;}
.right    {float: right;}

.center    {
    margin: 0 auto;	/* centers div on page */
}

/*
=====================================================
PROGRESSIVELY ENHANCED STYLES
=====================================================
*/

@media screen and (min-width: 480px) {  }

@media screen and (min-width: 640px)  {  }

@media screen and (min-width: 768px)  {  }

@media screen and (min-width: 1024px)  {  }

@media print  {  }


