@charset "UTF-8";
/* CSS Document */
/*
******************
My User Classes 
******************
*/ 

*/ 
.tqgreenback {
background-color:#007300;
}
.tqbrownback {
background-color:#8b522d;
}
.tqredback {
background-color:##c31d12;
}
.tqgrayback {
background-color:#666666;
}
.tqcreamback {
background-color:#fffff0;
}


a.linkr:link {
	color: #c31d12;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	
}
a.linkr:visited   {
	color: #c31d12;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	
}
a.linkr:hover    {
	color: #c31d12;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	
}
a.linkr:active  {
	color: #c31d12;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a.xgraylink:link {
	color: #868686;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	
}
a.xgraylink:visited   {
	color: #868686;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	
}
a.xgraylink:hover    {
	color: #868686;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	
}
a.xgraylink:active  {
	color: #868686;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	
}

.eugrayback {
background-color:#b7b7b7;
}


.hmy-section h1 {
	font-size: 1.5rem;
}
.hmy-section h2 {
	font-size: 1.4rem;
}
.hmy-section h3 {
	font-size: 1.3rem;
}
.hmy-section h4, .hmy-section h5 {
	font-size: 1.2rem;
}
.hmy-section h1,
.hmy-section h2,
.hmy-section h3,
.hmy-section h4,
{line-height: 1.4;}
.hmy-section h5 {
	margin: 24px 0px 0px 0px;
	font-weight: bold;
}
.hmy-section h1:first-child,
.hmy-section h2:first-child,
.hmy-section h3:first-child,
.hmy-section h4:first-child,
.hmy-section h5:first-child {
	margin: 0px;
}
.hmy-section p {
	margin: 6px 0px 10px 0px;
	line-height: 1.6;
}

/*
********************************
       Audio Video Image
********************************
*/
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* sets video and audio to 100% */
video {
width: 100%;
}

audio {
width: 100%;
}