/*remembrance.css - taken & adapted from clerkstyle - City Standard StyleSheet.*/



/*Apply this class to the sidelink text - color can be modified to match your colour scheme.  Do not remove the hover underline.*/
.sidelink { color: #006; font-family: "Trebuchet MS", Arial, "MS Sans Serif"; font-size: 11px; text-decoration: none}
a.sidelink:link { color: #006; text-decoration: none; font-family: "Trebuchet MS", Arial, "MS Sans Serif"}
a.sidelink:visited { color: #006; font-family: "Trebuchet MS", Arial, "MS Sans Serif"; text-decoration: none}
a.sidelink:hover { color: #006; text-decoration: underline; font-family: "Trebuchet MS", Arial, "MS Sans Serif"}
a.sidelink:active { color: #006; font-family: "Trebuchet MS", Arial, "MS Sans Serif"; text-decoration: none}

/*Apply this class to the emails with underscores */
.nounderline { color: #006; font-family: "Trebuchet MS", Arial, "MS Sans Serif"; text-decoration: none}
a.nounderline:link { color: #006; text-decoration: none; font-family: "Trebuchet MS", Arial, "MS Sans Serif"}
a.nounderline:visited { color: #006; font-family: "Trebuchet MS", Arial, "MS Sans Serif"; text-decoration: none}
a.nounderline:hover { color: #006; text-decoration: none; font-family: "Trebuchet MS", Arial, "MS Sans Serif"}
a.nounderline:active { color: #006; font-family: "Trebuchet MS", Arial, "MS Sans Serif"; text-decoration: none}


/*This is the default link style for any links that you do not apply a class to.  These are the City standard and should not be changed.*/
a:link { color: #006; text-decoration: underline}
a:visited { color: #336600; text-decoration: underline}
a:hover { color: #006; text-decoration: underline}
a:active { color: #006; text-decoration: underline}

/*These are the heading styles.  Colors can be changed to match your colour scheme*/

h1 {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; color: #E02806;margin:0; padding:0; margin-bottom: 10px;}
h2 {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 16px; color: #E02806;margin:0; padding:0; margin-bottom: 10px;}
h3 {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #E02806; margin:0; padding:0; margin-bottom: 10px;}
h4 {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #E02806;}

/*This is the main and secondary styles in the header bar.  Colours can be changed to match your colour scheme.  Fonts and sizes should stay as is*/
.maintitle {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 22px; color: #FFCC00; font-weight: normal}
.secondarytitle {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 20px; color: #CCC}

/*This is the sidebartitle style.  Colour can be changed to match your colour scheme.  Fonts and sizes should stay as is.*/
.sidebartitle {  font-family: "Trebuchet MS", Arial; font-size: 12px; color: #990000; text-align: center}


/*This is the smalltext style.*/
.smalltext {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; color: #333}

/*This is the medtext style.*/
.medtext {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; color: #333; line-height: 16px}

.sidetext {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; color: #333}
.sidetextbold {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold}
.whitetext {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF}
.nrtable {
	border: thin dotted #333;
}
.highlight {  font-size: 11px; font-weight: bold; color: #993300; background-color: #FFC;}
.imgRight {
	float:right;
	margin: 0 10px 12x 8px;
}
.imgLeft {
	float:left;
	margin: 0 10px 9px 0;
}

