@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Times New Roman", Times, serif
}

.content
{
	padding-left:75px;
	font-size: 14px;
}
.contentBold {
	padding-left:75px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.contentText {
	padding-left:10px;
	font-size: 14px;
	font-weight: normal;
}

