﻿.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFC700;
}

.headRD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #EF1821;
}

.headLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #FFC700;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}

 a.links:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
 a.links:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
 a.links:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: red;
	text-decoration: none;
}