/* CSS Document */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #8BAFBF;
	color: white;	
	margin-top: 12px;
}

.text_titles {
	font-size: 18px;
	margin-bottom: 0.5em;
	text-transform: lowercase;
}

.text_titles_dark {
	font-size: 18px;
	margin-bottom: 0.5em;
	text-transform: lowercase;
	color: #000000;
}

.text_plain {
	font-size: 12px;
	color: #CCFFFF;
	}
	
.text_plain_dark {
	font-size: 12px;
	color: black;
	}
	
.text_calendar {
	font-size: 12px;
	color: #669999;
	}
	
a.dark {
	font-family: verdana, arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;

	}
	
.text_contact {
	font-size: 10px;
	}