/* CSS Document */
/*text------------------------*/
	
	

body{
	/*font-style: strong;*/
	text align: left;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
}

p{
	/*font-style: strong;*/
	text align: left;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
}

td{
	/*font-style: strong;*/
	text align: left;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
}


.smallfooter{
	font-size: 10px;
	color: #9d9d9d;
	line-height: 20px;

}

.workshopLocation{
	text align: left;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.workshopText{
	text align: left;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.rightSmallerText{
	text align: left;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}


h1{
	font-size: 12px;
	font-style: strong;
	color: #006600;
	/*border: 2px;
	border-color: #fff;
	background-color: #c7d8ed;
	padding: 2px;*/
}

h2{
	font-size: 13px;
	font-style: strong;
	color: #221d52;
	border: 2px;
	border-color: #c00;
	background-color: #fc6;
	padding: 2px;
}


/*links---------------------*/
a:link {
	color: #aa0404;
	text-decoration: none;
}

a:visited {
	color: #aa0404;
	text-decoration: none;
}

a:hover {
	color: #aa0404;
	text-decoration: underline;
	/*background-color: #ABCA6D;*/
}

a:active {
	color: #aa0404;
	text-decoration: underline;
}
a.bottomNavLink:link {
	color: #ffffff;
	font-size: 10px;
	text-decoration:none;
}
a.bottomNavLink:visited  {
	color: #ffffff;
	font-size: 10px;
	text-decoration:none;
}
a.bottomNavLink:active  {
	color: #44681a;
	font-size: 10px;
	text-decoration:underline;
}
a.bottomNavLink:hover {
	color: #44681a;
	font-size: 10px;
	text-decoration:underline;
}

a.smallLink:link {
	color: #aa0404;
	font-size: 10px;
	text-decoration:none;
}
a.smallLink:visited  {
	color: #aa0404;
	font-size: 10px;
	text-decoration:none;
}
a.smallLink:active  {
	color: #aa0404;
	font-size: 10px;
	text-decoration:underline;
}
a.smallLink:hover {
	color: #aa0404;
	font-size: 10px;
	text-decoration:underline;
}

a.bottomLink:link {
	font-size: 10px;
	color: #9d9d9d;
	line-height: 20px;
	text-decoration:none;
}
a.bottomLink:visited  {
	font-size: 10px;
	color: #9d9d9d;
	line-height: 20px;
	text-decoration:none;
}
a.bottomLink:active  {
	font-size: 10px;
	color: #9d9d9d;
	line-height: 20px;
	text-decoration:underline;
}
a.bottomLink:hover {
	font-size: 10px;
	color: #9d9d9d;
	line-height: 20px;
	text-decoration:underline;
}

a.blackLink:link {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-decoration:none;
}
a.blackLink:visited  {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-decoration:none;
}
a.blackLink:active  {
	font-size: 14px;
	color: #aa0404;
	line-height: 20px;
	text-decoration:underline;
}
a.blackLink:hover {
	font-size: 14px;
	color: #aa0404;
	line-height: 20px;
	text-decoration:underline;
}

