BODY{
	background-color: #6D6E71;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
H1, H2, H3, H4{
	color: #000066;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; /* "Stencil Std", Stencil, */
}
H5, H6, H7{
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; /* "Stencil Std", Stencil, */
}
H1,H5{
	font-size: 18px;
}
H2,H6{
	font-size: 16px;
}
H3,H7{
	font-size: 14px;
}
H4{
	font-size: 12px;
}
P{
	margin-top: 0px;
	margin-bottom: 13px;
}
A{
	color: #003895;
}
A:hover{
	color: #b2b2b2;
}

.MainBorder{
	border-style: solid;
	border-width: thin;
	border-color: Black;
	background-color: White;
}



/* HEADER BG */
.LMCU_Header{
	background-image: url(/templates/lmcu_2009/media/Top.gif);
	background-repeat: no-repeat;
	padding: 10px;
}
#HeaderNav{
	color: White;
	font-weight: bold;
}
#HeaderNav A{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#HeaderNav A:hover{
	text-decoration: underline;
}

.Nav_BG{
	padding-left: 25px;
	padding-right: 25px;
}
.Main_Content{
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-top: 20px;
}
.Main_Content_Bottom{
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.Main_Content_Table_guidelines{
	/*border-style: dashed;
	border-width: thin;
	border-color: Fuchsia;*/
}
.Home_Region_Content{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: 5px;
}
#NewsRegion{
	margin: 0px;
}
#NewsRegion UL{
	margin-top: 0px;
}

/*-- CONTENT REGIONS STYLES --*/
.content_article_header{
	color: #000066;
	font-family: Arial, Helvetica, sans-serif; /* "Stencil Std", Stencil, */
	font-size: 16px;
	font-weight:bold;
}

/*-- SUPPRESS ARTICLE TITLES --*/
#titlesuppress{

}
#titlesuppress .content_article_header{
	display: none;
}

/*---- WEB FORM ----*/
FORM.webform TR TD SPAN.required {
    color: red;
    font-weight: bold;
}
FORM.webform TR TD.required_legend SPAN.required_legend {
    font-style: italic;
    font-weight: bold;
}
FORM.webform TR TD.required_legend {
    border-bottom: 1px solid #000000;
}

a.redlink {color: #ec2028;}

