.text {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 12px;
	line-height: 22px;
	font-weight: lighter;
	text-align: justify;

}
.textTitle {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: large;
	line-height: normal;
	font-weight: bold;
	color: #FFCC66;

}

a:link {
	color: #D43C00;
	text-decoration: none;

}
a:visited {
	color: #D43C00;
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #555;
	color: #FF6633;

}
.textMedium {

	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 13px;
	line-height: 22px;
	font-weight: lighter;
	display: run-in;
}
.textHeading {


	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-align: justify;
	display: run-in;
}
.code {
	font-family: "Courier New", "Courier", "mono";
	font-size: 12px;
	border: none #999999;
}
