/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-color:#EEEEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}



.title {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #333333;
}

.subtitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #666666;
}



