/* CSS Document */

p{
font-family: Times New Roman, Times, serif;
font-size: 13px;
color: #FFFFFF;
line-height: 18px;
padding:0px;
}

.bold {
	font-family: Times New Roman, Times, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #CCCC99;
}


.legal {
	font-family: Times New Roman, Times, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #CCCC99;
}

.big{
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	font-style: italic;
	line-height: 19px;
	font-weight: bold;
	color: #CCCC99;
}
