@charset "utf-8";
/* CSS Document */

/*####### PAGE LAYOUT #######*/

*{
	padding:0;
	margin:0;
	border:0;
}

html, body {
	background-color: white;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*####### LINKS #######*/

a:link { color: #0099FF; font-style: normal; text-decoration: none; }
a:visited { color: #0099FF; text-decoration: none;}
a:hover { color: #0099FF; text-decoration: underline;}
a:active { color: #0099FF; text-decoration: none;}

/*####### FRAMES #######*/

.page {
	width: 800px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
	text-align: left;
}

.header {
	background-image: url(images/thein_rios_logo_154x193.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 193px;
	margin-top: 80px;
}

.page_content {
	padding-top: 30px;
	text-align: center;
}

.headline {
	font-size: 22px;
	color: #000000;
}

.headline_grey {
	font-size: 22px;
	color: #666666;
}

.content {
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}