/* CSS Document */
/*
site colors

green - #79A54C
purple - #894589
cyan - #1FA5D2
ochre - #BC8006
blue - #006699
pantone 492 - #91353B

*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {  
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11pt; 
	font-weight: normal; 
	text-decoration: underline; 
	color: #006699;
}
a:visited {  
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11pt; 
	font-weight: normal; 
	text-decoration: underline; 
	color: #91353B;
}
a:hover {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	color: #1FA5D2;
}
p {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 500;
}
p.green {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #79A54C;
}
p.purple {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #894589;
}
p.cyan {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #1FA5D2;
}
p.ochre {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #BC8006;
}
p.blue {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #006699;
}
h2 {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16pt;
	font-weight: 700;
	color: #91353B;
}
h3 {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-weight: 700;
	color: #91353B;
}
h4 {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: 700;
	color: #006699;
	margin: 0px;
}
li {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 500;
}

/* custom classes */
a.topNavLinks {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: 700;
	text-decoration: underline;
	color: #FFFFFF;
}
a.topNavLinks:hover {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF;
}
a.topNavLinks:visited {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: 700;
	text-decoration: underline;
	color: #FFFFFF;
}
.termTitles {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16pt;
	font-weight: 700;
	color: #FFFFFF;
}
a.termLinks {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 500;
	text-decoration: underline;
	color: #FFFFFF;
}
a.termLinks:hover {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 500;
	text-decoration: none;
	color: #FFFFFF;
}
a.termLinks:visited {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 500;
	text-decoration: underline;
	color: #FFFFFF;
}
.smallserif {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	color: #000000;
}

.copyright {
	font-family: "Bailey Sans ITC", "ITC Officina Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	color: #91353B;
}