/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#999999;
	color: #333333;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.detail {
	color: #006699;
	font-weight: bold;
}

.menu {
	color: #006699;
}

.subtitle {font-size: 18px}

.whiteTitle12 {color: #FFFFFF; font-weight: bold; }

.button_size {font-size: 24px}

