h2 {
	font-size: 18px;
	padding-top: 20px;
}
h3 {
	font-size: 14px;
	padding-top: 10px;
}

p.name {
	float: left;
	width: 45%;
	margin: 0px 20px 20px 0;
	text-align: left;
	font-style: italic;
}
p.name strong {
	font-size: 14px;
	line-height: 28px;
	font-style: normal;
}
table th {
	text-align: left;
	padding-right: 10px;
	vertical-align: top;	
}
table.grid {
	margin: 20px 0 20px 0;
	border-collapse: collapse;
	width: 100%;
	border-top: 2px solid silver;
	background-color: #303030;
}
table.grid td, table.grid th {
	border-bottom: 1px solid #4d4d4d;
	padding: 5px ;
}
table.grid th span {
	font-weight: normal;
}
.right {
	text-align: right;
}

input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 12px;
}
input.text {
	width: 200px;
	border: 1px solid gray;
	background: url(../img/input_bg.gif) repeat-x left top;
	padding: 2px ;
		
}
input.submit {
	background: black url(../img/btn_bg.gif) repeat-x center center;
	border: 1px solid gray;
	line-height: 18px;
	width: 200px;
}
.notice {
	padding: 10px;
	border: 1px solid silver;
	margin-top: 40px;
}
input.tiny {
	width: 60px;
}

table.program td, table.program th {
	border-bottom: 1px solid #808080;
	padding: 5px ;
}

