@import url("links.css");
@import url("tables.css");
@import url("forms.css");

body {
	font-family: arial, verdana, helvetica;
}
td {
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.hometitle {
	color: 666666;
	font-size: 16px;
}

.psubtitle {
	font-weight: bold;
	font-size: 16px;
}

.subtitle2 {
	font-weight: bold;
	font-size: 14px;
}

.devtitle {
	font-size: 20px;
	color: 666666;
}
.label {
	color: 666666;
	font-family: Arial, sans-serif;
	font-size: 10pt
}

.req {
	color: CC0000;
	font-size: 16px;
}

.specsmessage {
	color: CC0000;
	font-weight: bold;
}

.explain {
	font-size: 10px;
}

.memo {
	font-size: 11px;
	font-style: italic;
}
