@charset "UTF-8";
/* CSS Document */
body {
	background-color: #4C4C4C;
}

h1 {
	font-size:24px;
	color:#000;
	font-style:normal;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
}

p {
	font-size:14px;
	color:#000;
	font-style:normal;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
}
a.internal:link    { 
					text-decoration: none;
					background: transparent;
					color: black; 
}
a.internal:visited { 
					text-decoration: none; 
					background: transparent; 
					color: black; 
}
a.internal:hover   {
	text-decoration: none;
	color: black;
	background-color: #F93;
}
a.internal:active  {
	text-decoration: none;
	color: black;
	background-color: #F93;
}
.InfoText {
	color: #4C4C4C;
}
