body {
	background-attachment:fixed;	
	background-color: #333;
}

.border1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.border3 {
	border: 1px solid #A39789;
	/*border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;*/
}

.menu {
	font-family: Arial;
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
}

.menu a:link {
	font-family: Arial;
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
}

.menu a:visited {
	font-family: Arial;
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
	font-family: Arial;
	font-size: 11pt;
	color: #C6C6C6;
	text-decoration: none;
}

.menu a:active {
	font-family: Arial;
	font-size: 11pt;
	color: #ededed;
	text-decoration: none;
}

.header1 {
	font-family: Arial;
	font-size: 18pt;
	color: #4a4a4a;
   padding-bottom: 0;
   margin-bottom: 0;
	text-decoration: none;
}


.blinking{
    animation:blinkingText 1.0s infinite;
	font-family: Arial;
}
@keyframes blinkingText{
    0%{color: #fff; }
    25%{color: #FFFF2A; }
    50%{color: #FFAAFF; }
    75%{color: #2AFF55; }
    100%{color: #fff; }
}


.blinking1{
    animation:blinkingText 1.0s infinite;
	font-family: Arial;
}
@keyframes blinkingText{
    0%{color: #fff; }
    25%{color: #FFF; }
    50%{color: #FFF; }
    75%{color: #FFF; }
    100%{color: #FFF; }
}

 /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  text-align: left;
  /*border-bottom: 1px dotted black;  /*If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  font-family: Arial;
  visibility: hidden;
  width: 400px;
  background-color: #C9D8F5;
  color: #000;
  text-align: left;
  padding: 10px 10px 10px 10px;
  border: 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 6px;

  /* Position the tooltip textbox */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 10%;
  right:-50%;
  margin-left: -420px;

  /* Fade in tooltip */
  opacity: 50;
  transition: opacity 1.7s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 65%;
  margin-left: 5px;
  border-width: 7px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 

 	 
h1 {
	font-family: Arial;
	font-size: 20pt;
	color: #530000;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: none;
}

h2 {
	font-family: Arial;
	font-size: 12pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h2 a:link {
	font-family: Arial;
	font-size: 12pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h2 a:visited {
	font-family: Arial;
	font-size: 12pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h2 a:hover {
	font-family: Arial;
	font-size: 12pt;
	color: #757575;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h2 a:active {
	font-family: Arial;
	font-size: 12pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h3 {
	font-family: Arial;
	font-size: 12pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h3 a:link {
	font-family: Arial;
	font-size: 12pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h3 a:visited {
	font-family: Arial;
	font-size: 12pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h3 a:hover {
	font-family: Arial;
	font-size: 12pt;
	color: #757575;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h3 a:active {
	font-family: Arial;
	font-size: 12pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h4 {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h4 a:link {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h4 a:visited {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h4 a:hover {
	font-family: Arial;
	font-size: 11pt;
	color: #757575;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h4 a:active {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h5 {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h5 a:link {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h5 a:visited {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h5 a:hover {
	font-family: Arial;
	font-size: 11pt;
	color: #757575;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h5 a:active {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h6 {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h6 a:link {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h6 a:visited {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h6 a:hover {
	font-family: Arial;
	font-size: 11pt;
	color: #757575;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

h6 a:active {
	font-family: Arial;
	font-size: 11pt;
	color: #4A4A4A;
    padding-bottom: 0;
    margin-bottom: 0;
	text-decoration: none;
}

.fontwhite11 {
	font-family: Arial;
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
}

.fontwhite11 a:link {
	font-family: Arial;
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
}

.fontwhite11 a:visited {
	font-family: Arial;
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
}

.fontwhite11 a:hover {
	font-family: Arial;
	font-size: 11pt;
	color: #A1A1A1;
	text-decoration: none;
}

.fontwhite11 a:active {
	font-family: Arial;
	font-size: 11pt;
	color: #fff
	text-decoration: none;
}
.fontgreen16 {
    font-family: Arial;
	font-size: 12pt;
	color: #063;
	text-decoration: none;
}

.fontgrey10 {
	font-family: Arial;
	font-size: 10pt;
	color: #999999;
	text-decoration: none;
}
.fontgrey20 {
    font-family: Arial;
	font-size: 20pt;
	color: #333;
	text-decoration: none;
}

.font11 {
	font-family: Arial;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
}
.font11 a:link {
	font-family: Arial;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
}
.font11 a:visited {
	font-family: Arial;
	font-size: 11pt;
	color: #333333;
	text-decoration: none;
}
.font11 a:hover {
	font-family: Arial;
	font-size: 11pt;
	color: #4a4a4a;
	text-decoration: none;
}
.font11 a:active {
	font-family: Arial;
	font-size: 11pt;
	color: #c72122;
	text-decoration: none;
}
.font11blue {
	font-family: Arial;
	font-size: 11pt;
	color: #1A1A6F;
	text-decoration: none;
}
.font12 {
	font-family: Arial;
	font-size: 12pt;
	color: #333333;
	text-decoration: none;
}
.font12 a:link {
	font-family: Arial;
	font-size: 12pt;
	color: #333333;
	text-decoration: none;
}
.font12 a:visited {
	font-family: Arial;
	font-size: 12pt;
	color: #333333;
	text-decoration: none;
}
.font12 a:hover {
	font-family: Arial;
	font-size: 12pt;
	color: #4a4a4a;
	text-decoration: none;
}
.font12 a:active {
	font-family: Arial;
	font-size: 12pt;
	color: #c72122;
	text-decoration: none;
}
.fontwhite {
    font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}
.fontblue {
    font-family: Arial;
	font-size: 10pt;
	color: #132667;
	text-decoration: none;
}
.fontblue a:link {
    font-family: Arial;
	font-size: 10pt;
	color: #132667;
	text-decoration: none;
}
.fontblue a:visited {
    font-family: Arial;
	font-size: 10pt;
	color: #132667;
	text-decoration: none;
}
.fontblue a:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.fontblue a:active {
	font-family: Arial;
	font-size: 10pt;
	color: #132667;
	text-decoration: none;
}
.fontblue12 {
    font-family: Arial;
	font-size: 12pt;
	color: #132667;
	text-decoration: none;
}
.fontblue12 a:link {
    font-family: Arial;
	font-size: 12pt;
	color: #132667;
	text-decoration: none;
}
.fontblue12 a:visited {
    font-family: Arial;
	font-size: 12pt;
	color: #132667;
	text-decoration: none;
}
.fontblue12 a:hover {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
}
.fontblue12 a:active {
	font-family: Arial;
	font-size: 12pt;
	color: #132667;
	text-decoration: none;
}
.fontblue14 {
    font-family: Arial;
	font-size: 14pt;
	color: #132667;
	text-decoration: none;
}
.fontblue18 {
    font-family: Arial;
	font-size: 18pt;
	color: #132667;
	text-decoration: none;
}
.fontred8 {
	font-family: Arial;
	font-size: 8pt;
	color: #540000;
	text-decoration: none;
}
.fontred11 {
	font-family: Arial;
	font-size: 11pt;
	color: #FF0000;
	text-decoration: none;
}
.fontred11 a:link {
	font-family: Arial;
	font-size: 11pt;
	color: #FF0000;
	text-decoration: none;
}
.fontred11 a:visited {
	font-family: Arial;
	font-size: 11pt;
	color: #FF0000;
	text-decoration: none;
}
.fontred11 a:hover {
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
}
.fontred11 a:active {
	font-family: Arial;
	font-size: 11pt;
	color: #FF0000;
	text-decoration: none;
}
.fontred12 {
    font-family: Arial;
	font-size: 12pt;
	color: #b40404;
	text-decoration: none;
}
.fontmaroon20 {
    font-family: Arial;
	font-size: 20pt;
	color: #8C0D0D;
	text-decoration: none;
}
.font12 {
    font-family: Arial;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
}