body {
	/* customize_body */ font: normal normal 20px Lato; /* customize_body */
	/* customize_body */ color: #fff; /* customize_body */
	/* customize_body_Background_Color */background-color: #000;/* customize_body_Background_Color */
}
/* TinyMCE specific rules */
body.mceContentBody {
	color: #000;
	background-color:#fff;
}
body.mceContentBody a{
	color: #000;
}

img {
	border: 0px
}
a {
	/* customize_link */ color: #fff; /* customize_link */
	cursor: pointer;
}
a:hover {
	/* customize_link_hover */ color: #fff; /* customize_link_hover */
}
#page h1 {
	font-size: 30px;
	line-height: 31px;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: 700;
	/* customize_heading1 */color: #fff; /* customize_heading1 */
}
#page h2 {
	font-size: 22px;
	line-height: 24px;/* customize_heading2 */
	color: #fff; /* customize_heading2 */
	font-weight:700;
	padding:10px 0 20px 0;
	margin:0;
	display:block;
}
#page h3 {
	font-size: 18px;
	line-height: 21px;/* customize_heading3 */
	color: #fff; /* customize_heading3 */
	font-weight:700;
	padding:10px 0 20px 0;
	margin:0;
	display:block;
}
#page h4 {
	font-size: 14px;
	line-height: 18px;/* customize_heading4 */
	color: #fff; /* customize_heading4 */
	font-weight:700;
	display:block;
	padding:10px 0 20px 0;
	margin:0;
}
#page h5 {
	font-size: 13px;
	line-height: 16px;/* customize_heading5 */
	color: #fff; /* customize_heading5 */
	font-weight:700;
	display:block;
	padding:10px 0 20px 0;
	margin:0;
}
#page h6 {
	font-size: 12px;
	line-height: 16px;/* customize_heading6 */
	color: #fff; /* customize_heading6 */
	font-weight:700;
	display:block;
	padding:10px 0 20px 0;
	margin:0;
}
#page p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
#page input[type="button"], #page input[type="submit"], #page input[type="reset"], #page .button {
		/* customize_Button_Background_Color */background-color: #9E1414;/* customize_Button_Background_Color */
}
#page input[type="button"]:hover, #page input[type="submit"]:hover, #page input[type="reset"]:hover, #page .button:hover {
	/* customize_Button_Background_Hover_Color */background-color: #000;/* customize_Button_Background_Hover_Color */
}
