/* CSS Document */

#botCol a {
	width: 235px;
	border: 5px solid #C1BFD0;
	display: block;
	float: left;
	padding: 33px 25px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: white;
	color: #282445;
	font-weight: normal;
}
#botCol a:hover {
	border-color: #F89920;
	color: #F89920;
	background-color: white;
}
#botCol div.cmselembox a {
	width: inherit;
	border: 1px solid blue;
	display: inline;
	float: inherit;
	padding: inherit;
	margin-right: inherit;
	font-size: inherit;
}
#botCol div.cmselembox a:hover {
	color: blue;
}