body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
}
a {
	color: #0066CC;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #CC3333;
}
a:hover {
	color: #000;
}

#bodytext p{
	font-size: 100%;
}

.boldtextblue {
	font-weight: bold;
	color: #0033FF;
}
.textitalicsblue {
	color: #0033FF;
	font-style: italic;
}

.boldtext {
	font-weight: bold;
}

.boldtextred {
	font-weight: bold;
	color: #CC0033;
}
.boldtextpurple {
	font-weight: bold;
	color: #990099;
}

.boldtextitalics {
	font-weight: bold;
	font-style: italic;
}

.textitalics {
	font-weight: normal;
	font-style: italic;
}
.boldtext16 {
	font-weight: bold;
	font-size: 16px;
}
.boldtext16White {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}
.boldtext18Blue {
	font-weight: bold;
	font-size: 18px;
	color: #0033FF;
}
.boldtextitalics16 {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

.textWhite {
	font-weight: normal;
	color: #ffffff;
}
.textbold10px {
	font-weight: bold;
	font-size: 10px;
}

td td{
	font-size: 13px;
}
td {
	font-size: 13px;
}


textarea {font-family: Arial, Helvetica, sans-serif;
}
