﻿.button{
	text-align: center;
	float: left;
	width: 110px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	background-image: url('../../images/generic/button_bg.gif');
	background-repeat: no-repeat;

}


.button a {
	display: block;
	width: 110px;
	height: 27px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    line-height: 27px;
	text-decoration: none;
	text-transform: lowercase;
	color: #000000;
	display: inline;
	float: left;

}

.button a:hover {
	color: #1F82CF;
}

.smallFont {
	font-size: x-small;
}
.indentedText {
	padding-left: 40px;
}
.largerFont {
	font-size: medium;
}
.underlined {
	text-decoration: underline;
}
.greenBold {
	font-weight: bold;
	color: #0CB72C;
}
.blueBold {
	font-weight: bold;
	color: #1F82CF;
}
.greyBold{
	color: #666666;
	font-weight: bolder;
}
.fauxRuleStyle {
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 20px;
}
