@charset "UTF-8";
/* CSS Document */

p{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 2px;
}
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FF3333;
}
.largeblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #333366;
	line-height: 24px;
}

