.buttonSecondary{
    font-size: 10px;
	font-weight: bold;
	color: White;
	margin: 0px 0 0px 0;
	white-space:nowrap;
	background-color: Black;
}

.buttonSecondary a:link, .buttonSecondary a:visited {
	padding: 1px 2px;
	background-color: Black;
	text-decoration: none;
	color: #ffffcc;
}

.button a:hover, .buttonDefault a:hover, .buttonSecondary a:hover, input.buttonHover {
	color: Red;
	cursor: pointer;
}

.bbb{
    font-family: cursive;
    font-size: 14px;
	font-weight: bold;
	color: white;
	margin-left: 15px;
	white-space:nowrap;
	background-color: Black;
	text-align: center;
}

.msgTitle{
    font-family: cursive;
    font-size: 18px;
	font-weight: bold;
	color: white;
	margin-left: 15px;
	white-space:nowrap;
	background-color: Black;
	text-align: center;
}

.msg{
    font-family: cursive;
    font-size: 13px;
	font-weight: bold;
	color: white;
	margin-left: 15px;
	white-space:nowrap;
	background-color: Black;
	text-align: center;
}

.linkSecondary{
	font-family: cursive;
    font-size: 15px;
	font-weight: bold;
	color: White;
	margin-left: 15px;
	white-space:nowrap;
	background-color: Black;
}

.linkSecondary2{
	font-family: cursive;
    font-size: 14px;
	font-weight: bold;
	color: White;
	margin-left: 1px;
	white-space:nowrap;
	background-color: Black;
}

.linkSecondary a:link, .linkSecondary a:visited {
	padding: 1px 2px;
	background-color: Black;
	text-decoration: none;
	color: #ffffcc;
}

.link a:hover, .buttonDefault a:hover, .linkSecondary a:hover, input.buttonHover {
	color: Red;
	cursor: pointer;
}