/* PME Content Styles : ContentStyles.css */

defaultText {
	font-family: Arial;
	font-weight:normal;
	font-size: 12px;
	color: #797979;
	display: inline;
}

centerText {
	font-family: Arial;
	font-weight:normal;
	font-size: 12px;
	color: #797979;
	display: inline;
	text-align:center;
}

largeText {
	font-family: Arial;
	font-size: 14px;
	color: #797979;
	display: inline;
}

a {
	color: #333333;
	text-decoration: underline;
	display: inline;
}

a:hover {
	color: #ed1c24;
	text-decoration: underline;
	display: inline;
}