@charset "UTF-8";

/* Text Styles */

h1 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h5 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* ADMIN SECTION LINK values */
a.admin:link {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

a.admin:visited {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

a.admin:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

a.admin:active {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
