h1{
	font-size: 10px;
	line-height: 15px;
	color: #A9A9A9;
}
.p10 {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.p10t {
	font-size: 10px;
	line-height: 15px;
	color: #000000;
}
.p10p {
	font-size: 10px;
	line-height: 15px;
	color: #BB78BB;
}
.p10 b strong {
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	font-weight: 100;
}
.p12 {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.p12t {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.p12b strong {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-weight: 100;
}


.p14 {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.p14c{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin:3em;;
}
.p14 b strong {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-weight: 100;
}
.p16 {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}

a:link {
	color: #0000ff;
}
a:link b strong {
	color: #0000ff;
	font-weight: 100;
}
a:hover {
	color: #00ffff;
}
a:hover strong {
	color: #00ffff;
	font-weight: 100;
}
a:visited {
	color: #999966;
}
a:visited b strong {
	color: #999966;
	font-weight: 100;
}

form{
	margin:0;
	padding:0;
}
#formTable{
	width:600px;
	border-collapse:collapse;
}
#formTable th,
#formTable td{
	border:#cccccc 1px solid;
	font-size:100%;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:0.5em 1em;
}
#formTable th{
	background:#D9F0FF;
}
#formTable td{
	background:#fafafa;
}
.formBtn{
	width:8em;
	padding:0.2em 1em;
	text-align:center;
	margin:1em;
}
.longInput{
	width:400px;
}
.middleInput{
	width:150px;
}
.shortInput{
	width:50px;
}