@font-face {
    font-family: "LucidaSansRegular";
    font-style: normal;
    font-weight: normal;
	src:url(/mcl/assets/fonts/lsans-webfont.eot);
    src: 
	url(/mcl/assets/fonts/lsans-webfont.ttf) format("truetype"), 
	url(/mcl/assets/fonts/lsans-webfont.woff) format("woff"), 	
	url(/mcl/assets/fonts/lsans-webfont.svg) format("svg");
}
html {
	height: 100%;
	background-color: #fff;
	padding-bottom: 1px
}

body {
	color: #333333;
	font-family: "LucidaSansRegular", Verdana, Arial, Helvetica, Sans-serif;
	line-height: 1.5
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

strong,dt {
	font-weight: bold
}

abbr,acronym {
	border-bottom: 1px dotted #000;
	cursor: help
}

input[type='text'], input[type='password'] {
	width: 150px
}

select {
	width: 150px
}

em {
	font-style: italic
}

del {
	text-decoration: line-through
}

form,table {
	margin-left: auto;
	margin-right: auto;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: normal;
	line-height: 1;
	margin: 7px
}

h4,h5,h6 {
	font-weight: bold
}

h1 {
	font-size: 2.6em
}

h2 {
	font-size: 2em
}

h3 {
	font-size: 1.5em
}

h4 {
	font-size: 1.25em
}

h5 {
	font-size: 1.1em
}

h6 {
	font-size: 1em
}

CAPTION {
	margin-bottom: 10px;
	padding: 0 0 4px 7px;
	border-bottom: 1px dotted #999999;
	text-align: left;
	font-size: 1.35em;
}

BLOCKQUOTE {
	color: #9a1e1e;
	font-style: italic;
	font-size: 90%
}

IMG {
	vertical-align: text-bottom
}

input[type='checkbox'] {
	width: 13px;
	height: 13px
}

textarea{
	height: 50px
}

fieldset {
	border: 1px solid #ccc;
	border-top: 3px solid #ccc;
	padding: 1em
}

legend {
	color: #232323;
	font-size: 138.5%;
	font-weight: bold;
	margin-left: .6em;
	padding: 1em .6em
}

#bd {
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#ft {
	font-size: 85%;
	margin-top: 20px
}

#ft TABLE {
	color: #333;
	width: 100%;
	background-color: #999999
}

#ft a {
	color: #333
}

#ft a:VISITED {
	color: white
}

#ft TD {
	padding: 4px 7px
}

#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */
	width:77.1em;/* non-IE 1002px*/
	*width:75.24em;/* IE */
	min-width:600px;/* optional but recommended */
}