/* MTCM */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----------- */

.lefty {text-align: left;}
.righty {text-align: right;}

/* ----------- */
.wrapper {
	width: 938px;
	margin: 0px auto;
	}
.footer {
	border-top: 1px solid #000;
	text-decoration: none;
	font-size: 11px;
	color: #000;
	padding: 5px 0px 0px 0px;
	}
.footer a:link		{color: #0d4a80; text-decoration: underline;}
.footer a:visited	{color: #0d4a80; text-decoration: underline;}
.footer a:active	{color: #0d4a80; text-decoration: none;}
.footer a:hover		{color: #0d4a80; text-decoration: none;}

.info {
	text-align: justify;
	line-height: 20px;
	}
.info DIV {
	padding: 10px 30px 0px 0px;

	}
.info P {
	padding: 0px 0px 20px 0px;
	}
.info STRONG {
	font-weight: bold;
	}
.getStarted {
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 30px 0px;
}
.getStarted a:link		{color: #0d4a80; text-decoration: underline;}
.getStarted a:visited	{color: #0d4a80; text-decoration: underline;}
.getStarted a:active	{color: #0d4a80; text-decoration: none;}
.getStarted a:hover		{color: #0d4a80; text-decoration: none;}

