html { font-size: 100%; }
body { font-size: 75%; }
table { font-size: 100%; }
html>body { font-size: 12px; }

body {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

h1 {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {text-decoration: none; color: #ec008c;}
a:hover {color: #ec008c;}

p {margin: 0; padding: 0;}

.blacktext {color: #000;}
.whitetext {color: #fff;}
.lgreytext {color: #ccc;}
.dgreytext {color: #666;}
.breadcrumbs {color: #ccc; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 30px 0 6px 0;}
.breadcrumbs_home {color: #ccc; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 30px 0 3px 0;}

.blacktext a {color: #000;}
.whitetext a {color: #fff;}
.lgreytext a {color: #ccc;}
.dgreytext a {color: #666;}
.breadcrumbs a {text-transform: none; color: #ccc; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.breadcrumbs_home a {text-transform: none; color: #ccc; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

.blacktext a:hover {color: #666;}
.whitetext a:hover {color: #ccc;}
.lgreytext a:hover {color: #666;}
.dgreytext a:hover {color: #ccc;}
.breadcrumbs a:hover {color: #ec008c; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.breadcrumbs_home a:hover {color: #ec008c; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

.s1 {font-size: 99%;}
.s2 {font-size: 75%;}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

.bold {
	font-weight: bold;
}