body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

form {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

select {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.stdtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.linkblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
.linkred {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.blackheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bolder;

}
.blackheader-lg {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
}
.redheader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bolder;
}
.blackheader-xlg {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bolder;
}
.pulldown {
	font-family: Arial, Helvetica, sans-serif;
	clear: none;
	float: none;
	height: auto;
	width: auto;
}

