/* SqHS Styles */

/* standard font */

td {font-family: arial; color: #000000; font-size: 12px; font-style: normal; font-weight: normal;}

/**/

.content_sm {font-family: arial; font-size: 10px; font-style: normal; font-weight: normal;}

.content_med {font-family: arial; font-size: 14px; font-style: normal; font-weight: normal;}

.content_lrg {font-family: arial; font-size: 16px; font-style: normal; font-weight: normal;}

/***/

.heading {
	font-family: arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #41332B;}
	
.title{
	font-family: arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
}

/* links */

a:link {color: #41332B; text-decoration: underline;}

a:visited {color: #41332B; text-decoration: underline;}

a:hover {color: #41332B; text-decoration: none;}

a:active {color: #41332B; text-decoration: none;}


a.menu_link:link {font-size: 14px; color: #41332B; text-decoration: none; font-weight: bold;}

a.menu_link:visited {font-size: 14px; color: #41332B; text-decoration: none; font-weight: bold;}

a.menu_link:hover {font-size: 14px; color: #41332B; text-decoration: underline; font-weight: bold;}

a.menu_link:active {font-size: 14px; color: #41332B; text-decoration: underline; font-weight: bold;}


/* custom paragraph styles */

p.indent {text-indent: 25px; line-height: 1.5;}

/* alignment */

p.align_left {text-align: left;}

p.align_center {text-align: center;}

p.align_right {text-align: right;}

