@import url("../../includes/style_sheet.css");

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.small-text {
	font-size: 10px;
}
.form-elements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	color: #6666CC;
	text-decoration: none;
}
a:hover {
	color: #9999CC;
	text-decoration: none;
}

.page-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}

.red	{
	color: red;
}

.red10	{
	font-size: 10px;
	color: red;
}

.red11	{
	font-size: 11px;
	color: red;
}

.button	{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: gray;
	border-top: 1px solid LightYellow;
	border-right: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	border-left: 1px solid LightYellow;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
