/* CSS Document */
#CandidateTable{
	border-top:2px #CCCCCC solid; 
	border-left:2px #CCCCCC solid; 
	border-right:2px #CCCCCC solid; 
	border-bottom:2px #CCCCCC solid;
	line-height:200%;
	table-layout:fixed;
}

#CandidateTitle{
	vertical-align:middle;
	text-align:center;
	font-weight:bolder;
	background-color:#6666FF;
	color:#FFFFFF;
}

#CandidateList{
	border-top:2px #CCCCCC solid; 
	border-bottom:2px #CCCCCC solid;
	font-size:11px;
}

#CandidateTextarea{
	border:0px;
}
