table.idStart{
	width: 400px;
}
td.idStart{
	color: #FFFFFF;
	background-color: #0060a9;
	width: 175px;
	height: 60px;
	font-weight: bold;
}
td.idStart:hover{ 
	background-color: #0099CC;
}

a.idStartLinks{
	color: #FFFFFF;
	text-decoration: none;
}

td.chooseButton{
	color: #0060a9;
	background-color: #FFFFFF;
	width: 175px;
	height: 60px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #0060a9;
}

td.blueText{
	color: #0060a9;
	font-weight: bold;
}

.blueText{
	color: #0060a9;
	font-weight: bold;
}

a.chooseButton{
	color: #0060a9;
	text-decoration: none;
}

td.chooseButton:hover{ 
	border-style: solid;
	border-width: 2px;
	border-color: #104E8B;
}

input.blueButton
{
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight: bold;
   color:#FFFFFF;
   width:100px;
   height:24px;
   background-color:#0060a9;
   border-style:solid;
   border-color:#4e72bf;
   border-width:2px;
}
