p 		{ font-size: 12px; font-weight: normal; list-style-type: circle; color: #333333; 
}
h1		{
	font-size: 24px;
	font-weight: normal;
	color: #003D00;
}
h2		{
	font-size: 18px;
	font-weight: bold;
	color: #003D00;
}
h3 		{
	font-size: 16px;
	color: #003D00;
}
h4 		{
	font-size: 14px;
	color: #003D00;
}
h5 		{
	font-size: 12px;
	color: #003D00;
}
h6 		{ font-size: 9px; color: #990000;
}
.tbl 		{ font-size: 11px; line-height: normal; font-variant: normal; color: #000000; 
}
.fld 		{ font-size: 12px; color: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; 
		border-bottom-width: 1px; border-left-width: 1px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px
}
.tblsmall {  font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #CC3300}
ul {  font-size: 12px; line-height: normal; 
}
.imagemarginright {
	margin-right: 10px;
}
li {  font-size: 12px; line-height: normal; font-weight: normal; } 
.imagepopup {  font-size: 9px; font-style: normal; font-weight: bold; color: #FFFFFF; background-color: #666666; border-style: none}
.clear {
	clear: both;
}
.imagetop {
	vertical-align: top;
}
.boxleft {
	font-size: 9px;
	font-style: italic;
	color: #666666;
	float: left;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.boxright {
	font-size: 9px;
	font-style: italic;
	color: #666666;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #000000;
}
.clear { clear:both;}
.clearLeft { clear: left;}
.clearRight { clear: right;}
.none {}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes blinking {
    from {color: red;}
    to {color: black;}
}

/* Standard syntax */
@keyframes blinking {
    from {color: red;}
    to {color: black;}
}

.blink {
    -webkit-animation-name: blinking; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.cataloguedownload {
    border: 8px dotted #FF0000;
    padding: 10px;
    font-size: 22px;
    box-sizing: border-box;
}

#photogrid {
width: 100%;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 15px;
    text-align: center;
}
#photogrid img {
	width: 100% !important;
        height: auto !important;
        max-height: 350px !important;
        width: auto !important;
}

#homegrid .smallimg {
	max-width: 250px !important;
        height: auto !important;
}

#photogridsyd2019 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    grid-gap: 15px;
}

#photogridsyd2019 img {
    width: 100%;
    max-width: 300px !important;
    height: auto !important;
 }






























