/* CSS Document */

#board {
	color: #000000;
	line-height:14px;

}


#board table td{
	vertical-align:top;
	margin:auto;
	text-align:left;
	padding:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
}

#board table td h1 {
	font-size:10px;
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0;
	padding:0;
}

#board table td h2 {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0;
	padding:0;
	font-style: italic;
	color: #FF6633;
}

#board table td table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.company {
	color:#999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: .1em;
}

.position{
color:#3366FF;
}