/* CSS contains all the body tags */

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	font-size:12px;
	/*line-height:18px;*/
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }

/* --------------------------------------------
				global settings 
-------------------------------------------- */
body {
	font-family: trebuchet ms, sans-serif;
	/*font-size: 62.5%;*/ /*Sets all fonts to 10px*/
	font-size:12px;
	background: #f1eee4 url(../images/main-page-bg.png) top left repeat-x;
	color: #555;
	text-align: center; /* center page for ie */
}
 /*.IMOD5701 #ContentMiddle div#FormRow.imod_formRowWrap table table.EventsHeader {
    color:#A71C22;
}*/
#ContentMiddle div#FormRow.imod_formRowWrap table table.EventsHeader {

    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 7px 10px;
    margin: 0px 0px 10px;
    background: #EEE none repeat scroll 0% 0%;
    font-weight: bold;
    font-size: 1.3em;
    line-height: normal;
    display: block;
    box-sizing: border-box;
    color:#555;
}

}
body.page-template{
	font-family: trebuchet ms, sans-serif;
	/*font-size: 62.5%;*/ /*Sets all fonts to 10px*/
	font-size:12px;
	background: #fff;
	color: #555;
	padding:20px;
}